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 Girish <[email protected]> wrote: > 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 while > running drill in embedded mode on Windows, the memory configurations > weren't picked up, unless the scripts were meddled with. Would you expect > this to be resolved with your steps and that all of Drill should function > as expected (provided run under cygwin env)? We could then document this. > > -Abhishek > > > On Wed, Jul 19, 2017 at 2:35 AM Arina Yelchiyeva < > [email protected]> > wrote: > > > 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 < > > [email protected]> wrote: > > > > > 1down votefavorite > > > <https://stackoverflow.com/questions/45141935/how-to- > > > start-drillbit-distributed-and-in-single-node-with-windows/45156594#> > > > > > > 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 > > drill > > > with cygwin command like this : " sh drillbit.sh start " but the server > > > don't start and give this error in drillbit.out log file : > > > > > > C:\Drill/bin/runbit: line 107: exec: C:\Program: not found > > > > > >
