aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorCharles Yeh <charlesyeh@dropbox.com>2015-11-09 11:59:32 -0600
committerImran Rashid <irashid@cloudera.com>2015-11-09 11:59:32 -0600
commit08a7a836c393d6a62b9b216eeb01fad0b90b6c52 (patch)
treea0e724cf112188c4d10957b28175929c1bd6a629 /project
parent9b88e1dcad6b5b14a22cf64a1055ad9870507b5a (diff)
downloadspark-08a7a836c393d6a62b9b216eeb01fad0b90b6c52.tar.gz
spark-08a7a836c393d6a62b9b216eeb01fad0b90b6c52.tar.bz2
spark-08a7a836c393d6a62b9b216eeb01fad0b90b6c52.zip
[SPARK-10565][CORE] add missing web UI stats to /api/v1/applications JSON
I looked at the other endpoints, and they don't seem to be missing any fields. Added fields: ![image](https://cloud.githubusercontent.com/assets/613879/10948801/58159982-82e4-11e5-86dc-62da201af910.png) Author: Charles Yeh <charlesyeh@dropbox.com> Closes #9472 from CharlesYeh/api_vars.
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 dacef911e3..50220790d1 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -134,6 +134,9 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.sql.jdbc.PostgresDialect.toString"),
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.sql.jdbc.PostgresDialect.hashCode"),
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.sql.jdbc.NoopDialect$")
+ ) ++ Seq (
+ ProblemFilters.exclude[MissingMethodProblem](
+ "org.apache.spark.status.api.v1.ApplicationInfo.this")
)
case v if v.startsWith("1.5") =>
Seq(