Skip to content

masters-info-nantes/hadoopig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hado[o]pi[g]

hadoopig

Hadoop

Prerequisites

  • correctly installed Hadoop
  • define a variable $HADOOP_ROOT containing path to hadoop installation
export HADOOP_ROOT="/path/to/hadoop-2.7.1"
  • make sure $HADOOP_CLASSPATH is set
export HADOOP_CLASSPATH=${JAVA_HOME}/lib/tools.jar

Compile and run

cd hadoop
chmod 777 run.sh
./run.sh

Pig

Prerequisites

  • correctly installed Pig Latin
  • define a variable $PIG_ROOT containing path to pig installation
export PIG_ROOT="/path/to/pig-0.15.0"

Run script

cd pig
chmod 777 run.sh
./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages