Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2531#discussion_r164224898
--- Diff: storm-core/test/clj/org/apache/storm/nimbus_test.clj ---
@@ -46,7 +46,7 @@
(:import [org.apache.commons.io FileUtils])
(:import [org.json.simple JSONValue])
(:import [org.apache.storm.daemon StormCommon])
- (:import [org.apache.storm.cluster IStormClusterState
StormClusterStateImpl ClusterStateContext ClusterUtils])
+ (:import [org.apache.storm.cluster DaemonType IStormClusterState
StormClusterStateImpl ClusterStateContext ClusterUtils])
--- End diff --
Will fix it.
---