Cloudera Hue Hadoop UI Quick Start on Kubuntu 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 Kubuntu 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.
-
How to Get Started with Hadoop/Map-Reduce on Kubuntu
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
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"
-
Installing Latest Cloudera Hue.
git clone http://github.com/cloudera/hue.git
cd hue
make apps
Troubleshooting Hue Make Installation Linux:
-
Running Hue Dev Server.
build/env/bin/hue runserver
After you can Login on: http://localhost:8000.
-
Hue Getting-Started Online Docs