Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

What should I use for zookeeperPrefix value in my sample.properties? #7

Open
samglo opened this issue Oct 21, 2014 · 1 comment
Open

Comments

@samglo
Copy link

samglo commented Oct 21, 2014

Should I use my value /storm , from my Storm cluster's variable storm.zookeeper.root variable?

Or do I just make up a value like "kinesis_spout", which isn't a directory, but seems like just a made up value?

Prefix/path for storing spout state in Zookeeper

zookeeperPrefix = kinesis_spout

Thanks for any replies.
Sam Glover
Austin, Texas

@gauravgh
Copy link
Contributor

Hello,

The Amazon Kinesis Storm Spout will store its state (checkpoints) under this prefix. You can use "kinesis_spout" or any other friendly name which will help you identify this directory in Zookeeper.
Having a dedicated prefix for the spout can help avoid collisions.

Sincerely,
Gaurav

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants