Skip to content

Instantly share code, notes, and snippets.

@fatboab
Last active December 10, 2015 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatboab/4495708 to your computer and use it in GitHub Desktop.
Save fatboab/4495708 to your computer and use it in GitHub Desktop.
Setting the HADOOP_CLASSPATH...
# Assuming you are seting this from the same folder as you
# are building your code with Maven...
export HADOOP_CLASSPATH=./target/classes
# Assuming you are seting this from the same folder as you
# are building your code with Maven and have put all your
# 3rd paty JARs in target/libs...
export HADOOP_CLASSPATH=./target/classes:./target/libs/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment