Github user Fokko commented on the issue:
https://github.com/apache/spark/pull/21596
So now it trims too much, we get:
```
[ {
"id" : "local-1422981759269",
"name" : "Spark shell",
"attempts" : [ {
"startTime" : "2015-02-03T16:42:38.277GMT",
"endTime" : "2015-02-03T16:42:46.912GMT",
"lastUpdated" : "",
"duration" : 8635,
"sparkUser" : "irashid",
"completed" : true,
"appSparkVersion" : "",
"lastUpdatedEpoch" : 0,
"startTimeEpoch" : 1422981758277,
"endTimeEpoch" : 1422981766912
} ]
} ]
```
instead of:
```
[ {
"id" : "local-1422981759269",
"name" : "Spark shell",
"attempts" : [ {
"startTime" : "2015-02-03T16:42:38.277GMT",
"endTime" : "2015-02-03T16:42:46.912GMT",
"lastUpdated" : "",
"duration" : 8635,
"sparkUser" : "irashid",
"completed" : true,
"lastUpdatedEpoch" : 0,
"endTimeEpoch" : 1422981766912,
"startTimeEpoch" : 1422981758277
} ]
} ]
```
Look at `appSparkVersion`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]