Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCommand line app fails because of missing log4j configuration #433
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedApr 7, 2020
Describe the bug
Command line app fails because of missing log4j configuration
To Reproduce
Steps to reproduce the behavior (e.g.):
bin/spark-submit --master local\[8\] ~/Projects/au/aut-releases/aut-0.50.0-fatjar.jar --extractor DomainFrequencyExtractor --input /home/nruest/Projects/au/sample-data/geocities/* --output /home/nruest/Projects/au/sample-data/app-output/DomainFrequencyExtractor
This will produce a misleading message when Spark fires up, then exit without running.
Environment information
Additional context
One resolution here could be that we ship a sample
log4j
configuration like this insrc/resources
, and then document it.