Re: Stop Giraph application when reach certain amount of time

2017-02-07 Thread José Luis Larroque
I finally make a bash script that waits an amount of time before killing any app :( -- *José Luis Larroque* Analista Programador Universitario - Facultad de Informática - UNLP Desarrollador Java en LIFIA 2017-01-26 23:32 GMT-03:00 José Luis Larroque : > I believe that

Re: Stop Giraph application when reach certain amount of time

2017-01-26 Thread José Luis Larroque
I believe that i found something related to this issue. The behavior when maxAllowedJobTimeMilliseconds is set is strongly related to giraph.trackJobProgressOnClient option, which is set on *false* by default. For stoping the job when the time reach to the maxAllowedJobTimeMilliseconds value,

Re: Stop Giraph application when reach certain amount of time

2017-01-25 Thread José Luis Larroque
Hi Sergey, thanks for your answer and sorry for my delay. I'm using Hadoop 2.4.0 and Giraph 1.1. In this version of Giraph, i'm using this one i believe: https://github.com/apache/giraph/blob/release-1.1/ giraph-core/src/main/java/org/apache/giraph/job/JobProgressTrackerService. java#L136 I'm

Re: Stop Giraph application when reach certain amount of time

2017-01-24 Thread Colin
user-unsubscr...@giraph.apache.org 2017-01-25 11:26 GMT+08:00 José Luis Larroque : > I have to execute several Giraph process in AWS. For doing it, i have a > script that launch one process after another until all process are finished. > The problem is that some times, a