How to Install Apache Hive on Fedora 28 Easy Guide

August 26, 2018 | By the+gnu+linux+evangelist.

Apache Hive Installation on Fedora 28

Hi! The Tutorial shows you Step-by-Step How to Install Apache Hive in Fedora 28 GNU/Linux.

And Apache Hive for Fedora 28 is a Data Warehouse Software facilitates Reading, Writing, and Managing Large Datasets residing in distributed storage using SQL.

Especially relevant: the Apache Hive Fedora Setup Require both: Hadoop 2+ and Oracle Java 1.8+.

Finally, here it’s described a Hive System-Wide Setup, for a Local one simply Decompress the Archive and Run from a location into your Home folder.

Featured
  1. 1. Installing Java

    How to Install Java on Fedora GNU/Linux

    Java Installation Guide
  2. 2. Installing Hadoop

    How to Install Apache Hadoop on Fedora GNU/Linux

    Hadoop Installation Guide
  3. 3. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands)

    How to Install Apache Hive on Fedora 28 - Open Terminal Shell Emulator
  4. 4. Downloading Apache Hive for Fedora

    Download Apache Hive for Fedora GNU/Linux

    Get Apache Hive tar.gz for Fedora

    If possible Select directly “Open with Archive Manager”!

  5. 5. 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 apache-hive*.tar.gz -C /tmp/
  6. 6. Setting Up Hive

    First, Set the SuperUser as Owner with

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

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

    sudo mv /tmp/apache-hive* /opt/apache-hive
  7. 7. Amending User’s Path

    Again Append Hive into the Path
    This is strictly needed only to Work with Hive from Command Line..

    echo 'export PATH=/opt/apache-hive/bin:$PATH' >> ~/.bashrc

    Reload the Path with:

    bash
  8. 8. Apache Hive Getting-Started Guide

    Getting-Started with Apache Hive for Fedora GNU/Linux

    Apache Hive Quick Start on Fedora
  9. So Now I’m truly Happy if My Guide could Help you to Install Apache Hive on Fedora 28!


QuickChic Theme • Powered by WordPress