Re: if i run PerformanceEvaluation,it will not stop until i stop it manually?

2013-06-30 Thread Jean-Marc Spaggiari
Except if you ask for only 1 client, then it will not start a MR and you can stop it with ctrl-c. JM 2013/6/30 Ted Yu : > PerformanceEvaluation can run in two modes: > > 1. running a mapreduce job. See #doMapReduce() method. > > 2. running multiple clinets using threads in same JVM. See > #doMult

Re: if i run PerformanceEvaluation,it will not stop until i stop it manually?

2013-06-30 Thread Ted Yu
PerformanceEvaluation can run in two modes: 1. running a mapreduce job. See #doMapReduce() method. 2. running multiple clinets using threads in same JVM. See #doMultipleClients() PerformanceEvaluation would stop running by itself ultimately. On Mon, Jul 1, 2013 at 8:51 AM, ch huang wrote: > A

if i run PerformanceEvaluation,it will not stop until i stop it manually?

2013-06-30 Thread ch huang
ATT