2

I'd like to control my existing Cassandra cluster with DC/OS. I've done a good amount of research and was only able to find information about setting up a new Cassandra cluster in DC/OS; is there any way to bring these Cassandra machines into a DC/OS cluster and maintain their data? And if so, how can I do that?

Michael Hausenblas
  • 13,162
  • 4
  • 52
  • 66
cscan
  • 3,684
  • 9
  • 45
  • 83

1 Answers1

2

Unfortunately, it's not possible as DC/OS cannot "adopt" processes which it didn't start. The only way to move your Cassandra into DC/OS cluster is to install a new Cassandra cluster in DC/OS and migrate data from the old cluster.

Andrey Dyatlov
  • 1,628
  • 1
  • 10
  • 12