You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2017/03/28 04:47:41 UTC

[jira] [Updated] (APEXMALHAR-2456) AbstractFileInputOperator doesn't work with static partitioning

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

Thomas Weise updated APEXMALHAR-2456:
-------------------------------------
    Fix Version/s:     (was: 3.7.0)

> AbstractFileInputOperator doesn't work with static partitioning
> ---------------------------------------------------------------
>
>                 Key: APEXMALHAR-2456
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2456
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>    Affects Versions: 3.6.0
>            Reporter: Francis Fernandes
>            Assignee: Francis Fernandes
>
> {code}
>   public void populateDAG(DAG dag, Configuration conf)
>   {
>     LineByLineFileInputOperator reader = dag.addOperator("Reader", new LineByLineFileInputOperator());
>     StringFileOutputOperator writer = dag.addOperator("Writer", new StringFileOutputOperator());
>     dag.addStream("data", reader.output, writer.input);
>   }
> {code}
> Config settings
> {code}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)