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 2016/07/11 03:52:11 UTC

[jira] [Resolved] (SYSTEMML-596) Transform binary output types not working within statement blocks

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

Matthias Boehm resolved SYSTEMML-596.
-------------------------------------
    Resolution: Won't Fix

The old file-based transform will be deprecated as soon as the new frame-based transform is feature-complete.

> Transform binary output types not working within statement blocks
> -----------------------------------------------------------------
>
>                 Key: SYSTEMML-596
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-596
>             Project: SystemML
>          Issue Type: Bug
>          Components: Compiler, Runtime
>            Reporter: Matthias Boehm
>
> The old file-based transform supports two output types CSV and binary. If the output feeds into a persistent write with default format text (within the same statement block), it currently writes binary data, i.e., the persistent write happens in the wrong format. Given, SYSTEMML-595, the workaround is to put the persistent write into a separate statement block, which always assumes binary block on the boundary. 
> Similar to SYSTEMML-595, we should tackle this issue in a systematic way, when introducing full data frame support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)