Конфигурация отсутствует при запуске Gobblin с YARN - PullRequest
0 голосов
/ 29 января 2019

При запуске пряжи Гобблина с командой ниже:

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)
...