[
https://issues.apache.org/jira/browse/DRILL-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on DRILL-77 started by Srihari Srinivasan.
> REST API for Drillbits
> ----------------------
>
> Key: DRILL-77
> URL: https://issues.apache.org/jira/browse/DRILL-77
> Project: Apache Drill
> Issue Type: New Feature
> Reporter: Srihari Srinivasan
> Assignee: Srihari Srinivasan
>
> As an end user I should be able to interact with drillbits using a REST API.
> This API will provide RESTful resources for query submission, status polling,
> data source configuration and result pagination.
> Link to the design doc -
> https://docs.google.com/document/d/1RF0v05l0lWy1OwSXxHuboqJNLRkS-YzshrEVmUSby5I/edit?usp=sharing
> Task 1 - Embed jetty into drill bit.
> -- First task is to embed jetty. The version of jetty will be the latest i.e
> version 9.x
> -- By default it will run on port 50000 (no particular reason why this
> port...just simple to remember)
> -- Will have just one jetty connector assembled which is the HTTP connector.
> -- At the end of this task you'll be able to run the drill bit and view the
> contents of an index.json (which for now perhaps could only spit out the
> version of Drill)
> Task 2 - Integrate Jersey to provide a platform for RESTful interactions
> Remaining tasks - TBD
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira