Re: Re : Default values in Cassandra YAML file

2016-08-10 Thread sai krishnam raju potturi
thanks Romain, this had been a doubt for quiet a while.

thanks

On Wed, Aug 10, 2016 at 4:59 PM, Romain Hardouin 
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 <
> pskraj...@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

2016-08-10 Thread Romain Hardouin
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 
 a écrit :
 

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


  

Re : Default values in Cassandra YAML file

2016-08-10 Thread sai krishnam raju potturi
hi;
   if there are any missed attributes in the YAML file, will Cassandra pick
up default values for those attributes.

thanks