You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/01/30 19:47:41 UTC

[02/14] storm git commit: fry

fry


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/39e11c05
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/39e11c05
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/39e11c05

Branch: refs/heads/master
Commit: 39e11c05fde872a5bb7e0ac3ddfe5fd55b0d8fd3
Parents: 70f7497
Author: xiaojian.fxj <xi...@alibaba-inc.com>
Authored: Tue Jan 26 17:04:36 2016 +0800
Committer: xiaojian.fxj <xi...@alibaba-inc.com>
Committed: Tue Jan 26 17:04:36 2016 +0800

----------------------------------------------------------------------
 storm-core/src/clj/org/apache/storm/zookeeper.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/39e11c05/storm-core/src/clj/org/apache/storm/zookeeper.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/zookeeper.clj b/storm-core/src/clj/org/apache/storm/zookeeper.clj
index 3d71596..9d56160 100644
--- a/storm-core/src/clj/org/apache/storm/zookeeper.clj
+++ b/storm-core/src/clj/org/apache/storm/zookeeper.clj
@@ -30,6 +30,7 @@
   (:import [org.apache.storm.nimbus ILeaderElector NimbusInfo])
   (:import [java.io File])
   (:import [java.util List Map])
+  (:import [org.apache.storm.zookeeper Zookeeper ZkKeeperStates ZkEventTypes])
   (:import [org.apache.storm.utils Utils ZookeeperAuthInfo])
   (:use [org.apache.storm util log config]))
 
@@ -72,4 +73,3 @@
     (.start fk)
     fk))
 
-