aboutsummaryrefslogtreecommitdiff
path: root/.rat-excludes
diff options
context:
space:
mode:
authorImran Rashid <irashid@cloudera.com>2015-05-08 16:54:32 +0100
committerPatrick Wendell <patrick@databricks.com>2015-05-08 16:54:32 +0100
commitc796be70f36e262b6a2ce75924bd970f40bf4045 (patch)
tree4899b2784c1aed2b16ed065496f9aa30f6094408 /.rat-excludes
parentebff7327af5efa9f57c605284de4fae6b050ae0f (diff)
downloadspark-c796be70f36e262b6a2ce75924bd970f40bf4045.tar.gz
spark-c796be70f36e262b6a2ce75924bd970f40bf4045.tar.bz2
spark-c796be70f36e262b6a2ce75924bd970f40bf4045.zip
[SPARK-3454] separate json endpoints for data in the UI
Exposes data available in the UI as json over http. Key points: * new endpoints, handled independently of existing XyzPage classes. Root entrypoint is `JsonRootResource` * Uses jersey + jackson for routing & converting POJOs into json * tests against known results in `HistoryServerSuite` * also fixes some minor issues w/ the UI -- synchronizing on access to `StorageListener` & `StorageStatusListener`, and fixing some inconsistencies w/ the way we handle retained jobs & stages. Author: Imran Rashid <irashid@cloudera.com> Closes #5940 from squito/SPARK-3454_better_test_files and squashes the following commits: 1a72ed6 [Imran Rashid] rats 85fdb3e [Imran Rashid] Merge branch 'no_php' into SPARK-3454 1fc65b0 [Imran Rashid] Revert "Revert "[SPARK-3454] separate json endpoints for data in the UI"" 1276900 [Imran Rashid] get rid of giant event file, replace w/ smaller one; check both shuffle read & shuffle write 4e12013 [Imran Rashid] just use test case name for expectation file name 863ef64 [Imran Rashid] rename json files to avoid strange file names and not look like php
Diffstat (limited to '.rat-excludes')
-rw-r--r--.rat-excludes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rat-excludes b/.rat-excludes
index dccf2db805..dc08c4a367 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -74,5 +74,12 @@ logs
.*scalastyle-output.xml
.*dependency-reduced-pom.xml
known_translations
+json_expectation
+local-1422981759269/*
+local-1422981780767/*
+local-1425081759269/*
+local-1426533911241/*
+local-1426633911242/*
+local-1430917381534/*
DESCRIPTION
NAMESPACE