Obtaining Hive
- Compile Hive source code to generate the Hive archive. For details, see Hive Porting Guide (CentOS & openEuler).
- Place the Hive archive in the /usr/local directory on server1 and decompress it.
1 2
mv apache-hive-3.1.0-bin.tar.gz /usr/local tar -zxvf apache-hive-3.1.0-bin.tar.gz
If the archive name is not apache-hive-3.1.0-bin.tar.gz, replace it with the actual one.
- Create a soft link for subsequent version updates.
1ln -s apache-hive-3.1.0-bin hive
If the software directory name is not apache-hive-3.1.0-bin, replace it with the actual one.
Parent topic: Deploying Hive