[prev in list] [next in list] [prev in thread] [next in thread] 

List:       drill-user
Subject:    Re: drill rest interface
From:       Carol McDonald <cmcdonald () maprtech ! com>
Date:       2014-12-12 17:32:00
Message-ID: CAAKeNZrtnDM9Jne+zot-=oPoN9igfNU-mbdkvexNyRYOa_q9zw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Drill Rest query and response example in these images:

https://www.dropbox.com/s/fe16oqhjtheur4z/drill2unnamed.png?dl=0

https://www.dropbox.com/s/d9z7tf8o9w1zb1w/drillunnamed.png?dl=0

On Tue, Dec 9, 2014 at 3:28 PM, Carol McDonald <cmcdonald@maprtech.com>
wrote:

> here is an example
> 
> [image: Inline image 1]
> 
> [image: Inline image 2]
> 
> On Tue, Dec 9, 2014 at 12:16 PM, Yash Sharma <yash360@gmail.com> wrote:
> 
> > Hi Carol,
> > Drill has a rest interface which works on JSON. You can check the Drill
> > web
> > interface at http://localhost:8047/status when the Drillbit is running.
> > It
> > would be great if you would like to enhance the interface.
> > 
> > You can also check out DrillRoot.java for little more implementation
> > details:
> > 
> > https://github.com/apache/drill/blob/9e164662f5296f7048c880c40bc551030fb58cca/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java
> >  
> > Please feel free to join the Drill Hangout today - 10am PDT (Tuesday)
> > where
> > we can discuss areas that you are interested in.
> > 
> > Good luck Drilling !!
> > 
> > On Tue, Dec 9, 2014 at 10:32 PM, prasanna pradhan <prasanna@datarpm.com>
> > wrote:
> > 
> > > This should help
> > > 
> > > https://docs.google.com/document/d/1mRsuWk4Dpt6ts-
> > > jQ6ke3bB30PIwanRiCPfGxRwZEQME/edit
> > > 
> > > 
> > > On Tuesday 09 December 2014 10:24 PM, Carol Bourgade wrote:
> > > 
> > > > I am interested in writing a web app using REST and drill to query
> > json
> > > > files, HBase... Where can I find more information about the drill REST
> > > > interface?
> > > > Does the Drill Rest interface  accept  application/json content type  ?
> > > > 
> > > > 
> > > 
> > 
> 
> 


[Attachment #5 (text/html)]

<div dir="ltr">Drill Rest query and response example in these images:<div><br><div><a \
href="https://www.dropbox.com/s/fe16oqhjtheur4z/drill2unnamed.png?dl=0">https://www.dr \
opbox.com/s/fe16oqhjtheur4z/drill2unnamed.png?dl=0</a><br></div><div><br></div><div><a \
href="https://www.dropbox.com/s/d9z7tf8o9w1zb1w/drillunnamed.png?dl=0">https://www.dropbox.com/s/d9z7tf8o9w1zb1w/drillunnamed.png?dl=0</a><br></div></div></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 3:28 PM, \
Carol McDonald <span dir="ltr">&lt;<a href="mailto:cmcdonald@maprtech.com" \
target="_blank">cmcdonald@maprtech.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">here is an example  <div><br></div><div><img \
src="cid:ii_14a30bbdf2d5cba0" alt="Inline image 1" width="346" \
height="472"><br></div><div><br></div><div><img src="cid:ii_14a30bc846b32e06" \
alt="Inline image 2" width="263" height="472"><br></div></div><div \
class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div \
class="gmail_quote">On Tue, Dec 9, 2014 at 12:16 PM, Yash Sharma <span \
dir="ltr">&lt;<a href="mailto:yash360@gmail.com" \
target="_blank">yash360@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Hi Carol,<br> Drill has a rest interface which works on JSON. \
You can check the Drill web<br> interface at <a href="http://localhost:8047/status" \
target="_blank">http://localhost:8047/status</a> when the Drillbit is running. It<br> \
would be great if you would like to enhance the interface.<br> <br>
You can also check out DrillRoot.java for little more implementation<br>
details:<br>
<a href="https://github.com/apache/drill/blob/9e164662f5296f7048c880c40bc551030fb58cca/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java" \
target="_blank">https://github.com/apache/drill/blob/9e164662f5296f7048c880c40bc551030 \
fb58cca/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java</a><br>
 <br>
Please feel free to join the Drill Hangout today - 10am PDT (Tuesday) where<br>
we can discuss areas that you are interested in.<br>
<br>
Good luck Drilling !!<br>
<br>
On Tue, Dec 9, 2014 at 10:32 PM, prasanna pradhan &lt;<a \
href="mailto:prasanna@datarpm.com" target="_blank">prasanna@datarpm.com</a>&gt;<br> \
<span>wrote:<br> <br>
&gt; This should help<br>
&gt;<br>
&gt; <a href="https://docs.google.com/document/d/1mRsuWk4Dpt6ts-" \
target="_blank">https://docs.google.com/document/d/1mRsuWk4Dpt6ts-</a><br> &gt; \
jQ6ke3bB30PIwanRiCPfGxRwZEQME/edit<br> &gt;<br>
&gt;<br>
</span><div><div>&gt; On Tuesday 09 December 2014 10:24 PM, Carol Bourgade wrote:<br>
&gt;<br>
&gt;&gt; I am interested in writing a web app using REST and drill to query   \
json<br> &gt;&gt; files, HBase... Where can I find more information about the drill \
REST<br> &gt;&gt; interface?<br>
&gt;&gt; Does the Drill Rest interface   accept   application/json content type   \
?<br> &gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>

--001a1141a626964f29050a0847ca--



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic