hadoop-2.0.0-alphaをインストールしましたが、コマンドを実行するたびに deprecation エラーが発生します (問題なく実行されているように見えますが)。
$ 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のバグのようです。ただし、私のバージョンはより新しいものです。
このバージョンの回答が見つかりませんでした。これはまだ存在するバグですか?