[
https://issues.apache.org/jira/browse/OOZIE-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Kanter updated OOZIE-1888:
---------------------------------
Description:
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:
1. It assumes HDFS (what about viewfs?)
2. It won't actually work because it's missing a host:port
3. 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.
was:
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.
> 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:
> 1. It assumes HDFS (what about viewfs?)
> 2. It won't actually work because it's missing a host:port
> 3. 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)