[ https://issues.apache.org/jira/browse/ZOOKEEPER-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679354#action_12679354
]
Patrick Hunt commented on ZOOKEEPER-279:
----------------------------------------
I'll take care of regenning the patch. Sorry for the delay, somehow we missed this one.
> Variable expansion in zoo.cfg
> -----------------------------
>
> Key: ZOOKEEPER-279
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-279
> Project: Zookeeper
> Issue Type: Improvement
> Affects Versions: 3.1.0
> Reporter: Nitay Joffe
> Priority: Minor
> Attachments: HBaseQPC.java, zookeeper-279.patch
>
>
> We would like to define certain parts of ZooKeeper's configuration using variables that
get substituted. For example, we want the ZooKeeper quorum to be able to use a dataDir configured
per user. In other words, something like:
> tickTime=2000
> dataDir=/tmp/zookeeper-${user.name}
> clientPort=2181
> initLimit=5
> syncLimit=2
> server.1=zoo1:2888:3888
> server.2=zoo2:2888:3888
> server.3=zoo3:2888:3888
> I think Java already has a system for configuration that allows something like this using
Properties?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|