Forum Discussion
tr5610
1 year agoNew Member
Livy Error with runMultiple() DAG Chunking - InvalidHttpRequestToLivy: from cannot be less than 0 HT
I’m running into the Livy pagination bug that returns: InvalidHttpRequestToLivy: from cannot be less than 0 HTTP status code: 400. Setup: - Orchestrator notebook uses runMultiple() to start ...
- 1 year ago
The solution provided by the product team was to place this line before the runMultiple to prevent the DAG orchestration from displaying its graphics. It seems to be working and they said a full fix would be implemented soon.
spark.conf.set("spark.notebookutils.run.progressbar.enabled", "false")
v-prasare
1 year agoCommunity Support
Hi tr5610 ,
We would like to follow up to see if the solution provided by the community member resolved your issue. Please let us know if you need any further assistance.
J-Mo & vrsanaidu2025 , thanks for your prompt response.
Thanks,
Prashanth Are
MS Fabric community support
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
- tr56101 year agoNew Member
No there has been no solution provided.