Pig CDH4.4.0 Installation
Basic Steps:
In order to installation of PIG, go to the path
Step 1: Go to below mentioned directory
cd /usr/local/hadoop
Step 2: Download the TAR file from the archive.cloudera.com
sudo wget http://archive.cloudera.com/cdh4/cdh/4/pig-0.11.0-cdh4.4.0.tar.gz
Step 3: Extract the tar file
tar -zxvf pig-0.11.0-cdh4.4.0.tar.gz
Step 4: Downloaded file should be in this path
cd /usr/local/hadoop/pig-0.11.0-cdh4.4.0
Step 5: Set the etc environment
sudo nano /etc/environment.
Click enter and add the path files & jar files.
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-openjdk-amd64/bin:/usr/local/hadoop/hadoop-2.0.0-cdh4.4.0/bin: /usr/local/hadoop/hadoop-2.0.0-cdh4.4.0/sbin:/usr/local/hadoop/hive-0.10.0-cdh4.4.0/bin:/usr/local/hadoop/pig-0.11.0-cdh4.4.0/bin"
HADOOP_HOME="/usr/local/hadoop/hadoop-2.0.0-cdh4.4.0"
HIVE_HOME="/usr/local/hadoop/hive-0.10.0-cdh4.4.0"
HIVE_AUX_JARS_PATH="/usr/local/hadoop/hive-0.10.0-cdh4.4.0/lib/mysql-connector-java-5.1.18-bin.jar"
PIG_HOME="/usr/local/hadoop/pig-0.11.0-cdh4.4.0"
HADOOP_CONF_DIR="/usr/local/hadoop/hadoop-2.0.0-cdh4.4.0/etc/hadoop"
Step 4: set the source environment
source /etc/environment
Happy Hadooping!
Written by Vidyasagar Gudapati
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Pig installation
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#