index
Last updated
Was this helpful?
Last updated
Was this helpful?
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
wget
tar -xvzf ./apache-hive-3.1.2-bin.tar.gz
mv apache-hive-3.1.2-bin hive
cd hive