[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-04 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31746451 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -164,6 +165,18 @@ private[v1] class ApiRootResource extends UIRootFrom

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-04 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108977841 thanks for taking another look and catching this stuff, sorry I missed it @andrewor14 --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31682211 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/EventLogDownloadResource.scala --- @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache So

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31682210 --- Diff: docs/monitoring.md --- @@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`. /applications/[app-id]/st

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31682176 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -193,6 +206,13 @@ private[spark] trait UIRoot { def getSpa

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31681888 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -164,6 +165,18 @@ private[v1] class ApiRootResource extends UIRo

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31681755 --- Diff: docs/monitoring.md --- @@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`. /applications/[app-id]/storage

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31681662 --- Diff: docs/monitoring.md --- @@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`. /applications/[app-id]/storage/rdd

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31681642 --- Diff: docs/monitoring.md --- @@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`. /applications/[app-id]/st

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31681406 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -164,6 +165,18 @@ private[v1] class ApiRootResource extends UIRo

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108614038 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108614022 [Test build #34095 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34095/consoleFull) for PR 5792 at commit [`221cc26`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108606779 Looks like listFiles didn't exist in Hadoop-1. @squito, @rxin - I can submit a follow up patch in a few mins. --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108605386 @rxin Can you please post a link to the broken build? I don't think any hadoop-2 specific APIs were used - either way there should be an equivalent API in Hadoop

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108600343 Yea that might be good to do. It's not super high cost right now though since it is caught by the master build matrix, and the frequency of it happening is low. --- If yo

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108599402 bq. This might've broken the Hadoop 1 build We should really add some hadoop 1 PR sanity checker if we really plan to keep on supporting it. PRs only build agains

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108597963 This might've broken the Hadoop 1 build --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5792 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108563126 [Test build #34095 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34095/consoleFull) for PR 5792 at commit [`221cc26`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108561858 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108561764 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108559509 @squito Thanks for taking a look! I just updated the docs. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-03 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108532892 can you add this to the Rest API section in `docs/monitoring.md`? otherwise lgtm --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108200212 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108200208 [Test build #34058 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34058/consoleFull) for PR 5792 at commit [`a131be6`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108197872 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108197865 [Test build #34057 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34057/consoleFull) for PR 5792 at commit [`b422a08`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108181656 [Test build #34058 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34058/consoleFull) for PR 5792 at commit [`a131be6`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108181023 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108181100 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108179424 [Test build #34057 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34057/consoleFull) for PR 5792 at commit [`b422a08`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108179260 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108179248 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108178828 Looks like it failed one of the new tests. Merging master into this branch and fixing style now. --- If your project is set up for it, you can reply to this ema

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108156611 [Test build #34047 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34047/consoleFull) for PR 5792 at commit [`6e8156e`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108156618 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108155796 [Test build #34047 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34047/consoleFull) for PR 5792 at commit [`6e8156e`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108155655 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108155638 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31581618 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -335,6 +337,53 @@ class FsHistoryProviderSuite extends FunSu

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31581433 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -335,6 +337,53 @@ class FsHistoryProviderSuite exte

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31581325 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +221,67 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31580887 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +221,67 @@ private[history] class FsHistoryProvide

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31555906 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -335,6 +337,53 @@ class FsHistoryProviderSuite extends FunSu

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-108048755 LGTM, just a few minor things. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31555464 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -147,6 +148,86 @@ class HistoryServerSuite extends FunSuite with

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31555285 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -335,6 +337,53 @@ class FsHistoryProviderSuite extends FunSu

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31555227 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -335,6 +337,53 @@ class FsHistoryProviderSuite extends FunSu

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31554863 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +221,67 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107098293 [Test build #33820 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33820/consoleFull) for PR 5792 at commit [`d8ddede`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107098296 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107088326 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107088274 [Test build #33818 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33818/consoleFull) for PR 5792 at commit [`b53`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107087455 [Test build #33820 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33820/consoleFull) for PR 5792 at commit [`d8ddede`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107087375 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107087369 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107087226 Jenkins, test this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107087219 Failed in sql/hive tests somewhere. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proje

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107085213 [Test build #33819 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33819/consoleFull) for PR 5792 at commit [`d8ddede`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107085216 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078769 [Test build #33819 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33819/consoleFull) for PR 5792 at commit [`d8ddede`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078743 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078738 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078552 [Test build #33818 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33818/consoleFull) for PR 5792 at commit [`b53`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078539 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-107078529 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31368025 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/EventLogDownloadResource.scala --- @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Softwa

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31367717 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +222,52 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31367519 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -62,4 +65,12 @@ private[history] abstract class

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31367238 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -62,4 +65,12 @@ private[history] abstract class Applica

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31367032 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -62,4 +65,12 @@ private[history] abstract class

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31366847 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala --- @@ -62,4 +65,12 @@ private[history] abstract class Applica

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31366874 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +222,52 @@ private[history] class FsHistoryProvide

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31365223 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +222,52 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31364611 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala --- @@ -147,6 +152,58 @@ class HistoryServerSuite extends FunSuite with

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-29 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31363747 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -777,6 +778,42 @@ private[spark] object Utils extends Logging { } /**

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106488919 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106488865 [Test build #33659 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33659/consoleFull) for PR 5792 at commit [`1100b40`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106396277 [Test build #33659 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33659/consoleFull) for PR 5792 at commit [`1100b40`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106393134 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106393015 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106387452 Jenkins, test this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106209890 [Test build #33645 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33645/consoleFull) for PR 5792 at commit [`1100b40`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106209906 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106209904 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106206841 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106206780 [Test build #33644 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33644/consoleFull) for PR 5792 at commit [`192f220`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106206836 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106184145 [Test build #33645 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33645/consoleFull) for PR 5792 at commit [`1100b40`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106182065 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106182198 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106179893 [Test build #33644 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33644/consoleFull) for PR 5792 at commit [`192f220`](https://gith

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106179723 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106179714 Merged build triggered. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not h

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31194904 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +220,19 @@ private[history] class FsHistoryProvider(conf:

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31191544 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +220,19 @@ private[history] class FsHistoryProvide

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread harishreedharan
Github user harishreedharan commented on a diff in the pull request: https://github.com/apache/spark/pull/5792#discussion_r31171136 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -219,6 +220,19 @@ private[history] class FsHistoryProvide

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106042607 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106042588 [Test build #33601 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33601/consoleFull) for PR 5792 at commit [`5a5f3e2`](https://git

[GitHub] spark pull request: [SPARK-7161][History Server] Provide REST api ...

2015-05-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5792#issuecomment-106042606 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

  1   2   3   >