You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Huang Wei (JIRA)" <ji...@apache.org> on 2015/07/22 04:00:07 UTC

[jira] [Created] (FLINK-2391) Storm-compatibility:method FlinkTopologyBuilder.createTopology() throws java.lang.NullPointerException

Huang Wei created FLINK-2391:
--------------------------------

             Summary: Storm-compatibility:method FlinkTopologyBuilder.createTopology() throws java.lang.NullPointerException
                 Key: FLINK-2391
                 URL: https://issues.apache.org/jira/browse/FLINK-2391
             Project: Flink
          Issue Type: Bug
          Components: flink-contrib
    Affects Versions: 0.10
         Environment: win7 32bit;linux
            Reporter: Huang Wei
             Fix For: 0.10


core dumped at FlinkOutputFieldsDeclarer.java : 160(package FlinkOutputFieldsDeclarer).

code : fieldIndexes[i] = this.outputSchema.fieldIndex(groupingFields.get(i));

in this line, the var this.outputSchema may be null.



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