GitHub user hustfxj opened a pull request:
https://github.com/apache/storm/pull/1047
port org.apache.storm.zookeeper to java
1. Port "org.apache.storm.zookeeper" to java at
"org.apache.storm.zookeeper.Zookeeper".
2. Update all the callings to the config functions.
3. Deleted most functions in zookeeper.clj except a few: mk-client
(because of "watcher" which is derived by clojure in some .clj files).
4. add the package "Callback", where callback functions put. I am merging
clusters and timer which involves lots of callback functions. I put them into
package "Callback".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hustfxj/storm zookeeper
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1047.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1047
----
commit 70f74971561d3a7e152ed558f7b4b1bca0c96185
Author: xiaojian.fxj <[email protected]>
Date: 2016-01-26T09:02:07Z
port zookeeper.clj to java
commit 39e11c05fde872a5bb7e0ac3ddfe5fd55b0d8fd3
Author: xiaojian.fxj <[email protected]>
Date: 2016-01-26T09:04:36Z
fry
commit d66ae23ec4e0aa49a285025acac9406c500e2c62
Author: xiaojian.fxj <[email protected]>
Date: 2016-01-26T09:12:47Z
forget some dependencies
----
---
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.
---