Installing
-
2. Installing JDK
How to Install Required Oracle JDK for Ubuntu
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
. -
3. Installing Dependencies
Installing Pre-Requisite Stuff
Simply play:sudo apt install ant gcc g++ libkrb5-dev *libmysqlclient-dev libssl-dev libsasl2-dev libsasl2-modules-gssapi-mit libsqlite3-dev libtidy*dev libxml2-dev libxslt-dev maven libldap2-dev python2-dev python-setuptools git
-
4. Installing Hue
Installing Latest Cloudera Hue.
cd ~/Downloads
git clone http://github.com/cloudera/hue.git
cd hue
make apps
Troubleshooting Hue Make Installation Linux
Contents