GitHub user marsishandsome opened a pull request: https://github.com/apache/spark/pull/4525
[SPARK-5522] Accelerate the Histroty Server start When starting the history server, all the log files will be fetched and parsed in order to get the applications' meta data e.g. App Name, Start Time, Duration, etc. In our production cluster, there exist 2600 log files (160G) in HDFS and it costs 3 hours to restart the history server, which is a little bit too long for us. It would be better, if the history server can show logs with missing information during start-up and fill the missing information after fetching and parsing a log file. You can merge this pull request into a Git repository by running: $ git pull https://github.com/marsishandsome/spark Spark5522 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/4525.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 #4525 ---- commit be5670c937d163b3c8238248c80bcf472333678f Author: guliangliang <guliangli...@qiyi.com> Date: 2015-02-11T06:45:01Z [SPARK-5522] Accelerate the Histroty Server start ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org