[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680850#action_12680850
 ] 

Hudson commented on ZOOKEEPER-279:
----------------------------------

Integrated in ZooKeeper-trunk #251 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/251/])
    

> Allow specialization of quorum config parsing (e.g. 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
>            Assignee: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: HBaseQPC.java, zookeeper-279.patch, 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.

Reply via email to