Step-by-step – Apache Hive Installation in Fedora 34

January 24, 2021 | By the+gnu+linux+evangelist.

Installing Hive

  1. 3. Downloading Apache Hive for Fedora

    Download Apache Hive for Fedora GNU/Linux

    Get Apache Hive tar.gz for Fedora

    If you are using Firefox then on Prompt Choose “Open with Archive Manager”:

    Firefox Prompt

    Or After try to Select the Package by the Downloads Button on Top Panel:

    Downloaded Packages

    Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:

    Chrome Bottom Panel Downloads

    How to Install Chrome Browser on Fedora

  2. 4. Extracting Apache Hive Archive

    Then Extract Apache Hive tar.gz into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    Extracting
    Or from Command Line:

    tar -xzvf ~/Downloads/apache-hive*.tar.gz -C /tmp/
  3. 5. Setting Up Hive

    First, Set the SuperUser as Owner
    Simply with:

    sudo chown -R root:root /tmp/apache-hive*

    Then to Set Up Hive Switch it into a Directory on System:

    sudo mv /tmp/apache-hive* /opt/apache-hive

QuickChic Theme • Powered by WordPress