This blog gives details of the installation of Apache Drill in embedded mode, i.e., to use Drill on a single node. If you wish to install Drill in distributed mode, follow the instructions here.
Pre-requisites:
- We have tested with Apache Drill 1.14
- Linux, Mac OS X, and Windows: Oracle or OpenJDK 8
- Windows only:
- A JAVA_HOME environment variable that points to the JDK installation
- A PATH environment variable that includes a pointer to the JDK installation
- A utility for unzipping a tar.gz file
Install Drill on Linux and MacOS:
- In a terminal window, change to the directory where you want to install Drill.
- Download the latest version of Apache Drill here or from the Apache Drill mirror site with the command appropriate for your system:
- wget https://archive.apache.org/dist/drill/drill-1.14.0/apache-drill-1.14.0.tar.gz
- curl -o apache-drill-1.14.0.tar.gz https://archive.apache.org/dist/drill/drill-1.14.0/apache-drill-1.14.0.tar.gz
- Copy the downloaded file to the directory where you want to install Drill.
- Extract the contents of the Drill .tar.gz file. Use sudo only if necessary:
- The extraction process creates the installation directory containing the Drill software. You can now start Drill.
tar -xvzf <.tar.gz file name>
Install Drill on Windows:
- Download version 1.14 of Apache Drill.
- Move the downloaded file to the directory where you want to install Drill.
- Unzip the GZ file using a third-party tool. If the tool you use does not unzip the underlying TAR file as well as the GZ file, perform a second unzip to extract the Drill software. The extraction process creates the installation directory containing the Drill software.
- You can now start Drill.
Note: For configuration settings please refer this article Drill on Windowns
For more information you can email on support@helicalinsight.com