Uninstalling Apache Livy with Amazon EMR on EKS - Amazon EMR
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Uninstalling Apache Livy with Amazon EMR on EKS

Follow these steps to uninstall Apache Livy.

  1. Delete the Livy setup using the names of your namespace and application name. In this example, the application name is livy-demo and the namespace is livy-ns.

    helm uninstall livy-demo -n livy-ns
  2. When uninstalling, Amazon EMR on EKS deletes the Kubernetes service in Livy, the Amazon load balancers, and the target groups that you created during installation. Deleting resources can take a few minutes. Make sure that the resources are deleted before installing Livy on the namespace again.

  3. Delete the Spark namespace.

    kubectl delete namespace spark-ns