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] > > >