Skip to content

Commit

Permalink
[SYSTEMDS-3614] Log that Hadoop Binaries are missing
Browse files Browse the repository at this point in the history
Unfortunately I changed the logging to ignore all spark and hadoop output
the consequence was me not noticing that Hadoop binaries could be missing.
This commit fixes the issue by reenabling the hadoop logging of failed
Binary loading.
  • Loading branch information
Baunsgaard committed Aug 21, 2023
1 parent bd82dab commit 884ad3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ log4j.logger.org.apache.sysds=ERROR
log4j.logger.org.apache.sysds.utils.SettingsChecker=WARN
log4j.logger.org.apache.spark=ERROR
log4j.logger.org.apache.hadoop=OFF
log4j.logger.org.apache.hadoop.util.NativeCodeLoader=INFO

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ log4j.logger.org.apache.sysds=ERROR
log4j.logger.org.apache.sysds.parser.DataExpression=ERROR
log4j.logger.org.apache.spark=OFF
log4j.logger.org.apache.hadoop=OFF
log4j.logger.org.apache.hadoop.util.NativeCodeLoader=INFO

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
Expand Down

0 comments on commit 884ad3a

Please sign in to comment.