[ 
https://issues.apache.org/jira/browse/FLINK-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709226#comment-14709226
 ] 

ASF GitHub Bot commented on FLINK-2525:
---------------------------------------

Github user mjsax commented on the pull request:

    https://github.com/apache/flink/pull/1046#issuecomment-134190885
  
    It fails in two test. You should actually see it, if you execute test 
locally. You should run test each time before you open/update an PR (at least 
for the module you did changes).
    
    ```
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.751 sec 
<<< FAILURE! - in org.apache.flink.stormcompatibility.split.BoltSplitITCase
    testTopology(org.apache.flink.stormcompatibility.split.BoltSplitITCase) 
Time elapsed: 0.635 sec <<< ERROR!
    java.lang.NullPointerException: null
    at 
org.apache.flink.stormcompatibility.api.FlinkLocalCluster.submitTopologyWithOpts(FlinkLocalCluster.java:52)
    at 
org.apache.flink.stormcompatibility.api.FlinkLocalCluster.submitTopology(FlinkLocalCluster.java:41)
    at 
org.apache.flink.stormcompatibility.split.StormSplitStreamBoltLocal.main(StormSplitStreamBoltLocal.java:42)
    at 
org.apache.flink.stormcompatibility.split.BoltSplitITCase.testTopology(BoltSplitITCase.java:25)
    ```
    and
    ```
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.704 sec 
<<< FAILURE! - in org.apache.flink.stormcompatibility.split.SpoutSplitITCase
    testTopology(org.apache.flink.stormcompatibility.split.SpoutSplitITCase) 
Time elapsed: 0.584 sec <<< ERROR!
    java.lang.NullPointerException: null
    at 
org.apache.flink.stormcompatibility.api.FlinkLocalCluster.submitTopologyWithOpts(FlinkLocalCluster.java:52)
    at 
org.apache.flink.stormcompatibility.api.FlinkLocalCluster.submitTopology(FlinkLocalCluster.java:41)
    at 
org.apache.flink.stormcompatibility.split.StormSplitStreamSpoutLocal.main(StormSplitStreamSpoutLocal.java:42)
    at 
org.apache.flink.stormcompatibility.split.SpoutSplitITCase.testTopology(SpoutSplitITCase.java:25)
    ```
    
    Just out of curiosity: why can you not see Travis details? 


> Add configuration support in Storm-compatibility
> ------------------------------------------------
>
>                 Key: FLINK-2525
>                 URL: https://issues.apache.org/jira/browse/FLINK-2525
>             Project: Flink
>          Issue Type: New Feature
>          Components: flink-contrib
>            Reporter: fangfengbin
>            Assignee: fangfengbin
>
> Spouts and Bolt are initialized by a call to `Spout.open(...)` and 
> `Bolt.prepare()`, respectively. Both methods have a config `Map` as first 
> parameter. This map is currently not populated. Thus, Spouts and Bolts cannot 
> be configure with user defined parameters. In order to support this feature, 
> spout and bolt wrapper classes need to be extended to create a proper `Map` 
> object. Furthermore, the clients need to be extended to take a `Map`, 
> translate it into a Flink `Configuration` that is forwarded to the wrappers 
> for proper initialization of the map.



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

Reply via email to