Robert Kanter created OOZIE-1888:
------------------------------------
Summary: oozie.service.WorkflowAppService.system.libpath is wrong
in oozie-default.xml
Key: OOZIE-1888
URL: https://issues.apache.org/jira/browse/OOZIE-1888
Project: Oozie
Issue Type: Bug
Components: core
Affects Versions: trunk
Reporter: Robert Kanter
Assignee: Robert Kanter
Priority: Critical
The current value of {{oozie.service.WorkflowAppService.system.libpath}} in
oozie-default is "hdfs:///user/${user.name}/share/lib". This is a problem for
three reasons:
# It assumes HDFS (what about viewfs?)
# It won't actually work because it's missing a host:port
# It doesn't match the default oozie-site.xml, which has
"/user/${user.name}/share/lib"
We should change it to "/user/${user.name}/share/lib" as this works on both
HDFS and viewfs and matches oozie-site.
--
This message was sent by Atlassian JIRA
(v6.2#6252)