You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/06/19 06:38:24 UTC

[jira] [Commented] (OOZIE-1888) oozie.service.WorkflowAppService.system.libpath is wrong in oozie-default.xml

    [ https://issues.apache.org/jira/browse/OOZIE-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036949#comment-14036949 ] 

Shwetha G S commented on OOZIE-1888:
------------------------------------

+1

> 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
>         Attachments: OOZIE-1888.patch
>
>
> 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)