forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make app attempts part of the history server model.
This change explicitly models app attempts in the history server. An app is now a collection of app attempts, instead of the logic to match apps to app attempts being implicit in the rendering code. This makes the rendering code a lot simpler, since it doesn't need to do any fancy processing of the app list to figure out what to show.
- Loading branch information
Marcelo Vanzin
committed
Apr 8, 2015
1 parent
5fd5c6f
commit 3245aa2
Showing
7 changed files
with
199 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.