Re: drill help

2018-06-07 Thread Bridget Bevens
: dev@drill.apache.org Cc: usua...@drill.apache.org; user-subscr...@drill.apache.org; dev-subscr...@drill.apache.org Subject: Re: drill help Hi Jose, Yes, you should be able to use Postman to query through the REST apis. In your Postman: 1. set the type to “POST” and enter the request URL as

Re: drill help

2018-05-19 Thread Robert Wu
Hi Jose, Yes, you should be able to use Postman to query through the REST apis. In your Postman: 1. set the type to “POST” and enter the request URL as “http://:8047/query.json” 2. In the Header tab, add an entry for “Content-Type” as key and “application/json” as value 3. In the Body tab, sel

drill help

2018-05-19 Thread jose luis
Hello Drill, I'm new to using drill but I want to learn everything, my specific question is: I want to make a query from postman (https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en) using the get method to consult a csv and to return an answer? but so far I