Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 94711200CBC for ; Tue, 20 Jun 2017 23:58:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 92C21160BEF; Tue, 20 Jun 2017 21:58:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA53A160BCC for ; Tue, 20 Jun 2017 23:58:03 +0200 (CEST) Received: (qmail 86747 invoked by uid 500); 20 Jun 2017 21:58:03 -0000 Mailing-List: contact issues-help@systemml.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@systemml.apache.org Delivered-To: mailing list issues@systemml.apache.org Received: (qmail 86738 invoked by uid 99); 20 Jun 2017 21:58:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 21:58:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 66529C1514 for ; Tue, 20 Jun 2017 21:58:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id alNuex_wA1Os for ; Tue, 20 Jun 2017 21:58:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1657B5FB7F for ; Tue, 20 Jun 2017 21:58:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 57F93E05BF for ; Tue, 20 Jun 2017 21:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 15217240B8 for ; Tue, 20 Jun 2017 21:58:00 +0000 (UTC) Date: Tue, 20 Jun 2017 21:58:00 +0000 (UTC) From: "Matthias Boehm (JIRA)" To: issues@systemml.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SYSTEMML-1718) Failed matrix export via copy to non-default fs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Jun 2017 21:58:04 -0000 [ https://issues.apache.org/jira/browse/SYSTEMML-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Boehm resolved SYSTEMML-1718. -------------------------------------- Resolution: Fixed Assignee: Matthias Boehm Fix Version/s: SystemML 1.0 > 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 > Assignee: Matthias Boehm > Fix For: SystemML 1.0 > > > {code} > Caused by: java.lang.IllegalArgumentException: Wrong FS: file:/home/, expected: hdfs://: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)