Skip to content

Instantly share code, notes, and snippets.

@jerluc
Last active December 17, 2015 22:19
Show Gist options
  • Save jerluc/5681113 to your computer and use it in GitHub Desktop.
Save jerluc/5681113 to your computer and use it in GitHub Desktop.
These instructions are for my session on rapidly developing software on the Hadoop technology stack through the use of commonly-found test utilities.
@dalgual
Copy link

dalgual commented Jun 21, 2013

In order to run pig-0.8.1, you need to download and use hadoop-0.20.2 (http://archive.apache.org/dist/hadoop/core/hadoop-0.20.2/)

  • Setup the hadoop path assuming hadoop is at /usr as follows:

export HADOOP_HOME=/usr/hadoop-0.20.2
export PATH=$HADOOP_HOME/bin:$PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment