How to Install Hue Hadoop Web GUI on Ubuntu 14.04 Trusty LTS Easy Guide

May 23, 2014 | By the+gnu+linux+evangelist.

Cloudera Hue Quick Start on Ubuntu 14.04 LTS

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Hue Web interface for analyzing Apache Hadoop Data for Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.

Hue aggregates the most common Apache Hadoop components into a single interface and targets the user experience.
Its main goal is to have the users “just use” Hadoop without worrying about the underlying complexity or using a command line.

Hue supports a File and Job Browser, Hive, Pig, Impala, Spark, Oozie, HBase, Solr, Sqoop2, ZooKeeper and more.

Hue comes with an SDK that lets you reuse Hue’s libraries so you can start building apps on top of Hadoop.

Hue Quick Start on Ubuntu 14.04 LTS - Featured
  1. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+T

    Open Terminal

    In case first see: Terminal QuickStart Guide.
    Or Login into Shell

  2. How to Install Required Oracle JDK for Ubuntu

    Oracle JDK Linux Installation Guide
  3. Installing Pre-Requisite Stuff.

    sudo su -c "apt-get install ant gcc g++ libkrb5-dev 
    libmysqlclient-dev libssl-dev libsasl2-dev 
    libsasl2-modules-gssapi-mit libsqlite3-dev 
    libtidy-0.99-0 libxml2-dev libxslt-dev maven 
    libldap2-dev python-dev python-setuptools git"
    
  4. Installing Latest Cloudera Hue.

    git clone http://github.com/cloudera/hue.git
    cd hue
    make apps

    Troubleshooting Hue Make Installation Linux:

    Solve Hue Installation Issues
  5. Running Hue Dev Server.

    build/env/bin/hue runserver

    After you can Login on: http://localhost:8000.

    Hue Quick Start on Ubuntu 14.04 LTS - Hue Web UI Login

  6. Hue Getting-Started Online Docs

    Hue Quick Start Guide

QuickChic Theme • Powered by WordPress