Installing Hadoop and Hive on Ubuntu


Steps to follow:

1. Copy unziped Hadoop and Hive folders into /home/user
2. Add these configuration in /etc/environment
    PATH="home/user/Hadoop/bin:/home/user/Hive/bin"
    LANG="en_US.UTF-8"
    HADOOP_INSTALL="/home/user/Hadoop"
    HIVE_INSTALL="/home/user/Hive"
3. In the terminal type "hadoop version" to check if it is running

Comments

Popular posts from this blog

Maven + Oracle XE + Sample App

Dynamic Image in Jasper Report

Display Images From a Non-Project Directory in JSF