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")
tr5610
1 year agoNew Member
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")