[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35474694 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. To do so, please top-post y

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35474696 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12775/ --- If you

[GitHub] incubator-spark pull request: Spark 1095 : Adding explicit return ...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/610#issuecomment-35474701 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. To do so, please top-post y

[GitHub] incubator-spark pull request: Spark 1095 : Adding explicit return ...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/610#issuecomment-35474702 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12776/ --- If you

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Mridul Muralidharan
You are right. A degenerate case would be : def createFoo = new FooImpl() vs def createFoo: Foo = new FooImpl() Former will cause api instability. Reynold, maybe this is already avoided - and I understood it wrong ? Thanks, Mridul On Wed, Feb 19, 2014 at 12:44 PM, Christopher Nguyen wrote:

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Reynold Xin
Yes, the case you brought up is not a matter of readability or style. If it returns a different type, it should be declared (otherwise it is just wrong). On Wed, Feb 19, 2014 at 12:17 AM, Mridul Muralidharan wrote: > You are right. > A degenerate case would be : > > def createFoo = new FooImpl()

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread CrazyJvm
Github user CrazyJvm commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35476826 There seems no problem to use yahoo link. Or you are worried about the link might be invalid again? @mengxr --- If your project is set up for it, you can

[GitHub] incubator-spark pull request: Spark 1095 : Adding explicit return ...

2014-02-19 Thread NirmalReddy
Github user NirmalReddy commented on the pull request: https://github.com/apache/incubator-spark/pull/610#issuecomment-35480180 @aarondav With this last commit i suppose i have completed the issue.(Spark-1095) --- If your project is set up for it, you can reply to this email and have

Spark 0.9.0

2014-02-19 Thread Gino Mathews
Hi, I am trying to use Apache spark on a Standalone cluster. After downloading the Spark I tried to build the package. However I am getting following error for the normal build using default Hadoop: gino@gino008:~/Downloads/spark-0.9.0-incubating$ sbt assembly Loading /usr/share/sbt/bin/sbt-laun

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35491848 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. To do so, please t

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35491849 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. To do so, please top-

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/539#discussion_r9862681 --- Diff: project/build.properties --- @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitatio

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9863061 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,115 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: Deprecated and added a few java api ...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/incubator-spark/pull/402#issuecomment-35494734 @pwendell are you okay with the changes ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To d

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35496676 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. To do so, please top

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35496679 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12777/ --- If you

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35496756 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. To do so, please top-

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35496755 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. To do so, please t

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496741 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. To do so, please top-

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496740 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. To do so, please t

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496818 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. To do so, please top

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496819 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12778/ ---

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496946 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. To do so, please t

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35496947 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. To do so, please top-

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35497321 @mengxr DOI link may not be accessible to non-paid users, I think yahoo research is relatively stable enough --- If your project is set up for it, you can rep

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35501417 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. To do so, please top

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35501419 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12779/ ---

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35501415 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12780/ --- If you

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35501414 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. To do so, please top

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-19 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/332#discussion_r9868173 --- Diff: core/src/main/java/org/apache/spark/SparkSaslServer.java --- @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] incubator-spark pull request: SPARK-1059. Now that we submit core ...

2014-02-19 Thread tgravescs
Github user tgravescs commented on the pull request: https://github.com/apache/incubator-spark/pull/555#issuecomment-35513822 @sryza can this be closed then? I think the important note you added to the running on yarn about the cores will suffice alone with my security PR. --- If

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35514616 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. To do so, please top-

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35514615 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. To do so, please t

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/618#discussion_r9870730 --- Diff: docs/index.md --- @@ -19,7 +19,7 @@ Spark uses [Simple Build Tool](http://www.scala-sbt.org), which is bundled with sbt/sbt

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/incubator-spark/pull/618#issuecomment-35516252 LGTM pending a small fix -- @aarondav want to take a look? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Patrick Wendell
+1 overall. Christopher - I agree that once the number of rules becomes large it's more efficient to pursue a "use your judgement" approach. However, since this is only 3 cases I'd prefer to wait to see if it grows. The concern with this approach is that for newer people, contributors, etc it's h

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35521749 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. To do so, please top

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35521750 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12781/ --- If you

[GitHub] incubator-spark pull request: SPARK-1059. Now that we submit core ...

2014-02-19 Thread sryza
Github user sryza closed the pull request at: https://github.com/apache/incubator-spark/pull/555 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this feature

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/611#discussion_r9875482 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ZooKeeperLeaderElectionAgent.scala --- @@ -18,105 +18,73 @@ package org.apache.spa

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/618#discussion_r9875739 --- Diff: docs/scala-programming-guide.md --- @@ -17,12 +17,12 @@ This guide shows each of these features and walks through some samples. It assum

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread aarondav
Github user aarondav commented on the pull request: https://github.com/apache/incubator-spark/pull/618#issuecomment-35529528 LGTM too, apologies for not catching this issue earlier. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-19 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/332#discussion_r9875857 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-19 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/332#discussion_r9875875 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-19 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/332#discussion_r9875896 --- Diff: core/src/main/scala/org/apache/spark/network/Connection.scala --- @@ -431,6 +466,7 @@ private[spark] class ReceivingConnection(channel_ :

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/incubator-spark/pull/618#issuecomment-35530603 done --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. I

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/incubator-spark/pull/618#issuecomment-35530650 thank you very much for your comments @pwendell @aarondav --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Christopher Nguyen
Patrick, I sympathize with your sensibility here, and at face value, there's very little daylight between (a) a rule comprising small set of enumerated items and (b) a guideline followed by the same set as examples. My suggestion had a non-obvious tl;dr thesis behind it, so allow me to show my car

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Mridul Muralidharan
Without bikeshedding this too much ... It is likely incorrect (not wrong) - and rules like this potentially cause things to slip through. Explicit return type strictly specifies what is being exposed (think in face of impl change - createFoo changes in future from Foo to Foo1 or Foo2) .. being con

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Aaron Davidson
One slight concern regarding primitive types -- in particular, Ints and Longs can have semantic differences when it comes to overflow, so it's often good to know what type of variable you're returning. Perhaps it is sufficient to say that Int is the "default" numeric type, and that other types shou

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Reynold Xin
Mridul, Can you be more specific in the createFoo example? def myFunc = createFoo is disallowed in my guideline. It is invoking a function createFoo, not the constructor of Foo. On Wed, Feb 19, 2014 at 10:39 AM, Mridul Muralidharan wrote: > Without bikeshedding this too much ... It is likel

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Andrew Ash
I found Haskell's convention of including type signatures as documentation to be worthwhile. http://www.haskell.org/haskellwiki/Type_signatures_as_good_style I'd support a guideline to include type signatures where they're unclear but would prefer to leave it quite vague. In my experience, the l

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Mridul Muralidharan
My initial mail had it listed, adding more details here since I assume I am missing something or not being clear - please note, this is just illustrative and my scala knowledge is bad :-) (I am trying to draw parallels from mistakes in java world) def createFoo = new Foo() To def createFoo = new

Re: coding style discussion: explicit return type in public APIs

2014-02-19 Thread Mridul Muralidharan
I agree, makes sense. Please note I was referring only to exposed user api in my comments - not other code ! Regards, Mridul On Feb 20, 2014 12:15 AM, "Andrew Ash" wrote: > I found Haskell's convention of including type signatures as documentation > to be worthwhile. > > http://www.haskell.org/h

[GitHub] incubator-spark pull request: Add Security to Spark - Akka, Http, ...

2014-02-19 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/332#discussion_r9878293 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35535759 DOI links are "permanent" so we don't need to worry about the link becoming invalid again. People will do a search and find the pdf easily if they don't have acce

[GitHub] incubator-spark pull request: [Proposal] Adding sparse data suppor...

2014-02-19 Thread fommil
Github user fommil commented on the pull request: https://github.com/apache/incubator-spark/pull/575#issuecomment-35546981 @mengxr consider this message to be proof that jniloader is distributed under the Apache license. I'll update the build files next time I need a code change. If y

[GitHub] incubator-spark pull request: [Proposal] Adding sparse data suppor...

2014-02-19 Thread fommil
Github user fommil commented on the pull request: https://github.com/apache/incubator-spark/pull/575#issuecomment-35547276 @srowen "The LGPL is ineligible primarily due to the restrictions it places on larger works, violating the third license criterion. Therefore, LGPL-licensed works

[GitHub] incubator-spark pull request: [Proposal] Adding sparse data suppor...

2014-02-19 Thread fommil
Github user fommil commented on the pull request: https://github.com/apache/incubator-spark/pull/575#issuecomment-35548061 @srowen I've asked the question. I'm interested to see the response: https://issues.apache.org/jira/browse/LEGAL-192 --- If your project is set up for it, you ca

[GitHub] incubator-spark pull request: [Proposal] Adding sparse data suppor...

2014-02-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/incubator-spark/pull/575#issuecomment-35557645 @fommil Thanks a lot! The license JIRA is also interesting to follow ~ :) --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/incubator-spark/pull/618#issuecomment-35567163 Thanks guys I put this in master and 0.9. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9889925 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,105 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9890048 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,115 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9890019 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,115 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35568283 @mengxr good point, I agree --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please to

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9890236 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,105 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: [SPARK-1105] fix site scala version ...

2014-02-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-spark/pull/618 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this featur

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9890431 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,105 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread colorant
Github user colorant commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35570472 ah, so the sleep removed ;) and the synchronization block is already there, is it ok? --- If your project is set up for it, you can reply to this email and hav

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35572288 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. To do so, please top-post yo

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35572287 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. To do so, please top-post

[GitHub] incubator-spark pull request: SPARK-929: Fully deprecate usage of ...

2014-02-19 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/615#discussion_r9891770 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -165,19 +165,20 @@ class SparkContext( jars.foreach(addJar) }

[GitHub] incubator-spark pull request: SPARK-929: Fully deprecate usage of ...

2014-02-19 Thread sryza
Github user sryza commented on the pull request: https://github.com/apache/incubator-spark/pull/615#issuecomment-35572922 Will this nomenclature make sense in the context of yarn-standalone mode, where spark-class is used, but the driver is run inside an application master on the clus

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread CrazyJvm
Github user CrazyJvm commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35575435 take "permanent valid url" into consideration, change url from yahoo to ieee. thx @mengxr . http://dx.doi.org/10.1109/ICDM.2008.22 --- If your project is s

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35579235 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12782/ --- If you

[GitHub] incubator-spark pull request: For SPARK-1082, Use Curator for ZK i...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/611#issuecomment-35579234 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. To do so, please top-post y

[GitHub] incubator-spark pull request: Add a environment variable that allo...

2014-02-19 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/incubator-spark/pull/192#issuecomment-35580209 See SPARK-1110... I took down some notes there relevant to this: https://spark-project.atlassian.net/browse/SPARK-1110 --- If your project is set up for it,

[GitHub] incubator-spark pull request: SPARK-929: Fully deprecate usage of ...

2014-02-19 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/incubator-spark/pull/615#issuecomment-35581271 @sryza - I don't think this is relevant to the YARN codepath. AFAIK YARN doesn't use the ./spark-class script to launch the YARN application master (which embed

[GitHub] incubator-spark pull request: SPARK-929: Fully deprecate usage of ...

2014-02-19 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/incubator-spark/pull/615#issuecomment-35581371 It looks like there is a separate variable called `amMemory` that deals with this in YARN. The command for launching that JVM gets set-up in: common

[GitHub] incubator-spark pull request: Adding an option to persist Spark RD...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/468#issuecomment-35582252 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. To do so, please top-post

[GitHub] incubator-spark pull request: Adding an option to persist Spark RD...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/468#issuecomment-35582253 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. To do so, please top-post yo

[GitHub] incubator-spark pull request: [java8API] SPARK-964 Investigate the...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/incubator-spark/pull/539#issuecomment-35586860 Hey Matei, I feel this is better than before in overall. There is one thing I was not very sure about is putting a couple of implicits in JavaPairRDD

[GitHub] incubator-spark pull request: Adding an option to persist Spark RD...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/468#issuecomment-35587410 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12783/ --- If you

[GitHub] incubator-spark pull request: Adding an option to persist Spark RD...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/468#issuecomment-35587409 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. To do so, please top-post y

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/585#discussion_r9895285 --- Diff: project/MimaBuild.scala --- @@ -0,0 +1,105 @@ +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, previousArtifact}

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/incubator-spark/pull/619#issuecomment-35592012 Thanks. I've merged this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35593470 Hey @pwendell, Not sure how, cleared ivy and m2 for spark but it is not possible to get rid of these. I am trying it with jenkins once, since you could remove

[GitHub] incubator-spark pull request: MLLIB-24: url of "Collaborative Filt...

2014-02-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-spark/pull/619 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this featur

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35594451 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. To do so, please t

[GitHub] incubator-spark pull request: [SPARK-1094] Support MiMa for report...

2014-02-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/incubator-spark/pull/585#issuecomment-35594452 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. To do so, please top-

[GitHub] incubator-spark pull request: MLLIB-22. Support negative implicit ...

2014-02-19 Thread MLnick
Github user MLnick commented on the pull request: https://github.com/apache/incubator-spark/pull/500#issuecomment-35595951 @rxin can we look at merging this in? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, pl

[GitHub] incubator-spark pull request: MLLIB-22. Support negative implicit ...

2014-02-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/incubator-spark/pull/500#issuecomment-35596136 Merged. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your resp

[GitHub] incubator-spark pull request: MLLIB-22. Support negative implicit ...

2014-02-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-spark/pull/500 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this featur