Rate This Document
Findability
Accuracy
Completeness
Readability

Obtaining Hive

  1. Compile Hive source code to generate the Hive archive. For details, see Hive Porting Guide (CentOS & openEuler).
  2. 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.

  3. Create a soft link for subsequent version updates.
    1
    ln -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.