$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

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

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

;

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

    Here Hadoop Quick Start Lubuntu
    Please Donate $1 to Remove Ads!



    blank
    Getting-Started with Apache Hadoop on Lubuntu Linux
  2. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+T

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

    In case first see: Terminal QuickStart Guide.

  3. Installing Pre-Requisite Stuff.

    Copy
    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.

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

    Troubleshooting Hue Make Installation Linux:

    Here Solve Hue Virtualenv Issue
    Please Donate $1 to Remove Ads!



    blank
    Troubleshooting Cloudera Hue Installation
  5. Running Hue Dev Server.

    Copy
    build/env/bin/hue runserver

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

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

  6. Hue Getting-Started Online Docs

    Here Hue Quick Start Guide
    Please Donate $1 to Remove Ads!



    blank
    Quick-Start Tutorial for Cloudera Hue