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:02 UTC

[jira] [Resolved] (SYSTEMML-1697) Reading multi-part files w/o existing directory from object store

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

Matthias Boehm resolved SYSTEMML-1697.
--------------------------------------
       Resolution: Fixed
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.0

> Reading multi-part files w/o existing directory from object store
> -----------------------------------------------------------------
>
>                 Key: SYSTEMML-1697
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1697
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 1.0
>
>
> Assume a multi-part binary matrix written to an object store. As the object store only emulates a directory structure, the parent directory does not exist. Accordingly, our binary block matrix readers (which directly read from sequence files instead of record readers) fail because the check for {{isDirectory}} returns false. In order to fix this, we would need to be aware of this issues and handle it when ran against object store file schemes. Similarly, {{listStatus}} also returns the meta data file which has the same prefix as the created "directory" and needs to be filtered out.



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