Hello, When i try to kill a process i am unable to find the process id after using the command :hadoop job -list
It says no jobs running. i am running the canopy clustering example by typing the following command: mahout org.apache.mahout.clustering.syntheticcontrol.canopy.Job --input <path on hdfs> --output <path to output directory> --t1 5 --t2 2 I am wondering whether my job is running on the cluster at all..!!! could this be the reason why it is showing no jobs running. even on the web page of jobtracker, it is showing the status as none for running jobs. Thanks.