forked from intel-spark/TopicModeling
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OnlineHDPExample is running. The statistics generated are suspect.
- Loading branch information
sboesch
committed
Dec 22, 2017
1 parent
8a77eed
commit 3bbce88
Showing
6 changed files
with
458 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Set everything to be logged to the file bagel/target/unit-tests.log | ||
log4j.rootCategory=WARN, console | ||
log4j.appender.console=org.apache.log4j.ConsoleAppender | ||
log4j.appender.console.target=System.err | ||
log4j.appender.console.layout=org.apache.log4j.PatternLayout | ||
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n | ||
|
||
# Ignore messages below warning level from Jetty, because it's a bit verbose | ||
# Settings to quiet third party logs that are too verbose | ||
log4j.logger.org.eclipse.jetty=WARN | ||
log4j.logger.org.eclipse.jetty.util.component.AbstractLifeCycle=ERROR | ||
log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO | ||
log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter=INFO | ||
log4j.logger.org.apache.spark=WARN | ||
log4j.logger.parquet=ERROR | ||
log4j.logger.org.apache.hadoop=WARN | ||
log4j.logger.org.apache.spark=WARN | ||
log4j.logger.org.apache.spark.sql.execution.datasources.parquet=ERROR | ||
log4j.logger.org.apache.spark.sql.execution.datasources.FileScanRDD=ERROR | ||
log4j.logger.org.apache.hadoop.io.compress.CodecPool=ERROR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.