Re: setup drill in windows

2019-02-24 Thread Paul Rogers
Hi Memet, Two good resources to get you started. First, please take a look at the documentation on the Apache Drill website [1]. Second (shameless plug here), we've written a book Learning Apache Drill [2]. My co-author, Charles, did a very nice job explaining how to set up Drill on Windows

setup drill in windows

2019-02-23 Thread Mehmet GÖLGELİ
Hi, I interested in apache drill. I am trying to make simple projects with json an I heard I can use drill as sql engine. but I don't run and make setup in local. Have you got an opinion. Can you help me in translate it in windows for settings. for embedded mode. I need your help. 1- apache drill

Re: Drill on Windows

2018-05-13 Thread Rahul Raj
_ >> From: Chris Cunningham <cunningham...@gmail.com> >> Sent: Friday, April 20, 2018 7:41:48 AM >> To: user@drill.apache.org >> Subject: Re: Drill on Windows >> >> Hi Tim, >> I would appreciate this as well. Thank you

Re: Drill on Windows

2018-05-13 Thread Rahul Raj
> I made a ticket here https://issues.apache.org/jira/browse/DRILL-6346 . > Please follow it to get the latest info. > > Tim > > > > > From: Chris Cunningham <cunningham...@gmail.com> > Sent: Friday, April 20, 2018 7:41:48 AM &

Re: Drill on Windows

2018-04-20 Thread Timothy Farkas
ubject: Re: Drill on Windows Hi Tim, I would appreciate this as well. Thank you for offering. -Chris On Fri, Apr 20, 2018 at 4:54 AM, Rahul Raj <rahul@option3consulting.com> wrote: > Thanks for the inputs. > > Tim, would really appreciate if you could get the docker image done.

Re: Drill on Windows

2018-04-20 Thread Chris Cunningham
Hi Tim, I would appreciate this as well. Thank you for offering. -Chris On Fri, Apr 20, 2018 at 4:54 AM, Rahul Raj wrote: > Thanks for the inputs. > > Tim, would really appreciate if you could get the docker image done. > > Regards, > Rahul > > On Fri, Apr 20,

Re: Drill on Windows

2018-04-20 Thread Rahul Raj
tly, there is no official drill docker image. If you're interested, >> let me know, and I can create a Jira and make one. I'm pretty bored right >> now and need something to do anyway :). >> >> Thanks, >> Tim >> >> ______

Re: Drill on Windows

2018-04-19 Thread scott
: user@drill.apache.org Subject: Re: Drill on Windows Supposedly with Windows 10, there is a full Linux subsystem that you can use. Note: I haven't done this myself, so I'm not sure what would be needed (or exactly how it would work). But it looks like a reasonable option to pursue. https://urldefense.proofpoi

Re: Drill on Windows

2018-04-19 Thread Timothy Farkas
pretty bored right now and need something to do anyway :). Thanks, Tim From: Chris Cunningham <cunningham...@gmail.com> Sent: Wednesday, April 18, 2018 4:41:13 PM To: user@drill.apache.org Subject: Re: Drill on Windows Supposedly with Windows 10, there is

Re: Drill on Windows

2018-04-18 Thread Chris Cunningham
Supposedly with Windows 10, there is a full Linux subsystem that you can use. Note: I haven't done this myself, so I'm not sure what would be needed (or exactly how it would work). But it looks like a reasonable option to pursue.

Re: Drill on Windows

2018-04-18 Thread Kunal Khatua
I might be wrong, but I think it's partly because of the need for Zookeeper on Windows, which is not commonly done. Other more obvious factors, IMO, are the overhead in creating and maintaining *nix shell scripts in Batch files. Linux (Bash) scripts are much more powerful with a lot of

Drill on Windows

2018-04-18 Thread Rahul Raj
Is there any reason why Drill does not run on Windows as standalone? I can only see a windows batch file for sqlline. Will it not work if we get the shell scripts translated to windows as cmd/batch files? Regards, Rahul -- _*** This email and any files transmitted with it are confidential and

Re: set up Apache Drill on Windows server in distributed mode

2017-08-13 Thread Divya Gehlot
o figure out which of these are out of line in your settings. > > -----Original Message- > From: Divya Gehlot [mailto:divya.htco...@gmail.com] > Sent: Thursday, August 10, 2017 7:03 PM > To: user@drill.apache.org > Subject: Re: set up Apache Drill on Windows server in distrib

RE: set up Apache Drill on Windows server in distributed mode

2017-08-10 Thread Kunal Khatua
apache.org Subject: Re: set up Apache Drill on Windows server in distributed mode Hi, Even I used in embedded mode and able to set up successfully Keeping that in mind try to set up in distributed in windows. I am able to set up Zookeeper and it is running fine . I started Drill thorugh drillbi

Re: set up Apache Drill on Windows server in distributed mode

2017-08-10 Thread Divya Gehlot
bel syntax is incorrect) apache drill 1.11.0 "got drill?" sqlline> Note : Removed the actual IP for security purpose. Appreciate the help . Thanks, Divya On 11 August 2017 at 08:20, Kunal Khatua <kkha...@mapr.com> wrote: > Most people have used Apache Drill on Windows

RE: set up Apache Drill on Windows server in distributed mode

2017-08-10 Thread Kunal Khatua
Most people have used Apache Drill on Windows primarily in Embedded mode because no one appears to have tried for more than 1 Drillbit. That said, you should be able to run Apache Drill in a distributed mode as well, since it is Java-based and would not need to rely on anything more than

set up Apache Drill on Windows server in distributed mode

2017-08-10 Thread Divya Gehlot
Hi, Has anybody set up Apache Drill cluster in Windows machines/servers? Thanks, Divya

Re: Running drill on Windows

2017-07-20 Thread Arina Yelchiyeva
Created Jira for documentation - https://issues.apache.org/jira/browse/DRILL-5679 On Wed, Jul 19, 2017 at 8:30 PM, Abhishek Girish wrote: > I think we should document two things - (1) JAVA_HOME requirements (2) Lack > of support for Drill in distributed mode on Windows,

Re: Running drill on Windows

2017-07-19 Thread Abhishek Girish
I think we should document two things - (1) JAVA_HOME requirements (2) Lack of support for Drill in distributed mode on Windows, unless someone volunteers to certify Drill on the platform. On Wed, Jul 19, 2017 at 10:19 AM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Having JAVA_HOME

Re: Running drill on Windows

2017-07-19 Thread Arina Yelchiyeva
Having JAVA_HOME without spaces is general requirement for installation on Windows. For example, the same is for Hadoop - https://wiki.apache.org/hadoop/Hadoop2OnWindows Regarding, memory configuration issues, this should be checked. Kind regards Arina On Wed, Jul 19, 2017 at 7:44 PM, Abhishek

Re: Running drill on Windows

2017-07-19 Thread Abhishek Girish
Hey Arina, This is pretty helpful. However, this can only constitute as a workaround and not native Windows support, correct? - as cygwin or similar utilities are a pre-requisite. And further, I'm not sure all configurations would take effect as expected - for instance, I vaguely remember that

Re: Running drill on Windows

2017-07-19 Thread Santhosh Menon
Hi I think your path is wrong here C:\Drill/bin/runbit: Try using the right slashes in windows vs linux Thanks Santhosh On Wed, Jul 19, 2017 at 3:05 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hi, > > it might be that the problem is that your JAVA_HOME contains spaces. >

Re: Running drill on Windows

2017-07-19 Thread Arina Yelchiyeva
Hi, it might be that the problem is that your JAVA_HOME contains spaces. Discussed in DRILL-5280. Posted detailed answer on stackoverflow as well. Kind regards Arina On Tue, Jul 18, 2017 at 1:11 PM, Med Dhaker Abdeljawed < med.dhaker.abdelja...@gmail.com> wrote: > 1down votefavorite >

Running drill on Windows

2017-07-18 Thread Med Dhaker Abdeljawed
1down votefavorite I want to start drillbit sevrer in Distributed mode in Windows but didn't work, I started ZooKeeper and works fine with " zkServer.cmd ", and started

Re: cannot start up drill on Windows 2012R2

2016-09-08 Thread Aditya
il.com] > Sent: 08 September 2016 19:46 > To: user <user@drill.apache.org> > Subject: Re: cannot start up drill on Windows 2012R2 > > One reason I can think of is that "%HADOOP_HOME%" is not set to point to > "%DRILL_HOME%\winutils" or a valid Hadoop home dir

RE: cannot start up drill on Windows 2012R2

2016-09-08 Thread Holy Alexander
org> Subject: Re: cannot start up drill on Windows 2012R2 One reason I can think of is that "%HADOOP_HOME%" is not set to point to "%DRILL_HOME%\winutils" or a valid Hadoop home directory. If it is not the case, please check if you are able to run "d:\apache-

Re: cannot start up drill on Windows 2012R2

2016-09-08 Thread Aditya
One reason I can think of is that "%HADOOP_HOME%" is not set to point to "%DRILL_HOME%\winutils" or a valid Hadoop home directory. If it is not the case, please check if you are able to run "d:\apache-drill\winutils\bin\winutils.exe" in a command prompt without any error. On Thu, Sep 8, 2016 at

cannot start up drill on Windows 2012R2

2016-09-08 Thread Holy Alexander
Today I tried installing Drill 1.8 (in embedded mode) on a production Windows 2012R2 Server, using the identical setup that is working find on my Windows 10 Development workstation. Disk layout is identical on the production machine. For reasons I can't figure, drill fails to write to

Documentation update: 64bit Windows is a basic requirement for running Drill on Windows?

2016-01-03 Thread Peder Jakobsen | gmail
It doesn't seem possible to run Drill on 32 bit versions of Windows, as implied in the instructions on installing the ODBC driver here. https://drill.apache.org/docs/installing-the-driver-on-windows/ I'd like to update the documentation to make this more explicit via a Github pull request. I

What am I missing in apache-drill-0.7.0 windows installation

2015-01-06 Thread Maisnam Ns
Hi, I have downloaded apache-drill-0.7.0.tar.gz , followed the installation section on windows from the link given below: https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes#ApacheDrillin10Minutes-QuerySampleData sqlline !connect jdbc:drill:zk=local scan complete in