Forum Discussion

tr5610's avatar
tr5610
New Member
1 year ago
Solved

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 ...
  • tr5610's avatar
    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")