ajithme commented on issue #24076: [SPARK-27142] Provide REST API for SQL level 
information
URL: https://github.com/apache/spark/pull/24076#issuecomment-472413717
 
 
   > @ajithme Thanks for the work.
   > To make it consistent with other API, I think we need to have at least two 
APIs
   > 
   > ```
   > @Path("sql")
   > @Path("sql/{sqlExecutionId: \\d+}")
   > ```
     
   @gengliangwang  So the full api looks like
   ```
   http://localhost:4040/api/v1/applications/{applicationId}/sql
   http://localhost:4040/api/v1/applications/{applicationId}/sql/{executionId}
   ```
   is this the expectation.?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to