JBosen
latest
  • Home
  • Building JBosen
  • Launch Using SSH
  • Launch Using YARN
  • Writing an Application
  • Matrix Factorization
  • Random Forest
JBosen
  • Docs »
  • Killing All JBosen-related Processes
  • Edit on GitHub

Killing All JBosen-related ProcessesΒΆ

In the case that users need to kill all stray JBosen processes on local clusters, here are the steps.

We have provided the users with a script under scripts/jbosen_kill.py.The usage:

  • python scripts/jbosen_kill.py <path to host file> <app main class>

The host file and the app main class should be the same ones the user used to run the JBosen app.

In the case that users need to manually kill the process on each machine, simply use:

  • pkill -f "^java .*org.petuum.app"

© Copyright 2016, Carnegie Mellon University. Revision c8cecc77.

Built with Sphinx using a theme provided by Read the Docs.