Meethu Mathew created ZEPPELIN-1562:
---------------------------------------
Summary: Wrong documentation in 'Run a paragraph synchronously'
rest api
Key: ZEPPELIN-1562
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1562
Project: Zeppelin
Issue Type: Bug
Components: documentation
Affects Versions: 0.7.0
Reporter: Meethu Mathew
Fix For: 0.7.0
The URL for running a paragraph synchronously using REST api is given as
"http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]
" in the documentation.
https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html#run-a-paragraph-synchronously.
When I searched the same in the github code ,
https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html#run-a-paragraph-synchronously
, the URL is given as "run/notebookId/paragraphId"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)