diff --git a/conf/log4j.properties b/conf/log4j.properties index 1c131a8394f..dea216ab0f1 100644 --- a/conf/log4j.properties +++ b/conf/log4j.properties @@ -41,3 +41,5 @@ log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: #log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n log4j.logger.org.apache.hadoop.ipc.Server=ERROR +# Downgrade Hadoop Retry Exception, please remove this line during debug +log4j.logger.org.apache.hadoop.io.retry.RetryInvocationHandler=ERROR