spark git commit: [SPARK-20517][UI] Fix broken history UI download link

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 5131b0a96 -> 868b4a1aa [SPARK-20517][UI] Fix broken history UI download link The download link in history server UI is concatenated with: ``` Download ``` Here `num` field represents number of attempts, this is not equal to REST

spark git commit: [SPARK-20517][UI] Fix broken history UI download link

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 813abd2db -> 38edb9256 [SPARK-20517][UI] Fix broken history UI download link The download link in history server UI is concatenated with: ``` Download ``` Here `num` field represents number of attempts, this is not equal to REST

spark git commit: [SPARK-20517][UI] Fix broken history UI download link

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 6b44c4d63 -> ab30590f4 [SPARK-20517][UI] Fix broken history UI download link The download link in history server UI is concatenated with: ``` Download ``` Here `num` field represents number of attempts, this is not equal to REST APIs.