Skip to content

Instantly share code, notes, and snippets.

@umermansoor
Created January 13, 2013 19:36
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 umermansoor/4525814 to your computer and use it in GitHub Desktop.
Save umermansoor/4525814 to your computer and use it in GitHub Desktop.
a sample .bash_profile for Hadoop
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
export HADOOP_INSTALL=/Users/umermansoor/Documents/hadoop-1.1.1
export PATH=$PATH:$HADOOP_INSTALL/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment