I'm just playing around with Apache Drill for the first time using the nice documentation from the Apache site. I was able to play with it in embedded mode using the sqlline.bat file to start it. However when it comes to distributed mode, the instructions are specific to a unix system - running a Drillbit using a shell command.
Is there anyway for me to play around with Apache Drill cluster using two Windows boxes?
If so, how do I start the Drillbits on each client without being able to run that drillbit.sh file?