You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/06/18 20:57:00 UTC

[jira] [Updated] (SYSTEMML-1718) Failed matrix export via copy to non-default fs

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

Matthias Boehm updated SYSTEMML-1718:
-------------------------------------
    Description: 
{code}
Caused by: java.lang.IllegalArgumentException: Wrong FS: file:/home/<filename>, expected: hdfs://<node>:8020
        at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:649)
        at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:194)
        at org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:106)
        at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1305)
        at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1301)
        at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
        at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1317)
        at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1426)
        at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:496)
        at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:348)
        at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:338)
        at org.apache.sysml.runtime.util.MapReduceTool.copyFileOnHDFS(MapReduceTool.java:243)
        at org.apache.sysml.runtime.controlprogram.caching.CacheableData.exportData(CacheableData.java:827)
{code}

> Failed matrix export via copy to non-default fs
> -----------------------------------------------
>
>                 Key: SYSTEMML-1718
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1718
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>
> {code}
> Caused by: java.lang.IllegalArgumentException: Wrong FS: file:/home/<filename>, expected: hdfs://<node>:8020
>         at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:649)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:194)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:106)
>         at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1305)
>         at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1301)
>         at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1317)
>         at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1426)
>         at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:496)
>         at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:348)
>         at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:338)
>         at org.apache.sysml.runtime.util.MapReduceTool.copyFileOnHDFS(MapReduceTool.java:243)
>         at org.apache.sysml.runtime.controlprogram.caching.CacheableData.exportData(CacheableData.java:827)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)