Installing Drill on Linux and Mac OS X
First, check that you meet the prerequisites, and then install Apache Drill on Linux or Mac OS X:
Complete the following steps to install Drill:
In a terminal window, change to the directory where you want to install Drill.
To get the latest version of Apache Drill, download Drill from the Drill web site or run one of the following commands, depending on which you have installed on your system:
wget http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz-
curl -o apache-drill-1.4.0.tar.gz http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz
Copy the downloaded file to the directory where you want to install Drill.
Extract the contents of the Drill
.tar.gzfile. Use sudo only if necessary:tar -xvzf <.tar.gz file name>
The extraction process creates the installation directory containing the Drill software. You can now start Drill.
