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/09/22 08:59:33 UTC

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

Shwetha G S created OOZIE-2016:
----------------------------------

             Summary: 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 G S


Currently, setting sharelib path to hdfs://data-HDPTest300-odls.samarth.gupta.ev1.inmobi.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.inmobi.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
(v6.3.4#6332)