-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
Alternatives for the implementation:
|
Log aggregation to HDFS implemented in 7736689. |
Please:
|
HDFS-FUSE is unreliable, Hadoop's logging mechanism should be intercepted instead by overriding its |
Currently, logs are aggregated to HDFS which is mounted properly, but all of them is empty. |
The text was updated successfully, but these errors were encountered: