How to kill an spark application?

1,399 views
Skip to first unread message

sweb

unread,
Aug 23, 2013, 7:15:10 PM8/23/13
to spark...@googlegroups.com

I am running spark/shark Big Data Mini course. The command console on which I was running pyspark froze and I had to kill it. But the application is still running and taking all 20 cores.

what is command to kill this thing?

  • ID: app-20130823204247-0001
  • Description: PySparkShell
  • User: root
  • Cores: 2147483647 (20 Granted )
  • Memory per Slave: 12936
  • Submit Date: Fri Aug 23 20:42:47 UTC 2013
  • State: RUNNING

Shivaram Venkataraman

unread,
Aug 23, 2013, 8:44:04 PM8/23/13
to spark...@googlegroups.com
You can use `jps` to get the pid of the java-driver process and then
kill it using `kill <pid>`

Shivaram
> --
> You received this message because you are subscribed to the Google Groups
> "Spark Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spark-users...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Reply all
Reply to author
Forward
0 new messages