You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Dénes Bodó (Jira)" <ji...@apache.org> on 2021/06/22 14:50:00 UTC

[jira] [Resolved] (OOZIE-2016) ShareLibService should create filesystem from path

     [ https://issues.apache.org/jira/browse/OOZIE-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dénes Bodó resolved OOZIE-2016.
-------------------------------
    Resolution: Cannot Reproduce

This ticket seems abandoned. If you feel that this still an issue in Oozie 5 then please reopen.

> ShareLibService should create filesystem from path
> --------------------------------------------------
>
>                 Key: OOZIE-2016
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2016
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Shwetha GS
>            Priority: Major
>
> Currently, setting sharelib path to hdfs://data-HDPTest300-odls.samarth.gupta.ev1.com:8020/user/shwethags/share/lib will not work, we also need to copy the hadoop confs to oozie
> {noformat}
> java.lang.IllegalArgumentException: Wrong FS: hdfs://data-HDPTest300-odls.samarth.gupta.ev1.com:8020/user/shwethags/share/lib, expected: file:///
>         at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:643)
>         at org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:79)
>         at org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:358)
>         at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1483)
>         at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1523)
>         at org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:564)
>         at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1483)
>         at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1523)
>         at org.apache.oozie.service.ShareLibService.getLatestLibPath(ShareLibService.java:555)
>         at org.apache.oozie.service.ShareLibService.updateShareLib(ShareLibService.java:436)
>         at org.apache.oozie.service.ShareLibService.init(ShareLibService.java:106)
>         at org.apache.oozie.service.Services.setServiceInternal(Services.java:368)
>         at org.apache.oozie.service.Services.setService(Services.java:354)
>         at org.apache.oozie.service.Services.loadServices(Services.java:287)
>         at org.apache.oozie.service.Services.init(Services.java:208)
>         at org.apache.oozie.servlet.ServicesLoader.contextInitialized(ServicesLoader.java:45)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)