Apache Drill Error

2016-09-21 Thread Rajasimman Selvaraj
Hi , I am getting the following error while starting the drill in Mac OS for the first time. Unable to locate an executable at "/System/Library/Frameworks/JavaVM.framework/Versions/A/bin/java" (-1) I have the java JDK installed in my machine as listed below. RajaSimmans-MBP:apache-drill-1.8.0

Re: Apache Drill Error

2016-09-21 Thread Padma Penumarthy
Trying commenting out the following line in distribution/target/apache-drill-1.9.0-SNAPSHOT/apache-drill-1.9.0-SNAPSHOT/bin/drill-config.sh export JAVA_HOME Thanks, Padma > On Sep 20, 2016, at 7:17 PM, Rajasimman Selvaraj > wrote: > > Hi , > I am getting the following error while starting

Re: Apache Drill Error

2016-09-21 Thread Padma Penumarthy
Sorry, I meant Try (not Trying) > On Sep 21, 2016, at 10:08 AM, Padma Penumarthy > wrote: > > Trying commenting out the following line in > distribution/target/apache-drill-1.9.0-SNAPSHOT/apache-drill-1.9.0-SNAPSHOT/bin/drill-config.sh > > export JAVA_HOME > > Thanks, > Padma > > >> On Sep

Re: Apache Drill Error

2016-09-21 Thread Robin Moffatt
Thanks, that fixed the problem for me on Mac with Drill 1.8. I had the same error as OP (Unable to locate an executable at "/System/Library/Frameworks/JavaVM.framework/Versions/A/bin/java" (-1)) $ diff drill-config.sh drill-config.sh.bak 395c395 < #export JAVA_HOME --- > export JAVA_HOME On 21 Se

Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
Hi Team, I have configured drill on 4 node cluster and getting error while creating storage plugin for Oracle DB. Error : Please retry: error (unable to create/ update storage) Oracle DB Version : *12.1.0.2.0* Following steps followed to create storage plugin: 1. copied ojdbc7.jar to jars/3rdpa

FW: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Surneni Tilak
Hi Team, I have successfully launched a Drill cluster on 3 docker containers with Zoo keeper Quorum and accessing data from a remote node on which Drill is not installed . I am able to list all the drill bits from each node and run queries on a single drill bit , But I am facing issue when

Re: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Sorabh Hamirwasia
:30 AM To: user@drill.apache.org Subject: FW: Apache Drill- Error setting up remote intermediate fragment execution Hi Team, I have successfully launched a Drill cluster on 3 docker containers with Zoo keeper Quorum and accessing data from a remote node on which Drill is not installed . I am

Re: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Sorabh Hamirwasia
) ~[netty-common-4.0.48.Final.jar:4.0.48.Final] Thanks, Sorabh From: Sorabh Hamirwasia Sent: Wednesday, April 11, 2018 9:04 AM To: user@drill.apache.org Subject: Re: Apache Drill- Error setting up remote intermediate fragment execution Hi Surneni, This looks to

RE: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Surneni Tilak
io.netty.util.concurrent.AbstractFuture.get(AbstractFuture.java:54) ~[netty-common-4.0.48.Final.jar:4.0.48.Final] Thanks, Sorabh From: Sorabh Hamirwasia Sent: Wednesday, April 11, 2018 9:04 AM To: user@drill.apache.org Subject: Re: Apache Drill- Error setting up remote

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Arjun kr
Hi Akshay, Did you copy jdbc driver to all the drill nodes and restarted drillbits ? Thanks, Arjun From: Akshay Joshi Sent: Tuesday, October 31, 2017 9:46 PM To: user@drill.apache.org Subject: Apache drill : Error while creating storage plugin for Oracle

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
ed drillbits ? > > > Thanks, > > > Arjun > > > > From: Akshay Joshi > Sent: Tuesday, October 31, 2017 9:46 PM > To: user@drill.apache.org > Subject: Apache drill : Error while creating storage plugin for Oracle DB > > Hi Team, > &

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Arjun kr
Do you see any specific error message in drillbit.log ? Thanks, Arjun From: Akshay Joshi Sent: Tuesday, October 31, 2017 11:10 PM To: user@drill.apache.org Subject: Re: Apache drill : Error while creating storage plugin for Oracle DB Hi Arjun, Yes. I copied

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
___ > From: Akshay Joshi > Sent: Tuesday, October 31, 2017 11:10 PM > To: user@drill.apache.org > Subject: Re: Apache drill : Error while creating storage plugin for Oracle > DB > > Hi Arjun, > > Yes. I copied jdbc driver (ojdbc7.jar) to all the drill nod

RE: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Kunal Khatua
: user@drill.apache.org Subject: Re: Apache drill : Error while creating storage plugin for Oracle DB Hi Arjun, No error message getting logged in drillbit.log once I click on "create" button. Thanks, Akshay On Tue, Oct 31, 2017 at 11:19 PM, Arjun kr wrote: > > Do you see an

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Arjun kr
nnect with this connection URL using any other jdbc application. Thanks, Arjun ____________ From: Kunal Khatua Sent: Tuesday, October 31, 2017 11:57 PM To: user@drill.apache.org Subject: RE: Apache drill : Error while creating storage plugin for Oracle DB There are other logs tha

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
"oracle.jdbc.driver.OracleDriver", > "url":"jdbc:oracle:thin:/@ server>:/" }}' http://< > drill_server>:8047/storage/oracle1.json > > Please refer to this blog for curl command if you have HTTPS enabled. > > http://www.openkb.info/2016/02/h

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
acle1", "config": {"type": "jdbc", "enabled": true,"driver": >> "oracle.jdbc.driver.OracleDriver", >> "url":"jdbc:oracle:thin:/@> server>:/" }}' http://< >> drill_server>:8047/s

RE: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Kunal Khatua
: user@drill.apache.org Subject: Re: Apache drill : Error while creating storage plugin for Oracle DB Hi Arjun/Kunal, Just to add to my previous mail I am using *Apache Drill version 1.11.0.* Thanks, Akshay On Wed, Nov 1, 2017 at 10:29 AM, Akshay Joshi wrote: > Hi Arjun/Kunal, > &

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Arjun kr
Subject: RE: Apache drill : Error while creating storage plugin for Oracle DB Could you file a JIRA for this? I see the potential sources where the bug originated and there doesn’t seem to be sufficient logging, so it gets hard to narrow it down. -Original Message- From: Akshay Joshi

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-10-31 Thread Akshay Joshi
1:12 AM > To: user@drill.apache.org > Subject: RE: Apache drill : Error while creating storage plugin for Oracle > DB > > Could you file a JIRA for this? I see the potential sources where the bug > originated and there doesn’t seem to be sufficient logging, so it gets hard > to n

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-11-01 Thread Arjun kr
bdcsce/drill/ apache-drill-1.11.0", zk.connect: "<>:<" } Thanks, Arjun From: Arjun kr Sent: Wednesday, November 1, 2017 11:20 AM To: user@drill.apache.org Subject: Re: Apache drill : Error while creating storage plugin for Oracle DB Hi

Re: Apache drill : Error while creating storage plugin for Oracle DB

2017-11-01 Thread Akshay Joshi
t;:<" > } > > Thanks, > > Arjun > > > From: Arjun kr > Sent: Wednesday, November 1, 2017 11:20 AM > To: user@drill.apache.org > Subject: Re: Apache drill : Error while creating storage plugin fo