GitHub user snaveenp opened a pull request:

    https://github.com/apache/zeppelin/pull/1558

    ZEPPELIN-1562 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](https://issues.apache.org/jira/browse/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-update

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1558.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 #1558
    
----
commit 1354443d0aa3dd8bbf615ca0d4cd0db49e3ba0b2
Author: Naveen Subramanian <nsubramanian-consult...@quixey.com>
Date:   2016-10-24T10:28:02Z

    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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to