caofangkun created STORM-175:
--------------------------------
Summary: Wokers should extend supervisor’s config and merge with
local config
Key: STORM-175
URL: https://issues.apache.org/jira/browse/STORM-175
Project: Apache Storm (Incubating)
Issue Type: Bug
Reporter: caofangkun
Priority: Minor
For example:
config 'storm.zookeeper.root ' .its default value is '/storm'
but we can define a new value use '-c' command when start up services:
storm -c storm.zookeeper.root=/storm/cluster01 nimbus
storm -c storm.zookeeper.root=/storm/cluster01 supervisor
workers’ configuration will be {storm.zookeeper.root=/storm}
but they’re should be {storm.zookeeper.root=/storm/cluster01}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)