Skip to content

Instantly share code, notes, and snippets.

@ayushgp
Created November 28, 2016 06:57
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 ayushgp/fd1113162ee5bf54ce0aec863497616b to your computer and use it in GitHub Desktop.
Save ayushgp/fd1113162ee5bf54ce0aec863497616b to your computer and use it in GitHub Desktop.
# set to the root of your Java installation
export JAVA_HOME=/usr/lib/jvm/<your-java-version>
export PATH=${JAVA_HOME}/bin:${PATH}
export HADOOP_CLASSPATH=$JAVA_HOME/lib/tools.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment