Armando: If you are running on a single local node you can connect to the jobtracker (http://localhost:50030 or the port you have configured) and see your job running. You can even browse into the job and see the actual mappers logging activity.
Cheers Gustavo On Sat, Jun 15, 2013 at 2:46 PM, Armando Miraglia <a.mirag...@student.vu.nl>wrote: > Hi Avery, > > On Sat, Jun 15, 2013 at 10:22:51AM -0700, Avery Ching wrote: > > StrConfOption LOG_LEVEL = new StrConfOption("giraph.logLevel", "info"); > > I actually tried this creating a giraph-conf.xml file in the > configuration directory of hadoop and putting this: > > <configuration> > <property> > <name>giraph.logLevel</name> > <value>debug</value> > </property> > </configuration> > > but no luck. > > Thanks to all! > Armando >