You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by sai krishnam raju potturi <ps...@gmail.com> on 2016/08/10 15:49:27 UTC

Re : Default values in Cassandra YAML file

hi;
   if there are any missed attributes in the YAML file, will Cassandra pick
up default values for those attributes.

thanks

Re: Re : Default values in Cassandra YAML file

Posted by sai krishnam raju potturi <ps...@gmail.com>.
thanks Romain, this had been a doubt for quiet a while.

thanks

On Wed, Aug 10, 2016 at 4:59 PM, Romain Hardouin <ro...@yahoo.fr>
wrote:

> Yes. You can even see that some caution is taken in the code
> https://github.com/apache/cassandra/blob/trunk/
> src/java/org/apache/cassandra/config/Config.java#L131
> (But if I were you I would not rely on this. It's always better to be
> explicit.)
>
> Best,
>
> Romain
>
> Le Mercredi 10 août 2016 17h50, sai krishnam raju potturi <
> pskraju88@gmail.com> a écrit :
>
>
> hi;
>    if there are any missed attributes in the YAML file, will Cassandra
> pick up default values for those attributes.
>
> thanks
>
>
>
>

Re: Re : Default values in Cassandra YAML file

Posted by Romain Hardouin <ro...@yahoo.fr>.
Yes. You can even see that some caution is taken in the code https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/config/Config.java#L131 (But if I were you I would not rely on this. It's always better to be explicit.)
Best,
Romain

    Le Mercredi 10 août 2016 17h50, sai krishnam raju potturi <ps...@gmail.com> a écrit :
 

 hi;   if there are any missed attributes in the YAML file, will Cassandra pick up default values for those attributes.
thanks