Wednesday, October 17, 2012

Hadoop: $HADOOP_HOME is deprecated

If you get the following warning message when you start Hadoop

$HADOOP_HOME is deprecated

add the following line to the end of /conf/hadoop-env.sh

export HADOOP_HOME_WARN_SUPPRESS="TRUE"

2 comments:

  1. Or else

    in your .bashrc file, replace the "HADOOP_HOME" variable with "HADOOP_PREFIX" variable

    ReplyDelete
  2. HADOOP_HOME is deprecated .i want to need solution ???

    ReplyDelete