To uninstall DC/OS Apache Spark, run the following command:
dcos package uninstall --app-id=<app-id> spark
The Spark dispatcher persists state in ZooKeeper, so to fully uninstall the DC/OS Apache Spark package, you must:
- Navigate to
http://<dcos-url>/exhibitor
. - Click on
Explorer
. - Delete the znode corresponding to your instance of Spark. By default, this node is
spark_mesos_Dispatcher
.