Hive 2.0.0 installation on Ubuntu 14.10

Download latest stable Hive version from http://mirror.fibergrid.in/apache/hive/

$ wget -c http://mirror.fibergrid.in/apache/hive/hive-2.0.0/apache-hive-2.0.0-bin.tar.gz

$ sudo tar -zxzf apache-hive-2.0.0-bin.tar.gz

$ sudo mv apache-hive-2.0.0-bin /usr/local/hive

$ sudo nano ~/.bashrc

export HIVE_HOME=/usr/local/hive
export HIVE_CONF_DIR=$HIVE_HOME/conf
export HIVE_CLASS_PATH=$HIVE_CONF_DIR
export PATH=$HIVE_HOME/bin:$PATH

$ source ~/.bashrc

$ hive