To start learning about hive, you need a handy client, searching the Web to find Hue is a very common tool. So, in your own ubuntu14 System, try to install Hue. Here is your own installation steps, recorded as follows:
1.Check your ubuntu version number first
2. Install git
sudo apt-get install git
3, download The source code of hue
git clone https://github.com/cloudera/hue.git
CD hue
4. Make is not installed on the system , so install make
5, make apps, the original error is missing python2.7-devel
Apt-get install Python2.7-dev \
Make \
Libkrb5-dev \
Libxml2-dev \
Libxslt-dev \
Libsqlite3-dev \
Libssl-dev \
Libldap2-dev \
Python-pip
You can also use the following command
sudo apt-get install ant gcc g++ libkrb5-dev libmysqlclient-dev libssl-dev libsasl2-dev libsasl2-modules-gssapi-mit libsq Lite3-dev libtidy-0.99-0 Libxml2-dev Libxslt-dev make Libldap2-dev maven Python-dev Python-setuptools Libgmp3-dev
6, everything is ready only to the east wind, typing make apps wait for the compilation to succeed.
Ubuntu Trusty Install Hue