Re: Kill All Jobs

2015-08-14 Thread Yi Pan
Hi, Jordi,

Thanks a lot! I have added you to the contributor and assigned the bug to
you. Once tested, we will commit it to samza-shell module.

Cheers!

-Yi

On Fri, Aug 14, 2015 at 2:45 AM, Jordi Blasi Uribarri jbl...@nextel.es
wrote:

 As I said I am new to this procedure, but I guess I have done it. There
 goes my first contribution to the project!!!

 https://issues.apache.org/jira/browse/SAMZA-756

 bye,

Jordi

 -Mensaje original-
 De: Yan Fang [mailto:yanfang...@gmail.com]
 Enviado el: viernes, 14 de agosto de 2015 1:04
 Para: dev@samza.apache.org
 Asunto: Re: Kill All Jobs

 Hi Jordi,

 Thanks. This is useful. If possible, can you open a JIRA and upload the
 patch there?

 Thanks,

 Fang, Yan
 yanfang...@gmail.com

 On Thu, Aug 6, 2015 at 8:04 AM, Shekar Tippur ctip...@gmail.com wrote:

  Thanks Jordi. This really helps.
 
  - Shekar
 
  On Thu, Aug 6, 2015 at 12:21 AM, Jordi Blasi Uribarri
  jbl...@nextel.es
  wrote:
 
   Hi,
  
   As a little present (and I know this is not the way to get the code
   in
  the
   project, but I am new to this sharing). I just made a simple script
   to
  kill
   all the jobs running in Samza. It is supposed to live with
  kill-yarn-job.sh
   in the bin folder. It shares me time, so maybe someone finds it
 helpful.
  
  
   [[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export
   JAVA_OPTS=$JAVA_OPTS -Dlog4j.configuration=file:$(dirname
   $0)/log4j-console.xml
  
   exec $(dirname $0)/run-class.sh
   org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list |
   grep application_ | awk -F ' ' '{ print $1 }' | while read linea do
 $(dirname $0)/kill-yarn-job.sh $linea done
  
   Hope it helps.
  
  Bye
  
   Jordi
   
   Jordi Blasi Uribarri
   Área I+D+i
  
   jbl...@nextel.es
   Oficina Bilbao
  
   [http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]
  
 



RE: Kill All Jobs

2015-08-14 Thread Jordi Blasi Uribarri
As I said I am new to this procedure, but I guess I have done it. There goes my 
first contribution to the project!!!

https://issues.apache.org/jira/browse/SAMZA-756

bye,

   Jordi

-Mensaje original-
De: Yan Fang [mailto:yanfang...@gmail.com] 
Enviado el: viernes, 14 de agosto de 2015 1:04
Para: dev@samza.apache.org
Asunto: Re: Kill All Jobs

Hi Jordi,

Thanks. This is useful. If possible, can you open a JIRA and upload the patch 
there?

Thanks,

Fang, Yan
yanfang...@gmail.com

On Thu, Aug 6, 2015 at 8:04 AM, Shekar Tippur ctip...@gmail.com wrote:

 Thanks Jordi. This really helps.

 - Shekar

 On Thu, Aug 6, 2015 at 12:21 AM, Jordi Blasi Uribarri 
 jbl...@nextel.es
 wrote:

  Hi,
 
  As a little present (and I know this is not the way to get the code 
  in
 the
  project, but I am new to this sharing). I just made a simple script 
  to
 kill
  all the jobs running in Samza. It is supposed to live with
 kill-yarn-job.sh
  in the bin folder. It shares me time, so maybe someone finds it helpful.
 
 
  [[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export 
  JAVA_OPTS=$JAVA_OPTS -Dlog4j.configuration=file:$(dirname
  $0)/log4j-console.xml
 
  exec $(dirname $0)/run-class.sh
  org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list | 
  grep application_ | awk -F ' ' '{ print $1 }' | while read linea do
$(dirname $0)/kill-yarn-job.sh $linea done
 
  Hope it helps.
 
 Bye
 
  Jordi
  
  Jordi Blasi Uribarri
  Área I+D+i
 
  jbl...@nextel.es
  Oficina Bilbao
 
  [http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]
 



Re: Kill All Jobs

2015-08-14 Thread Renato Marroquín Mogrovejo
Thanks Jordi! Very useful indeed!


Renato M.

2015-08-14 2:45 GMT-07:00 Jordi Blasi Uribarri jbl...@nextel.es:

 As I said I am new to this procedure, but I guess I have done it. There
 goes my first contribution to the project!!!

 https://issues.apache.org/jira/browse/SAMZA-756

 bye,

Jordi

 -Mensaje original-
 De: Yan Fang [mailto:yanfang...@gmail.com]
 Enviado el: viernes, 14 de agosto de 2015 1:04
 Para: dev@samza.apache.org
 Asunto: Re: Kill All Jobs

 Hi Jordi,

 Thanks. This is useful. If possible, can you open a JIRA and upload the
 patch there?

 Thanks,

 Fang, Yan
 yanfang...@gmail.com

 On Thu, Aug 6, 2015 at 8:04 AM, Shekar Tippur ctip...@gmail.com wrote:

  Thanks Jordi. This really helps.
 
  - Shekar
 
  On Thu, Aug 6, 2015 at 12:21 AM, Jordi Blasi Uribarri
  jbl...@nextel.es
  wrote:
 
   Hi,
  
   As a little present (and I know this is not the way to get the code
   in
  the
   project, but I am new to this sharing). I just made a simple script
   to
  kill
   all the jobs running in Samza. It is supposed to live with
  kill-yarn-job.sh
   in the bin folder. It shares me time, so maybe someone finds it
 helpful.
  
  
   [[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export
   JAVA_OPTS=$JAVA_OPTS -Dlog4j.configuration=file:$(dirname
   $0)/log4j-console.xml
  
   exec $(dirname $0)/run-class.sh
   org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list |
   grep application_ | awk -F ' ' '{ print $1 }' | while read linea do
 $(dirname $0)/kill-yarn-job.sh $linea done
  
   Hope it helps.
  
  Bye
  
   Jordi
   
   Jordi Blasi Uribarri
   Área I+D+i
  
   jbl...@nextel.es
   Oficina Bilbao
  
   [http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]
  
 



Re: Kill All Jobs

2015-08-13 Thread Yan Fang
Hi Jordi,

Thanks. This is useful. If possible, can you open a JIRA and upload the
patch there?

Thanks,

Fang, Yan
yanfang...@gmail.com

On Thu, Aug 6, 2015 at 8:04 AM, Shekar Tippur ctip...@gmail.com wrote:

 Thanks Jordi. This really helps.

 - Shekar

 On Thu, Aug 6, 2015 at 12:21 AM, Jordi Blasi Uribarri jbl...@nextel.es
 wrote:

  Hi,
 
  As a little present (and I know this is not the way to get the code in
 the
  project, but I am new to this sharing). I just made a simple script to
 kill
  all the jobs running in Samza. It is supposed to live with
 kill-yarn-job.sh
  in the bin folder. It shares me time, so maybe someone finds it helpful.
 
 
  [[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export
  JAVA_OPTS=$JAVA_OPTS -Dlog4j.configuration=file:$(dirname
  $0)/log4j-console.xml
 
  exec $(dirname $0)/run-class.sh
  org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list | grep
  application_ | awk -F ' ' '{ print $1 }' | while read linea
  do
$(dirname $0)/kill-yarn-job.sh $linea
  done
 
  Hope it helps.
 
 Bye
 
  Jordi
  
  Jordi Blasi Uribarri
  Área I+D+i
 
  jbl...@nextel.es
  Oficina Bilbao
 
  [http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]
 



Kill All Jobs

2015-08-06 Thread Jordi Blasi Uribarri
Hi,

As a little present (and I know this is not the way to get the code in the 
project, but I am new to this sharing). I just made a simple script to kill all 
the jobs running in Samza. It is supposed to live with kill-yarn-job.sh in the 
bin folder. It shares me time, so maybe someone finds it helpful.


[[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export JAVA_OPTS=$JAVA_OPTS 
-Dlog4j.configuration=file:$(dirname $0)/log4j-console.xml

exec $(dirname $0)/run-class.sh 
org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list | grep 
application_ | awk -F ' ' '{ print $1 }' | while read linea
do
  $(dirname $0)/kill-yarn-job.sh $linea
done

Hope it helps.

   Bye

Jordi

Jordi Blasi Uribarri
Área I+D+i

jbl...@nextel.es
Oficina Bilbao

[http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]


Re: Kill All Jobs

2015-08-06 Thread Shekar Tippur
Thanks Jordi. This really helps.

- Shekar

On Thu, Aug 6, 2015 at 12:21 AM, Jordi Blasi Uribarri jbl...@nextel.es
wrote:

 Hi,

 As a little present (and I know this is not the way to get the code in the
 project, but I am new to this sharing). I just made a simple script to kill
 all the jobs running in Samza. It is supposed to live with kill-yarn-job.sh
 in the bin folder. It shares me time, so maybe someone finds it helpful.


 [[ $JAVA_OPTS != *-Dlog4j.configuration* ]]  export
 JAVA_OPTS=$JAVA_OPTS -Dlog4j.configuration=file:$(dirname
 $0)/log4j-console.xml

 exec $(dirname $0)/run-class.sh
 org.apache.hadoop.yarn.client.cli.ApplicationCLI application -list | grep
 application_ | awk -F ' ' '{ print $1 }' | while read linea
 do
   $(dirname $0)/kill-yarn-job.sh $linea
 done

 Hope it helps.

Bye

 Jordi
 
 Jordi Blasi Uribarri
 Área I+D+i

 jbl...@nextel.es
 Oficina Bilbao

 [http://www.nextel.es/wp-content/uploads/Firma_Nextel_2015.png]