Re: Windows system Initiation Error

2017-04-17 Thread Abhishek Girish
@David, the warning "Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0" might be indicative of something here. Java 8 moved away from PermGen to MetaSpace. So I'm guessing there could be mismatch of Java versions (Drill build + env of Drill serv

Re: Windows system Initiation Error

2017-04-17 Thread Kunal Khatua
I am able to log into a remote Linux-based Drillbit using SQLLine with no issues. C:\drill\drill-1.10.0-SNAPSHOT\bin>sqlline.bat -u "jdbc:drill:zk=10.10.120.160:2181" DRILL_ARGS - " -u jdbc:drill:zk=10.10.120.160:2181" HADOOP_HOME not detected... HBASE_HOME not detected... Calculating Drill cla

RE: Windows system Initiation Error

2017-04-17 Thread Lee, David
Still doesn't work.. Added the following to sqlline.bat set DRILL_JAVA_OPTS=%DRILL_JAVA_OPTS% -XX:MaxPermSize=512M Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 This is also a problem trying to connect a Windows JDBC program to a 1.10 D

RE: querying S3 bucket root dir

2017-04-17 Thread Alon Principal
https://issues.apache.org/jira/browse/DRILL-5438 -Original Message- From: Kunal Khatua [mailto:kkha...@mapr.com] Sent: Monday, April 17, 2017 16:03 To: user@drill.apache.org Subject: Re: querying S3 bucket root dir You'll need to log into https://issues.apache.org/jira/browse/ and cli

Re: querying S3 bucket root dir

2017-04-17 Thread Kunal Khatua
You'll need to log into https://issues.apache.org/jira/browse/ and click on red 'Create' button on the top to create an issue. Mark the Project as "Apache Drill" and Issue type as "Bug" From: Alon Principal Sent: Monday, April 17, 2017 12:08:46 PM To: user@d

RE: querying S3 bucket root dir

2017-04-17 Thread Alon Principal
Hey, How can I file a JIRA request? And I think I'd categorize it more as an issue than a request. Not being able to query the bucket directly makes drill completely unusable in many situations. -Original Message- From: Abhishek Girish [mailto:agir...@apache.org] Sent: Monday, April 1

Re: Windows system Initiation Error

2017-04-17 Thread Abhishek Girish
Could you try bumping up the PermGen space [1]? On Windows, since the drill-env.sh file doesn't take effect, you might need to set an env variable, or update the Sqlline.bat file. [1] Update "-XX:MaxPermSize=512M" in DRILL_JAVA_OPTS On Mon, Apr 17, 2017 at 10:44 AM Lee, David wrote: > Drill emb

RE: Windows system Initiation Error

2017-04-17 Thread Lee, David
Drill embedded runs fine.. Trying to connect to a Drill 1.10 session from any JDBC Business Tool using the Drill 1.10 provided jar fails.. If I remember correctly the error was related to some "java.lang.OutOfMemoryError: PermGen space" error. -Original Message- From: Abhishek Girish [m

Re: Windows system Initiation Error

2017-04-17 Thread Abhishek Girish
Thanks for that, David. Regarding the JDBC issue, I'm not able to reproduce it. Drill comes up fine in embedded mode. Can you share more details? On Mon, Apr 17, 2017 at 10:24 AM Lee, David wrote: > This is what I use for Drill 1.9 and Drill 1.10 > > drill.exec: { > cluster-id: "drillbits1",

RE: Windows system Initiation Error

2017-04-17 Thread Lee, David
This is what I use for Drill 1.9 and Drill 1.10 drill.exec: { cluster-id: "drillbits1", zk.connect: "localhost:2181", udf.directory.root: "/C:/Temp/" } However, Drill 1.10 has other problems.. The drill-jdbc-all-1.10.0.jar doesn’t work for me and I think I get some sort of Java memory err

Re: Windows system Initiation Error

2017-04-17 Thread Abhishek Girish
Can you try providing the path in UNIX style? Say like this: drill.exec: { ... udf.directory.local: "/udf" ... } I could reproduce the issue with "C:\\udf". Updating it as shown above fixed it. Also make sure the user has write permissions on that dir - if not, provide a dir path which is writabl

[HANGOUT] Topics for 04/18/17

2017-04-17 Thread Sudheesh Katkam
Hi drillers, Our bi-weekly hangout is tomorrow (04/18/17, 10 AM PT). If you have any suggestions for hangout topics, you can add them to this thread. We will also ask around at the beginning of the hangout for topics. Hangout link: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5f

Re: querying S3 bucket root dir

2017-04-17 Thread Abhishek Girish
Hey Alok, I'm not sure if that's possible with Object stores like S3. I'll let others comment. But you could file a JIRA requesting ability to query buckets directly. -Abhishek On Mon, Apr 17, 2017 at 7:10 AM Alon Principal wrote: > Hi Abhishek, > > Do you think it is going to be solved in the

Secure storing configurations in Zookeeper

2017-04-17 Thread Sergey Grigorev
Hello all, I want to ask about the problem that is described in the ticket https://issues.apache.org/jira/browse/DRILL-3780. Is there any workaround for this problem?

Fwd: Secure storing configurations in Zookeeper

2017-04-17 Thread Sergey Grigorev
Hello all, I want to ask about the problem that is described in the ticket https://issues.apache.org/jira/browse/DRILL-3780. Is there any workaround for this problem?

Windows system Initiation Error

2017-04-17 Thread Vignesh K.
Hi Team, I started to use Apache Drill recently. Initially I was running through an Linux system and everything was working fine. But when I try to run through a window system by following the steps in the site _https://drill.apache.org/docs/drill-in-10-minutes/_ I faced issues stating Lo

RE: querying S3 bucket root dir

2017-04-17 Thread Alon Principal
Hi Abhishek, Do you think it is going to be solved in the next versions? -Original Message- From: Abhishek Girish [mailto:agir...@apache.org] Sent: Sunday, April 16, 2017 02:21 To: user@drill.apache.org Subject: Re: querying S3 bucket root dir Looks like this might not be possible. I g