aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSteve Loughran <stevel@hortonworks.com>2016-02-11 21:37:53 -0600
committerImran Rashid <irashid@cloudera.com>2016-02-11 21:37:53 -0600
commita2c7dcf61f33fa1897c950d2d905651103c170ea (patch)
tree90268ba2e3c02be159411ed15d31408cd99e505a /project
parentd3e2e202994e063856c192e9fdd0541777b88e0e (diff)
downloadspark-a2c7dcf61f33fa1897c950d2d905651103c170ea.tar.gz
spark-a2c7dcf61f33fa1897c950d2d905651103c170ea.tar.bz2
spark-a2c7dcf61f33fa1897c950d2d905651103c170ea.zip
[SPARK-7889][WEBUI] HistoryServer updates UI for incomplete apps
When the HistoryServer is showing an incomplete app, it needs to check if there is a newer version of the app available. It does this by checking if a version of the app has been loaded with a larger *filesize*. If so, it detaches the current UI, attaches the new one, and redirects back to the same URL to show the new UI. https://issues.apache.org/jira/browse/SPARK-7889 Author: Steve Loughran <stevel@hortonworks.com> Author: Imran Rashid <irashid@cloudera.com> Closes #11118 from squito/SPARK-7889-alternate.
Diffstat (limited to 'project')
-rw-r--r--project/MimaExcludes.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index 133894704b..8611106db0 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -233,6 +233,9 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.SparkContext.metadataCleaner"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.scheduler.cluster.YarnSchedulerBackend$YarnDriverEndpoint"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.scheduler.cluster.YarnSchedulerBackend$YarnSchedulerEndpoint")
+ ) ++ Seq(
+ // SPARK-7889
+ ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.deploy.history.HistoryServer.org$apache$spark$deploy$history$HistoryServer$@tachSparkUI")
)
case v if v.startsWith("1.6") =>
Seq(