Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Khurram Faraaz
This one works just fine for me final String URL_STRING = "jdbc:drill:schema=dfs.tmp;drillbit="; replace IPADDRESS with your IP address in the above line. On Tue, Jul 12, 2016 at 12:08 PM, Krishnaprasad A S < krishna.pra...@flytxt.com> wrote: > Yes, I tried with url *jdbc:drill:drillbit=:31010*

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Khurram Faraaz
Also try using port number 5181 in your drill-override.conf, instead of 2181, and then stop and start Drillbit and re-run your program. On Tue, Jul 12, 2016 at 1:08 PM, Khurram Faraaz wrote: > This one works just fine for me > > final String URL_STRING = "jdbc:drill:schema=dfs.tmp;drillbit="; >

Re: Drill1.7 Feedback - Logs in Web UI

2016-07-12 Thread Arina Yelchiyeva
I have created Jira to address enhancements mentioned by John - https://issues.apache.org/jira/browse/DRILL-4775. On Fri, Jul 8, 2016 at 3:22 PM, John Omernik wrote: > 1. Do to how things could be rendered, I think it's a nice way to ensure > we don't open say binary files, or extremely large fi

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
My zookeeper runs on port 2181, thats why I used the same port. I think drill won't start zookeeper by its own. I also tried using url "jdbc:drill:schema=dfs.tmp;drillbit=" same error. Is there something I'm missing, On Tue, Jul 12, 2016 at 1:11 PM, Khurram Faraaz wrote: > Also try using port n

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Andries Engelbrecht
Perhaps share the Zeppelin interpreter config line by line so we can see. Properties and Dependencies. Also did you restart the interpreter after you made the config changes? I assume you are running Zeppelin on one of the Drill nodes, where is ZK located? --Andries > On Jul 12, 2016, at 5:3

Drill Hangout

2016-07-12 Thread Jinfeng Ni
We will start Drill Hangout soon: https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc

Olingo plugin

2016-07-12 Thread Steve Warren
Are there plans to release an Olingo (odata) plugin? https://olingo.apache.org/ -- Confidentiality Notice and Disclaimer: The information contained in this e-mail and any attachments, is not transmitted by secure means and may also be legally privileged and confidential. If you are not an in

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
I have restarted zeppelin each time. Also zeppelin runs on a drillbit node. Please find below properties for jdbc interpreter, name value common.max_count 1000d default.driver org.postgresql.Driver default.password default.url jdbc:postgresql://localhost:5432/ default.user gpadmin drill.driver or

Re: Olingo plugin

2016-07-12 Thread Sudheesh Katkam
Hi Steve, AFAIK, no such plans. Would you like to open a ticket, and work on it? Thank you, Sudheesh > On Jul 12, 2016, at 10:10 AM, Steve Warren wrote: > > Are there plans to release an Olingo (odata) plugin? > > https://olingo.apache.org/ > > -- > Confidentiality Notice and Disclaimer: T

Re: Olingo plugin

2016-07-12 Thread Steve Warren
I considered that, but couldn't find documentation on writing plugins. Is there any available? On Tue, Jul 12, 2016 at 10:55 AM, Sudheesh Katkam wrote: > Hi Steve, > > AFAIK, no such plans. Would you like to open a ticket, and work on it? > > Thank you, > Sudheesh > > > On Jul 12, 2016, at 10:10

Re: Olingo plugin

2016-07-12 Thread Sudheesh Katkam
There is some documentation available [1]. There are five implementations in the contrib directory for reference [2]. Thank you, Sudheesh [1] https://drill.apache.org/docs/apache-drill-contribution-ideas/#support-for-new-data-sources

Re: Olingo plugin

2016-07-12 Thread Steve Warren
Thanks! I'll have a look, I had found the contrib in github. On Tue, Jul 12, 2016 at 11:12 AM, Sudheesh Katkam wrote: > There is some documentation available [1]. > > There are five implementations in the contrib directory for reference [2]. > > Thank you, > Sudheesh > > [1] > https://drill.apac

Re: Olingo plugin

2016-07-12 Thread Sudheesh Katkam
If you have any questions, please ask on the dev list: d...@drill.apache.org I am not an expert in this area, but other developers can help. And we welcome your contribution :) Thank you, Sudheesh > On Jul 12, 2016, at 11:18 AM, Steve Warren wrote: > > Thanks!

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Andries Engelbrecht
Perhaps try to create a separate interpreter. Create a new interpreter and call it Drill or another name than just jdbc. Below an example I did for a MapR cluster - adjust as needed Also make sure all hostnames can be properly resolved in the network!! (seen way too many issues due to this) Perh

Minutes from 7/12/16 Drill Hangout

2016-07-12 Thread Zelaine Fong
Attendees: Jinfeng, Aman, Padma, Roman K, Roman L, Arina, Paul Meeting was short. We talked about the two pull requests from the community that are waiting on review -- DRILL-4653 and DRILL-4704. Chunhui will take a look at the latest changes for the first, and Aman is looking at the second.