[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-18 Thread witgo
Github user witgo closed the pull request at: https://github.com/apache/spark/pull/991 --- 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 enable

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-56074326 Let's close this issue for now given the comments from me and @rxin. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-16 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-55783768 I also don't think we should add extra interfaces that we aren't going to use. In Spark we never interact with these components in a generic way, so I don't see any value

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-12 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/991#discussion_r17510639 --- Diff: core/src/main/scala/org/apache/spark/Service.scala --- @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-12 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-55482578 Hey @witgo I thought about this more, and at this point I'm not sure if it is worth it to standardize this interface. The reason is we have a lot of "services" in Spark, but

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-12 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-55482579 Maybe we should just implement Closeable? --- 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 doe

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-54081074 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19566/consoleFull) for PR 991 at commit [`79f48dc`](https://github.com/apa

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-09-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-54077338 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19566/consoleFull) for PR 991 at commit [`79f48dc`](https://github.com/apac

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-28 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-53683774 @witgo I'm going to take a look at this later for 1.2. I think it's a good idea to have a Service abstraction for service that we can start/stop. The current API is slightly

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-03 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50984173 QA results for PR 991:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):trait Lifecycle extends Servi

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50983352 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17806/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-02 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50983325 Jenkins, retest 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 not have th

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50983223 QA results for PR 991:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):trait Lifecycle extends Servi

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-08-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50982869 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17805/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-50499860 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17361/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49218315 QA results for PR 991:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):trait Lifecycle extends Servi

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49205438 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16741/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49074313 QA results for PR 991:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):trait Lifecycle extends Servi

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49063796 QA results for PR 991:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):trait Lifecycle extends Servi

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49062165 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16686/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-07-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-49053374 QA tests have started for PR 991. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16684/consoleFull --- If y

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47221923 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16158/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47221922 Merged build finished. --- 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-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47218189 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 ha

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47218203 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-1477]: Add the lifecycle interface

2014-06-26 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47217893 Jenkins, retest 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 not have th

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47212987 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16157/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47212986 Merged build finished. --- 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-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47210122 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-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47210112 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 ha

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47207697 Merged build finished. --- 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-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47207698 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16156/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47207203 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-1477]: Add the lifecycle interface

2014-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/991#issuecomment-47207182 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 ha

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/991#discussion_r14232502 --- Diff: core/src/main/java/org/apache/spark/Service.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] spark pull request: [SPARK-1477]: Add the lifecycle interface

2014-06-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/991#discussion_r14229594 --- Diff: core/src/main/java/org/apache/spark/Service.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] spark pull request: SPARK-1477: Add the lifecycle interface

2014-04-14 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/379#issuecomment-40344734 We are currently a little swamped with Spark 1.0 stuff, we will definitely take a look soon. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: SPARK-1477: Add the lifecycle interface

2014-04-13 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/379#issuecomment-40327489 @andrewor14 ,@tdas , @pwendell ,mind reviewing the PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you