Menu

Spark Livy Server Web UI Stop

Stops the Spark Livy Serve server. You can also start the server manually with the following command:

service spark-livy-server start
module.exports = header: 'Spark Livy Server Stop', handler: ->
  @service_stop
    name: 'spark-history-server'
    if_exists: '/etc/init.d/spark-livy-server'