An illegal reflective access operation has occurred

2019-02-05 Thread Leyne, Sean
Having solved my previous problem with sqlline_history, I am now getting the error below. Thanks in advance Sean C:\Drill\apache-drill-1.15.0\bin>sqlline -u "jdbc:drill:zk=local" DRILL_ARGS - " -u jdbc:drill:zk=local" HADOOP_HOME not detected... HBASE_HOME not

RE: Newbie: problem launching Drill 1.15.0 on Windows

2019-02-05 Thread Leyne, Sean
Volodymyr > Please remove *$HOME/sqlline/history* file and try starting Drill again. > > Kind regards, > Volodymyr Vysotskyi Thanks for the prompt response!

Problems with connecting to MongoDB

2019-02-05 Thread Greiner, Marius (Heidelberg) DEU
Hello together, I'm currently trying to query MongoDB with Apache Drill and ran into some problems I cant't explain myself. I try to do a simple select on the database, but it always returns 0 Records. When I enter "SHOW DATABASES" it shows me all databases on the server so a connection is

Re: Newbie: problem launching Drill 1.15.0 on Windows

2019-02-05 Thread Vova Vysotskyi
Hi, Please remove *$HOME/sqlline/history* file and try starting Drill again. Kind regards, Volodymyr Vysotskyi On Tue, Feb 5, 2019 at 7:34 PM Leyne, Sean wrote: > All, > > I am getting an error trying to open drill on Windows 10 (from an Admin > instance of CMD.exe) using the instructions

Newbie: problem launching Drill 1.15.0 on Windows

2019-02-05 Thread Leyne, Sean
All, I am getting an error trying to open drill on Windows 10 (from an Admin instance of CMD.exe) using the instructions from the Drill in 10 Minutes tutorial. C:\Drill\apache-drill-1.15.0\bin>sqlline -u "jdbc:drill:zk=local" DRILL_ARGS - " -u jdbc:drill:zk=local" HADOOP_HOME

Apache Drill Hangout - 05 Feb, 2019

2019-02-05 Thread Bohdan Kazydub
Hi Drillers, The bi-weekly Apache Drill hangout is scheduled for today, Tuesday, Feb 5th, at 10 AM PST. The original plan is for Sorabh & Hanumath to talk about Resource Management. If there are any other topics or questions, feel free to reply or raise during the hangout. The hangout link:

Re: [DISCUSS] Format plugins in contrib module

2019-02-05 Thread Vitalii Diravka
Absolutely agree with Arina. I think the core Format Plugins for Parquet, Json and CSV, TSV, PSV files (which are used for creating Drill tables) can be left in current config file and the rest ones should be factored out to the separate config files along with creating separate modules in Drill

Re: [DISCUSS] Format plugins in contrib module

2019-02-05 Thread Charles Givre
I’d concur with Arina’s suggestion. I do think this would be useful and make it easier to make plugins “pluggable”. In the meantime, should we recommend that developers of format-plugins include their plugins in the bootstrap-storage-plugins.json? I was thinking also that we might want to

[DISCUSS] Format plugins in contrib module

2019-02-05 Thread Arina Yelchiyeva
Hi all, Before we were adding new formats / plugins into the exec module. Eventually we came up to the point that exec package size is growing and adding plugin and format contributions is better to separate out in the different module. Now we have contrib module where we add such