You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to pass ENV variable to Cassandra process, similar to EXECUTOR_ARG, however executor only passes JMX_PORT as a env variable to the process.
I was looking for a way to pass ENV variable to Cassandra process, similar to EXECUTOR_ARG, however executor only passes JMX_PORT as a env variable to the process.
https://github.com/mesosphere/dcos-cassandra-service/blob/b407b9bc71870cf2c7d8d4b3c37dc5302154d2df/cassandra-executor/src/main/java/com/mesosphere/dcos/cassandra/executor/CassandraDaemonProcess.java#L254
Is there a plan to add such support? if it's not in your roadmap, would you be interested in PR for such feature?
The text was updated successfully, but these errors were encountered: