Re: Master compute and workers

2015-12-22 Thread José Luis Larroque
I believe that you are seeing this from a weird perspective. Personal opinion's aside, maybe reading pregel's paper could be of great benefit, because Giraph is based on it. Regarding to your questions: Workers stop when all* vertex* are halt, and every worker has a partition of vertex.

fieldSize too Long error

2015-12-22 Thread Steve Kaeser
Hi All, I'm trying to run the shortestPaths example on a graph with 3.9+ million vertices and 111+ million edges and I'm getting this error: 2015-12-22 13:42:33,395 FATAL [netty-server-worker-4] org.apache.giraph.graph.GraphTaskManager: uncaughtException: OverrideExceptionHandler on thread

Re: Log4j logs not working

2015-12-22 Thread Kaushik Baruah
Hi, Thanks for your response. I have found them in container logs. Best, Kaushik On Wed, Dec 23, 2015 at 6:12 AM, José Luis Larroque wrote: > You should check your container's logs. > > I use the same logging level, but those lines aren't shown in console for > INFO