Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マップを実行してジョブを削減することの違いはどれですか
/bin/hadoop -jar /file.jar input output
Eclipseにjarをインポートして、コードを実行しますか?
最初のコマンドは、で構成されているようにHadoopクラスターでジョブを実行します$HADOOP_HOME/conf。このクラスターは、リモートであるか、疑似分散クラスターであるか、ローカルである可能性があります。
$HADOOP_HOME/conf
Eclipseで実行すると、ローカルで実行されます。マッパーとリデューサーを同じJVMでローカルに実行します。