How to Install Latest HBase Database Server for Linux Fedora 18 KDE4 32bit/64bit Step-by-Step Easy-Visual Guide

March 9, 2013 | By Duchateaux.

The Step-by-Step Guide shows you How to Install and Getting-Started with the Latest HBase Server Release on Fedora Linux 18 KDE4 i686/x8664 Desktop.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Inside the Post you Find a Link to Get Installed the Required Oracle Official Java JDK for Fedora.

HBase GNOME Penguin
  1. Download Latest HBase Database Server Stable Release.

    Latest HBase Stable tar.gz Release
  2. Right-Click on Archive > Open with Ark

    Extract Into /tmp.

    Linux KDE4 HBase tar.gz Archive Extraction
  3. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Fedora Linux14-18 Kde4 Open Terminal

  4. Relocate the HBase Server.

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    mv /tmp/hbase* /opt
  5. Setup the HBase Server WriteTo Location.

    The Server by Default Write Into /tmp So to Keep the Data over Reboot Set a New Location.

    nano /opt/hbase*/conf/hbase-site.xml

    Inserts Setup Between Existing Configuration Tags:




    hbase.rootdir
    file:///to>hbase


    Ctrl+x to Save & Exit :)

  6. Setup JAVA_HOME for HBase

    Check if Oracle Java JDK 1.6+ is Installed:

    which java

    The Output Should Contains “/jdk1.X.Y”, If Not See Below How to Download and Install Oracle JDK for Linux Mint.

    How to Install Required Oracle Java JDK on Fedora Linux:

    JAVA_HOME Env. Variable Setup:

    nano /opt/hbase*/conf/hbase-env.sh

    Uncomment the Line Containing JAVA_HOME and Set the Right Path.

  7. Quick Start with HBase Database Server.


QuickChic Theme • Powered by WordPress