Re: Can cassandra pick configuration from environment variables

2020-06-29 Thread Reid Pinchback
a Subject: Re: Can cassandra pick configuration from environment variables Message from External Sender You can probably implement a custom config loader that pulls all the config from env vars, if you're so inclined (a bit of java, the interface has a single method, maybe one or two ho

Re: Can cassandra pick configuration from environment variables

2020-06-29 Thread Jeff Jirsa
You can probably implement a custom config loader that pulls all the config from env vars, if you're so inclined (a bit of java, the interface has a single method, maybe one or two hooks into the db, which may be suitable for committing for general purpose use). On Mon, Jun 29, 2020 at 4:35 AM Ang

Re: Can cassandra pick configuration from environment variables

2020-06-29 Thread Angelo Polo
You can, however, set the environment variable CASSANDRA_CONF to direct the startup script to the configuration directory that holds cassandra.yaml, cassandra-env.sh, etc. So while you can't set individual C* configuration parameters from environment variables, you could have different configuratio

Re: Can cassandra pick configuration from environment variables

2020-06-28 Thread Erick Ramirez
You can't. You can only configure Cassandra by setting the properties in cassandra.yaml file. Cheers! >

Can cassandra pick configuration from environment variables

2020-06-28 Thread Manu Chadha
Hi Cassandra pick configuration from Cassandra.yaml (eg. Listen_address). Can I set the values of listen_address, rpc_address etc. from environment variables? Thanks Manu Sent from Mail for Windows 10