[ 
https://issues.apache.org/jira/browse/CASSANDRA-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-8873:
----------------------------------------
    Component/s: Configuration

> Add PropertySeedProvider
> ------------------------
>
>                 Key: CASSANDRA-8873
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8873
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Configuration
>            Reporter: Albert P Tobey
>            Priority: Minor
>         Attachments: PropertySeedProvider.java
>
>
> Add a PropertySeedProvider that allows administrators to set a seed on the 
> command line with -Dcassandra.seeds=127.0.0.1,127.0.0.2 instead of rewriting 
> cassandra.yaml.
> It looks like the yaml parser expects there to always be a parameters: option 
> on seeds, so unless we change it to be optional, there needs to be a dummy 
> map or the yaml will not parse, e.g.
> seed_provider:
>     - class_name: org.apache.cassandra.locator.PropertySeedProvider
>       parameters:
>           - stub: "this is required for the yaml parser and is ignored"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to