ロードするアプリケーションを起動していますが、new YarnConfiguration()
オブジェクトを作成しています。Hadoop Configuration()オブジェクトが/etc/hadoop/conf/core-site.xmlを取得しない
実行時に、HADOOP_CONF_DIR
〜/etc/hadoop/conf
に設定ファイルがあります。
その後、アプリケーションを開始します。
yarn -jar jarname.jar --config.file config/local.properties
次のエラーが発生します。
INFO: Connecting to ResourceManager at /0.0.0.0:8032 Jul 25, 2016 12:33:49 PM org.apache.hadoop.ipc.Client handleConnectionFailure INFO: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
だから、別のクライアント上で実行されている糸のリソースマネージャの詳細をピックアップしていないようです。
yarn-site.xml
に正しい値があります。