标签:
通过启动或停止hadoop我们会发现会出现 “Warning: $HADOOP_HOME is deprecated” 这样一个警告,下面给出解决方案:
不过我们一般推荐第二种,因为我们还是需要$HADOOP_HOME的,方便引用。
所以我们一般在/etc/profile 文件最后加上 export HADOOP_HOME_WARN_SUPPRESS=1 ,然后输入命令【source /etc/profile】使其生效即可。
Hadoop1.2.1 出现Warning: $HADOOP_HOME is deprecated.的解决方案
标签:
原文地址:http://www.cnblogs.com/zangrunqiang/p/5928003.html