Re: knowing about the vertex id of the sender of the message.

2013-10-18 Thread Haowei Liu
Sorry to be off the topic a bit. I made my own message structure but was wondering if the received messages are sorted based on sender id? I am not able to verify since the call Log.debug() doesn't seem to print out anything. Thanks, Haowei On Thu, Oct 17, 2013 at 9:31 AM, Sebastian Schelter

question about logging

2013-10-14 Thread Haowei Liu
Hi, I am fairly new to apache hadoop related technologies. I was wondering how I can enable to logging to print out the vertex values at each step for debugging purpose. For instance, when I play around the shortestpath example, the log.debug function doesn't seem doing anything. Any