Install Hive
Create a hive directory:
cd ~
mkdir hive
cd hive
Download hive (in this class, we download hive 3.1.2), expand hive tar.gz, change name to hive
tar -xvzf ./apache-hive-3.1.2-bin.tar.gz
mv apache-hive-3.1.2-bin hive
cd hive
Last modified 3yr ago