Install pig
pig instalation
---------------------------
Lets see how to install apache pig in ubuntu
Basic
3 steps---------------------
1)Download pig file (link is in desscription)
2)set the pig home in .bashrc
3)Check the pig version ($pig -version)
lets see
commands
-----------------------------------------------------------
export PIG_HOME=/home/pig-0.16.0
export PATH=$PATH:/home/pig-0.16.0/bin
export
PIG_CLASSPATH=$HADOOP_CONF_DIR
pig -version
pig -x local
---------------------------
Lets see how to install apache pig in ubuntu
Basic
3 steps---------------------
1)Download pig file (link is in desscription)
2)set the pig home in .bashrc
3)Check the pig version ($pig -version)
lets see
commands
-----------------------------------------------------------
export PIG_HOME=/home/pig-0.16.0
export PATH=$PATH:/home/pig-0.16.0/bin
export
PIG_CLASSPATH=$HADOOP_CONF_DIR
pig -version
pig -x local
Link to download pig
--------------------------------------------------------
https://drive.google.com/drive/folders/18syT7Jf5m71cFxsZF7cOyQ48kQ3RZ-tU?usp=sharing
Comments
Post a Comment