Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line app fails because of missing log4j configuration #433

Closed
ruebot opened this issue Apr 7, 2020 · 1 comment
Closed

Command line app fails because of missing log4j configuration #433

ruebot opened this issue Apr 7, 2020 · 1 comment
Assignees
Labels

Comments

@ruebot
Copy link
Member

@ruebot ruebot commented Apr 7, 2020

Describe the bug
Command line app fails because of missing log4j configuration

To Reproduce
Steps to reproduce the behavior (e.g.):

  1. 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.

log4j:WARN No appenders could be found for logger (io.archivesunleashed.app.CommandLineApp).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Environment information

  • AUT version: 0.50.0
  • OS: Ubuntu 18.04
  • Java version: Java 8
  • Apache Spark version: 2.4.5
  • Apache Spark w/aut: submit
  • Apache Spark command used to run AUT: ``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

Additional context

One resolution here could be that we ship a sample log4j configuration like this in src/resources, and then document it.

@ruebot

This comment has been minimized.

Copy link
Member Author

@ruebot ruebot commented Apr 7, 2020

ruebot added a commit that referenced this issue Apr 7, 2020
@ianmilligan1 ianmilligan1 added this to Done in 1.0.0 Release of AUT via automation Apr 7, 2020
ianmilligan1 pushed a commit that referenced this issue Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.