Pre-requisites :
To install Apache Drill on Linux Server follow below steps
1. Download apache-drill-1.14.0.tar.gz or latest file if any from below link :
2. Keep this file at one location on linux server.
3. Extract it using below command:
tar -xvzf apache-drill-1.x.x.tar.gz
4. Now goto directory and execute below command to start drill in embeded mode :
./bin/drill-embedded
Note: You may get JVM memory console error while starting apache drill. To solve this issue user need to set memory parameters for apache drill, follow below steps:
5. Goto conf folder of location and open drill-env.sh file (vi drill-env.sh)
Set below parameters :
DRILL_MAX_DIRECT_MEMORY=”1G”
DRILL_HEAP=”512M”
Save file(Esc:wq)
6.Repeat Step 4
You will get drill console
7. You can access Web UI on :
http://localhost:8047
Hope it helps 🙂
Best Open Source Business Intelligence Software Helical Insight is Here
A Business Intelligence Framework
In case if you have any queries please get us support@helicaltech.com
Thanks,
Sayali Mahale | BI Developer
Helical IT Solutions Pvt Ltd