Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.08 KB

INSTALL_HIVE.md

File metadata and controls

38 lines (24 loc) · 1.08 KB

Hive Installation Guide and HQL Hands On - H2

Clone the remote repository to your local machine by running the command below.

git clone https://github.com/Cloud-Computing-Big-Data/UE20CS322-H2.git

ALL COMMANDS MUST BE RUN ONLY AFTER CLONING THE REPO AND FROM WITHIN THE LOCALLY CLONED FOLDER ONLY

Step 1 - Install Hive by executing the shell script provided

First provide both the shell scripts the necessary permissions

chmod +x *.sh 

To install hive run the following command:

source install-hive.sh

Please do not run ./install-hive.sh or bash install-hive.sh or any other variations apart from source as it will not work.

Take a screenshot of the terminal output and save it as 1a.png.

1aStart hive shell using the following command:

start-hive.sh

It is necessary to run the above command everytime you want to start hive shell.

Make sure your hive installation is successful before the class session.

Please do not refer to the repository for the next steps since it is stil incomplete and buggy.