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

Developer dashboard - Logs #81

Open
2 of 4 tasks
thSoft opened this issue Sep 30, 2015 · 6 comments
Open
2 of 4 tasks

Developer dashboard - Logs #81

thSoft opened this issue Sep 30, 2015 · 6 comments
Assignees

Comments

@thSoft
Copy link
Contributor

thSoft commented Sep 30, 2015

  • Log to HDFS per application
  • Separate log per Akka actor / Spark job
  • Auto-refresh
  • Simultaneous text search
@thSoft
Copy link
Contributor Author

thSoft commented Oct 16, 2015

I enabled YARN log aggregation in a11247d. Logs are aggregated on HDFS in /tmp/logs (by default), but unfortunately an application's logs are only aggregated after the application finished (see http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-common/yarn-default.xml). So it does not help us because the actor system and the Spark applications run forever.

@thSoft
Copy link
Contributor Author

thSoft commented Oct 26, 2015

Alternatives for the implementation:

@thSoft
Copy link
Contributor Author

thSoft commented Nov 4, 2015

Log aggregation to HDFS implemented in 7736689.

@thSoft
Copy link
Contributor Author

thSoft commented Nov 11, 2015

Please:

  • merge into master
  • test on EC2
  • document running the dashboard on the wiki

@thSoft
Copy link
Contributor Author

thSoft commented Nov 19, 2015

HDFS-FUSE is unreliable, Hadoop's logging mechanism should be intercepted instead by overriding its log4j.properties to use a HDFS appender.

@thSoft thSoft self-assigned this Aug 29, 2016
@thSoft
Copy link
Contributor Author

thSoft commented Aug 29, 2016

Currently, logs are aggregated to HDFS which is mounted properly, but all of them is empty.

pappist added a commit that referenced this issue Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants