Suneet created ZEPPELIN-3947: -------------------------------- Summary: Zeppelin Run All Paragraph API runs synchronously Key: ZEPPELIN-3947 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3947 Project: Zeppelin Issue Type: Bug Components: rest-api Affects Versions: 0.8.0 Environment: Zeppelin server deployed in Linux environment. Reporter: Suneet
While triggering zeppelin notebook to run all paragraphs the rest call waits for the execution to complete and the request gets timed out from rest client. Previously this call used to return asynchronously but the behavior have changed after upgrade. [https://zeppelin.apache.org/docs/0.8.0/usage/rest_api/notebook.html#run-all-paragraphs] Possibly due to fix done for making paragraphs run in sequential fashion https://issues.apache.org/jira/browse/ZEPPELIN-2368 -- This message was sent by Atlassian JIRA (v7.6.3#76005)