我已经安装了hadoop-2.0.0-alpha,但是每当我执行命令时,都会出现弃用错误(尽管它似乎运行没有问题)
$ hadoop/bin/hadoop dfs -copyFromLocal input input
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.
$ hadoop/bin/hadoop dfs -rmr input
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.
rmr: DEPRECATED: Please use 'rm -r' instead.
我四处搜索,看起来这是hadoop-0.23的错误。但是,我的版本更新。
我找不到这个版本的答案,它仍然是一个现有的错误吗?