【发布时间】:2015-08-27 12:28:47
【问题描述】:
我正在尝试将 oozie 作业提交到 kerberized 集群。 下面是命令:
oozie job -run -DjobTracker=jobtracker-host:8032 -DnameNode=hdfs://namenode-host:8020 -DexamplesRoot=oozie.TestOozieCli.1440674219900/examples -config /tmp/oozie.TestOozieCli.1440674219900/examples/apps/java-main/job_config.xml
它抛出以下错误:
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, Authentication failed, status: 403, message: Forbidden.
知道我为什么会遇到这个错误吗?
【问题讨论】: