Installing Hive
-
3. Downloading Apache Hive for Ubuntu
Download Apache Hive for Ubuntu GNU/Linux
If you are using Firefox then on Prompt Choose “Open with Archive Manager”:
Or After try to Select the Package by the Downloads Button on Top Panel:
Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:
-
4. Extracting Apache Hive Archive
Then Extract Apache Hive tar.gz into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:tar -xzvf ~/Downloads/apache-hive*.tar.gz -C /tmp/
-
5. Setting Up Hive
First, Set the SuperUser as Owner
Simply with:sudo chown -R root:root /tmp/apache-hive*
Then to Set Up Hive Switch it into a Directory on System:
sudo mv /tmp/apache-hive* /opt/apache-hive
Contents