使用YARN运行Gobblin时缺少配置

时间:2019-01-29 17:24:19

标签: hadoop hdfs yarn

使用以下命令启动哥布林纱时:

sudo -u hdfs -g hadoop /opt/gobblin/bin/gobblin-yarn.sh start

我遇到以下问题:

vagrant@machine1 [/tmp] sudo tail -f nohup.out
WARN [NativeCodeLoader] Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
WARN [ZKHelixAdmin] Root directory exists.Cleaning the root directory:/GobblinYarn
Exception in thread "main" com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'admin'
    at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:124)
    at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:147)
    at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:159)
    at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:164)
    at com.typesafe.config.impl.SimpleConfig.getBoolean(SimpleConfig.java:174)
    at org.apache.gobblin.yarn.GobblinYarnAppLauncher.launch(GobblinYarnAppLauncher.java:294)
    at org.apache.gobblin.yarn.GobblinYarnAppLauncher.main(GobblinYarnAppLauncher.java:804)

0 个答案:

没有答案