Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/746#issuecomment-188842837
  
    @doanduyhai Right. 
    
    for asynchronous behavior, multiple API is required to control the job, 
like submitting job (POST), canceling job (DELETE), get status of job (GET) to 
`/api/notebook/job/<note_id>/<paragraph_id>`.
    
    but for synchronous behavior, a single API will go through all the 
lifecycle of the job, from submitting to get result. So how about just say
    
    `/api/notebook/run/<note_id>/<paragraph_id>` ?
    



---
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