You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/09/09 01:42:00 UTC

[jira] [Updated] (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 ]

Glenn Weidner updated SYSTEMML-1697:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

> 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 0.15
>
>
> 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)