Hi All,

A couple of questions:
1)
What does storm.zookeeper.root point to? The definition says storm root
directory location. The default value is /storm. But I am not sure I
understand what this means. If I have external zookeeper running, what
should this configuration point to?

2) I am running my topology in cluster mode, and I said with external
zookeeper (its configuration is specified in storm.yaml). But I am seeing
the following lines in my worker logs:

 s.k.DynamicBrokersReader [INFO] Read partition info from zookeeper:
GlobalPartitionInformation{partitionMap={0=localhost:9092,
1=localhost:9092}}
..
..
..
s.k.PartitionManager [INFO] No partition information found, using
configuration to determine offset

I've read that the second message means that storm is not using the
external zookeeper. If that is the case, what would be the reason for that.
thanks,
Clay

Reply via email to