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

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

Cloudera Hue Hadoop UI Quick Start on Xubuntu 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 Xubuntu 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 Xubuntu 14.04 LTS - Featured
  1. How to Get Started with Hadoop/Map-Reduce on Xubuntu

    Hadoop Quick Start Xubuntu
  2. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+T

    Cloudera Hue Hadoop UI Quick Start on Xubuntu 14.04 LTS - Open Terminal

    In case first see: Terminal QuickStart 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 Virtualenv Issue
  5. Running Hue Dev Server.

    build/env/bin/hue runserver

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

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

  6. Hue Getting-Started Online Docs

    Hue Quick Start Guide

QuickChic Theme • Powered by WordPress