RE: Setting debugging level of your job

2007-12-20 Thread dhruba Borthakur
. Thanks, dhruba -Original Message- From: Alan Gates [mailto:[EMAIL PROTECTED] Sent: Thursday, December 20, 2007 10:03 AM To: hadoop-user@lucene.apache.org Subject: Setting debugging level of your job Is there a way to set the log4j debug level of your job? I looked at the JobConf interface

Setting debugging level of your job

2007-12-20 Thread Alan Gates
Is there a way to set the log4j debug level of your job? I looked at the JobConf interface and found setQuietMode(), which seemed like it would set the debug level high (though how high isn't clear). Is there a way to explicitly set it to info, or debug? Alan.