Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On Ambari-server machine use the configs.sh script to set new value (say new_spark)

    Code Block
    > cd /var/lib/ambari-server/resources/scripts
    > ./configs.sh -u admin -p admin set localhost c1 spark-env spark_user new_spark
  2. Restart Spark service
  3. Verify service check passed

...