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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to