自从过去几天以来我一直试图经营Oozie工作,但它没有运行。获得提交但仍然停留在"运行" Oozie Web控制台中的状态。我使用Oozie 4.1.0和Hadoop 2.6进行此配置。
我检查了Oozie日志,他们似乎给出了以下错误: -
org.apache.oozie.service.ServiceException: E0104: Could not fully initialize service [org.apache.oozie.service.ShareLibService], Not able to cache sharelib. An Admin needs to install the sharelib with oozie-setup.sh and issue the 'oozie admin' CLI command to update the sharelib at
org.apache.oozie.service.ShareLibService.init(ShareLibService.java:123)
at
org.apache.oozie.service.Services.setServiceInternal(Services.java:383)
at org.apache.oozie.service.Services.setService(Services.java:369)
at org.apache.oozie.service.Services.loadServices(Services.java:302)
at org.apache.oozie.service.Services.init(Services.java:210) at
org.apache.oozie.servlet.ServicesLoader.contextInitialized(ServicesLoader.java:45)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
答案 0 :(得分:0)
在oozie-site.xml中设置属性,然后重启oozie server:
<property>
<name>oozie.service.WorkflowAppService.system.libpath</name>
<value>/user/oozie</value>
</property>
和dir “/ user / oozie”是hdfs目录。
答案 1 :(得分:0)
尝试在oozie.system.libpath=true
文件中设置属性job.properties
。