[
https://issues.apache.org/jira/browse/STORM-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304421#comment-14304421
]
ASF GitHub Bot commented on STORM-534:
--------------------------------------
GitHub user caofangkun reopened a pull request:
https://github.com/apache/storm/pull/394
STORM-534:Store Nimbus Server Information in zookeeper path
{storm.zookeeper.root}/nimbus
Store Nimbus Server Information in zookeeper path
{storm.zookeeper.root}/nimbus
like {nimbus_host_name}:{nimbus_thrift_port}
May add more information like nimbus server version Information ?


You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-534
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/394.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 #394
----
commit 6c04e1bea802d28ae92a234ddbaad2c1ed0a6835
Author: caofangkun <[email protected]>
Date: 2015-01-23T01:28:46Z
Merge pull request #4 from apache/master
Merger from apache/storm to caofangkun/apache-storm
commit 52cbe5f6459f0923c7eda573df1ad5b792c5ba98
Author: caofangkun <[email protected]>
Date: 2015-01-23T08:55:42Z
STORM-534:Store Nimbus Server Information in zookeeper path
{storm.zookeeper.root}/nimbus
commit 55f95b52f5f49c5572d81d6b653babafa67750c4
Author: caofangkun <[email protected]>
Date: 2015-01-23T09:02:21Z
STORM-534:Store Nimbus Server Information in zookeeper path
{storm.zookeeper.root}/nimbus
commit 3a2ace166ef13b99357089bb5e9093f8494b3c1b
Author: caofangkun <[email protected]>
Date: 2015-01-26T03:54:41Z
STORM-534:Add ServerInfo.java to storm nimbus server info, NimbusClient
fetch nimbus info from zk
commit fd4a7e825a9d980ef466edfb703fd4ee5885da80
Author: caofangkun <[email protected]>
Date: 2015-01-26T04:21:51Z
STORM-534:Add ServerInfo.java to storm nimbus server info, NimbusClient
fetch nimbus info from zk
commit a8d08c9c098208f693bdc5016d4e3f41eab09240
Author: caofangkun <[email protected]>
Date: 2015-01-26T06:07:50Z
STORM-534:modify UI add nimbus.html
commit 0fa6ae40d9d5bb370f322bc9ca0ef6f37f7b6bad
Author: caofangkun <[email protected]>
Date: 2015-01-26T07:04:28Z
STORM-534:ServerInfo should contain nimbus version info
commit d605f186c2261fe4a1c7db449d5bafd90875d4a8
Author: caofangkun <[email protected]>
Date: 2015-01-26T07:39:46Z
STORM-534:modify ClusterSummary.java add License
----
> Store Nimbus Server Information in zookeeper path
> {storm.zookeeper.root}/nimbus
> -------------------------------------------------------------------------------
>
> Key: STORM-534
> URL: https://issues.apache.org/jira/browse/STORM-534
> Project: Apache Storm
> Issue Type: Improvement
> Affects Versions: 0.10.0
> Reporter: caofangkun
> Assignee: caofangkun
> Priority: Minor
>
> 1) {nimbus.host} {nimbus.thrift.port} {storm.version} will be stored in
> {storm.zookeeper.root}/nimbus like "localhost:8826:0.9.3-r1234"
> 2) Storm Clients only need to configure {storm.zookeeper.root} to get Nimbus
> Server Information, Configuration like {nimbus.host} {nimbus.thrift.port}
> {storm.version} will be ignored
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)