Monday, September 14, 2015

Setting Hadoop Classpath in Mac OS X

Hadoop Classpath Setting


Modify the bash_profile file, or you can use your own profile file.
  $ sudo vim ~/.bash_profile

export HADOOP_HOME='{your hadoop distribution directory}'
PATH=${PATH}:${HADOOP_HOME}/bin

No comments:

Post a Comment