GitHub user snaveenp opened a pull request:
https://github.com/apache/zeppelin/pull/1560
updated api doc
What is this PR for?
The URL for running a paragraph synchronously using REST api is mistakenly
given as
"http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]
"
Changed the doc as per code
What type of PR is it?
[Documentation]
Todos
What is the Jira issue?
ZEPPELIN-1562
How should this be tested?
Hit the url in below format for asynchrnous
http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]
the same in synchronous
http://[zeppelin-server]:[zeppelin-port]/api/notebook/run/[notebookId]/[paragraphId]
Screenshots (if appropriate)
Questions:
Does the licenses files need update? NO
Is there breaking changes for older versions? NO
Does this needs documentation? NO
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snaveenp/zeppelin ZEPPELIN-1562-api-doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1560.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1560
----
commit 169d9b6dddff6341be4c17c4958b185a1e9f68fd
Author: Naveen Subramanian <[email protected]>
Date: 2016-10-25T09:53:46Z
updated api doc
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---