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

Reply via email to