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

ASF GitHub Bot commented on STORM-554:
--------------------------------------

Github user d2r commented on the pull request:

    https://github.com/apache/storm/pull/433#issuecomment-76959043
  
    @BuDongDong, OK, got a compile error because STORM-441 went in since you 
made your change.  So we need to up-merge this branch and add an import for 
StormTopology, since it is no longer pulled in via bootstrap.
    
    ```Diff
    -  (:import [backtype.storm.generated SpoutSpec Bolt StateSpoutSpec])
    +  (:import [backtype.storm.generated SpoutSpec Bolt StateSpoutSpec
    +                                     StormTopology])
    ```
    
    Git will merge the file successfully despite this conflict, so if you could 
make this change to tasks.clj and push to your branch, hopefully it will work.


> the "get-task-object" function in task.clj,the type of first param "topology" 
> should be ^StormTopology not ^TopologyContext
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STORM-554
>                 URL: https://issues.apache.org/jira/browse/STORM-554
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.3-rc2
>            Reporter: zhangjinlong
>            Assignee: zhangjinlong
>             Fix For: 0.9.3-rc2
>
>
> the "get-task-object" function in task.clj,the type of first param "topology" 
> should be ^StormTopology not ^TopologyContext



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

Reply via email to