aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json
diff options
context:
space:
mode:
authorAlex Bozarth <ajbozart@us.ibm.com>2016-04-01 16:18:09 -0700
committerSean Owen <sowen@cloudera.com>2016-04-01 16:18:09 -0700
commitabc6c42c2d76d6aa4a8cac605cb4214e8f8f3328 (patch)
tree85e2433db2e8327d3345e3a1dcdd9ee082f9f2b8 /core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json
parent19f32f2d99c3620c0e562a98f7890316ddad1de9 (diff)
downloadspark-abc6c42c2d76d6aa4a8cac605cb4214e8f8f3328.tar.gz
spark-abc6c42c2d76d6aa4a8cac605cb4214e8f8f3328.tar.bz2
spark-abc6c42c2d76d6aa4a8cac605cb4214e8f8f3328.zip
[SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo API
## What changes were proposed in this pull request? Adding long values for each Date in the ApplicationAttemptInfo API for easier use in code ## How was the this patch tested? Tested with dev/run-tests Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #11326 from ajbozarth/spark13241.
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json b/core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json
index 3f80a529a0..eacf04b901 100644
--- a/core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json
+++ b/core/src/test/resources/HistoryServerExpectations/maxDate2_app_list_json_expectation.json
@@ -2,6 +2,9 @@
"id" : "local-1422981759269",
"name" : "Spark shell",
"attempts" : [ {
+ "startTimeEpoch" : 1422981758277,
+ "endTimeEpoch" : 1422981766912,
+ "lastUpdatedEpoch" : 0,
"startTime" : "2015-02-03T16:42:38.277GMT",
"endTime" : "2015-02-03T16:42:46.912GMT",
"lastUpdated" : "",