Running Apache Drill Cluster in Windows? -
i'm playing around apache drill first time using nice documentation apache site. able play in embedded mode using sqlline.bat file start it. when comes distributed mode, instructions specific unix system - running drillbit using shell command.
is there anyway me play around apache drill cluster using 2 windows boxes?
if so, how start drillbits on each client without being able run drillbit.sh file?
the shell command can run through cygwin. install , add path it's bin
directory path
environment variable. assuming have zookeeper installed , set on both windows boxes, open command prompt on each box, navigate apache drill's bin
directory , run following command:
sh ./drillbit.sh start
running drillbits without drillbit.sh
hell of task script resolves complete classpath , declares environment variables hadoop_home
execution proceed.
Comments
Post a Comment