GitHub user KaiXinXiaoLei opened a pull request:
https://github.com/apache/spark/pull/5386
[CORE] EventLog load many times
For example:
2015-04-07 23:04:32,406 | INFO | [log-replay-executor-0] | Replaying log
path: hdfs://hacluster/sparkJobHistory/application_1428400855101_0004 |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
2015-04-07 23:04:32,503 | INFO | [log-replay-executor-0] | Application log
application_1428400855101_0004 loaded successfully. |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
2015-04-07 23:04:42,410 | INFO | [log-replay-executor-0] | Replaying log
path: hdfs://hacluster/sparkJobHistory/application_1428400855101_0004 |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
2015-04-07 23:04:42,501 | INFO | [log-replay-executor-0] | Application log
application_1428400855101_0004 loaded successfully. |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
2015-04-07 23:04:52,406 | INFO | [log-replay-executor-0] | Replaying log
path: hdfs://hacluster/sparkJobHistory/application_1428400855101_0004 |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
2015-04-07 23:04:52,502 | INFO | [log-replay-executor-0] | Application log
application_1428400855101_0004 loaded successfully. |
org.apache.spark.Logging$class.logInfo(Logging.scala:59)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KaiXinXiaoLei/spark eventlogLoad
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5386.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5386
----
commit 4e9449f87ab3312987af6b646214611f74960ec6
Author: KaiXinXiaoLei <[email protected]>
Date: 2015-04-07T07:09:04Z
EventLog load many times
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]