[GitHub] spark pull request: [SPARK-8656][WebUI] Fix the webUI and JSON API...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-116832022 @thegiive have you verified that these are the only sources of mismatch? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116839202 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

[GitHub] spark pull request: [SPARK-8425][Core][WIP] Add blacklist mechanis...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/6870#issuecomment-116844989 I believe @davies implemented something similar before --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-8029][core] shuffleoutput per attempt

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6648#issuecomment-116844877 [Test build #36039 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36039/consoleFull) for PR 6648 at commit

[GitHub] spark pull request: [SPARK-8603] [sparkR] In windows, Incorrect fi...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7025#issuecomment-116844897 [Test build #36035 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36035/console) for PR 7025 at commit

[GitHub] spark pull request: [SPARK-5961][Streaming]Allow specific nodes in...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/5114#issuecomment-116844894 @jerryshao @ArcherShao any updates on this? @harishreedharan --- 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-6602][Core] Update Master, Worker, Clie...

2015-06-29 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/5392#discussion_r33514995 --- Diff: core/src/main/scala/org/apache/spark/deploy/client/AppClient.scala --- @@ -40,98 +37,139 @@ import org.apache.spark.util.{ActorLogReceive,

[GitHub] spark pull request: [SPARK-7810] [pyspark] solve python rdd socket...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6338 --- 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

[GitHub] spark pull request: [SPARK-746][CORE][WIP] Added Avro Serializatio...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7004#issuecomment-116857979 [Test build #36016 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36016/console) for PR 7004 at commit

[GitHub] spark pull request: [SPARK-6602][Core] Update Master, Worker, Clie...

2015-06-29 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/5392#discussion_r33518043 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -181,24 +190,31 @@ private[worker] class Worker(

[GitHub] spark pull request: [SPARK-6602][Core] Update Master, Worker, Clie...

2015-06-29 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/5392#discussion_r33518507 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -235,21 +250,47 @@ private[worker] class Worker( * still not

[GitHub] spark pull request: [SPARK-8592] [CORE] CoarseGrainedExecutorBacke...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7077#issuecomment-116859295 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

[GitHub] spark pull request: [SPARK-6785][SQL] fix DateTimeUtils for dates ...

2015-06-29 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/6983#issuecomment-116862765 Hi @ckadner. I'm not the best person to review this, but just randomly saw your comment. If you merge with master, and then push to your same branch, the diff here on

[GitHub] spark pull request: [SPARK-8598] [MLlib] Implementation of 1-sampl...

2015-06-29 Thread josepablocam
Github user josepablocam commented on a diff in the pull request: https://github.com/apache/spark/pull/6994#discussion_r33521980 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/stat/test/KSTest.scala --- @@ -0,0 +1,191 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116866607 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

[GitHub] spark pull request: [SPARK-8592] [CORE] CoarseGrainedExecutorBacke...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7077#issuecomment-116867600 Looks like this is consistently failing SparkSubmitSuite: ``` [info] - includes jars passed in through --jars *** FAILED *** (1 minute) ``` I

[GitHub] spark pull request: [SPARK-8715] ArrayOutOfBoundsException fixed f...

2015-06-29 Thread brkyvz
GitHub user brkyvz opened a pull request: https://github.com/apache/spark/pull/7100 [SPARK-8715] ArrayOutOfBoundsException fixed for DataFrameStatSuite.crosstab cc @yhuai You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-8579] [SQL] support arbitrary object in...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6959#issuecomment-116872804 [Test build #36025 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36025/console) for PR 6959 at commit

[GitHub] spark pull request: [SPARK-8715] ArrayOutOfBoundsException fixed f...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7100#issuecomment-116872961 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

[GitHub] spark pull request: [HOTFIX] Fix whitespace style error

2015-06-29 Thread marmbrus
GitHub user marmbrus opened a pull request: https://github.com/apache/spark/pull/7102 [HOTFIX] Fix whitespace style error You can merge this pull request into a Git repository by running: $ git pull https://github.com/marmbrus/spark fixStyle Alternatively you can review and

[GitHub] spark pull request: [SPARK-8710] [SQL] Change ScalaReflection.mirr...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7094#issuecomment-116874420 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

[GitHub] spark pull request: [SPARK-8690][SQL] Add a setting to disable Spa...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7070#issuecomment-116875893 [Test build #36048 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36048/console) for PR 7070 at commit

[GitHub] spark pull request: [SPARK-8690][SQL] Add a setting to disable Spa...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7070#issuecomment-116875940 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

[GitHub] spark pull request: [SPARK-7862] [SQL] Disable the error message r...

2015-06-29 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/6882#issuecomment-116814774 Thanks, merged to master. --- 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-8711] [ML] Add additional methods to Py...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7095#issuecomment-116823278 [Test build #36023 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36023/console) for PR 7095 at commit

[GitHub] spark pull request: [SPARK-8675] Executors created by LocalBackend...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7091#issuecomment-116827645 Jenkins, this is ok to test. --- 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

[GitHub] spark pull request: [SPARK-8681] fixed wrong ordering of columns i...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7060 --- 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

[GitHub] spark pull request: [SPARK-8592] [CORE] CoarseGrainedExecutorBacke...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7077#issuecomment-116830955 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

[GitHub] spark pull request: [SPARK-6910] [SQL] Support for pushing predica...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6921#issuecomment-116830700 [Test build #36026 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36026/consoleFull) for PR 6921 at commit

[GitHub] spark pull request: [SPARK-8592] [CORE] CoarseGrainedExecutorBacke...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7077#issuecomment-116830742 [Test build #36014 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36014/consoleFull) for PR 7077 at commit

[GitHub] spark pull request: Spark-8660

2015-06-29 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7096#issuecomment-116830856 @Rosstin can you update the pull request title to make it more descriptive? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: Spark-8661: for LinearRegressionSuite.scala, c...

2015-06-29 Thread Rosstin
GitHub user Rosstin opened a pull request: https://github.com/apache/spark/pull/7098 Spark-8661: for LinearRegressionSuite.scala, changed javadoc-style comments to regular multiline comments, to make copy-pasting R code more simple for

[GitHub] spark pull request: [SPARK-8656][WebUI] Fix the webUI and JSON API...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-116834403 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

[GitHub] spark pull request: SPARK-7171: Added a method to retrieve metrics...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5805#issuecomment-116834414 [Test build #36031 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36031/consoleFull) for PR 5805 at commit

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116837611 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

[GitHub] spark pull request: [SPARK-8603] [sparkR] In windows, Incorrect fi...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7025#issuecomment-116837713 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

[GitHub] spark pull request: [SPARK-8603] [sparkR] In windows, Incorrect fi...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7025#issuecomment-116837640 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

[GitHub] spark pull request: [SPARK-7977] [Build] Disallowing println

2015-06-29 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/7093#issuecomment-116837989 Is there any way to exclude the example files from this rule? The examples seems to require the ugly `//scalastyle:off` but println is totally okay in the examples. ---

[GitHub] spark pull request: [SPARK-2827][GraphX] Add collectDegreeDist to ...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4399#issuecomment-116845717 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

[GitHub] spark pull request: [SPARK-2827][GraphX] Add collectDegreeDist to ...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4399#issuecomment-116845685 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

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-29 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6981#discussion_r33514278 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetime.scala --- @@ -0,0 +1,255 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-5681][Streaming] Use a lock to eliminat...

2015-06-29 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/6294#issuecomment-116847847 Yes, but @zsxwing does this affect the receiver management stuff you are designing? On Mon, Jun 29, 2015 at 2:07 PM, andrewor14 notificati...@github.com

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-116850715 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

[GitHub] spark pull request: [SPARK-8669] [SQL] Fix crash with BINARY (ENUM...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7048#issuecomment-116852044 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

[GitHub] spark pull request: [SPARK-8669] [SQL] Fix crash with BINARY (ENUM...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7048#issuecomment-116851867 [Test build #36029 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36029/console) for PR 7048 at commit

[GitHub] spark pull request: [SPARK-8660][ML] Convert JavaDoc style comment...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7096 --- 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

[GitHub] spark pull request: [SPARK-8661][ML] for LinearRegressionSuite.sca...

2015-06-29 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7098#issuecomment-116856874 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 not have

[GitHub] spark pull request: [SPARK-8579] [SQL] support arbitrary object in...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6959#discussion_r33517504 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/util/UniqueObjectPool.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-6602][Core] Update Master, Worker, Clie...

2015-06-29 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/5392#discussion_r33519394 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -510,13 +580,25 @@ private[worker] class Worker( } }

[GitHub] spark pull request: [SPARK-8567] [SQL] Add logs to record the prog...

2015-06-29 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/7092#issuecomment-116860641 I am merging it to branch 1.4. --- 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

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6920 --- 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

[GitHub] spark pull request: [SPARK-8357] [SQL] Memory leakage on unsafe ag...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6810#discussion_r33523518 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/AggregateSuite.scala --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-8029][core] shuffleoutput per attempt

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6648#issuecomment-116873695 [Test build #36039 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36039/console) for PR 6648 at commit

[GitHub] spark pull request: [SPARK-8357] [SQL] Memory leakage on unsafe ag...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6810#discussion_r33523492 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/AggregateSuite.scala --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-8715] ArrayOutOfBoundsException fixed f...

2015-06-29 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/7100#issuecomment-116873659 LGTM. Will merge it to master and branch 1.4 once jenkins passes. --- 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-2645] [Core] Allow SparkEnv.stop() to b...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6973#issuecomment-116814823 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

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-29 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6981#issuecomment-116814808 @tarekauel Thanks for working on this. After a quick look on it, I'm think most of these implementation are slow, which turn the Long the into java.sql.Date, generate a

[GitHub] spark pull request: [SPARK-8711] [ML] Add additional methods to Py...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7095#issuecomment-116814828 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

[GitHub] spark pull request: [SPARK-8710] [SQL] Change ScalaReflection.mirr...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7094#issuecomment-116814855 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

[GitHub] spark pull request: [SPARK-7977] [Build] Disallowing println

2015-06-29 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/7093#discussion_r33504113 --- Diff: core/src/main/scala/org/apache/spark/network/nio/BlockMessage.scala --- @@ -57,6 +57,7 @@ private[nio] class BlockMessage() { }

[GitHub] spark pull request: [SPARK-7977] [Build] Disallowing println

2015-06-29 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/7093#discussion_r33504194 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -659,6 +660,7 @@ abstract class RDD[T: ClassTag]( * @param separateWorkingDir Use

[GitHub] spark pull request: [SPARK-6910] [SQL] Support for pushing predica...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6921#issuecomment-116815035 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

[GitHub] spark pull request: [SPARK-8711] [ML] Add additional methods to Py...

2015-06-29 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/7095#issuecomment-116815077 @mengxr Should we add wrapper around the `trees` methos in ensembles as well? I'm not sure how we would manipulate java objects in python. --- If your project is set

[GitHub] spark pull request: [SPARK-746][CORE][WIP] Added Avro Serializatio...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7004#issuecomment-116827354 I guess the real concern is over whether adding this dependency would create JAR hell for our users. Maybe @vanzin or @srowen could comment on this? --- If your

[GitHub] spark pull request: [SPARK-8681] fixed wrong ordering of columns i...

2015-06-29 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7060#issuecomment-116827359 Thanks. Merging in master branch-1.4. --- 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-8070] [SQL] [PYSPARK] avoid spark jobs ...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6606 --- 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

[GitHub] spark pull request: [SPARK-8680][SQL] Slightly improve PropagateTy...

2015-06-29 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/7087#issuecomment-116832501 Could you also update the description to explain what you are doing here? Because the description of PR will become the commit message when merging. --- If your project

[GitHub] spark pull request: Spark-8660

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7096#issuecomment-116832780 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

[GitHub] spark pull request: [SPARK-8579] [SQL] support arbitrary object in...

2015-06-29 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6959#issuecomment-116832821 @JoshRosen Could you take a second pass? I should had addressed all the previous comments. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-8603] [sparkR] In windows, Incorrect fi...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7025#issuecomment-116835942 ok to test --- 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

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116839496 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

[GitHub] spark pull request: [SPARK-2827][GraphX] Add collectDegreeDist to ...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/4399#issuecomment-116845210 ok to test --- 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

[GitHub] spark pull request: [SPARK-8603] [sparkR] In windows, Incorrect fi...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7025#issuecomment-116845091 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

[GitHub] spark pull request: [SPARK-2827][GraphX]Add degree distribution op...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/1767#issuecomment-116845178 Hi @maropu would you mind closing this PR? It's confusing to have both open. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8709] Exclude hadoop-client's mockito-a...

2015-06-29 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7090#issuecomment-116846607 I'm going to merge this into master to unbreak the master SBT tests. Thanks! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8103][core] DAGScheduler should not sub...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6750#issuecomment-116848880 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

[GitHub] spark pull request: [SPARK-7810] [pyspark] solve python rdd socket...

2015-06-29 Thread AiHe
Github user AiHe commented on the pull request: https://github.com/apache/spark/pull/6338#issuecomment-116855167 Thank you guys! --- 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

[GitHub] spark pull request: [SPARK-746][CORE][WIP] Added Avro Serializatio...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7004#issuecomment-116858240 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

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116858383 [Test build #36036 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36036/console) for PR 7099 at commit

[GitHub] spark pull request: [SPARK-8710] [SQL] Change ScalaReflection.mirr...

2015-06-29 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7094#issuecomment-116858402 lgtm --- 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

[GitHub] spark pull request: [SPARK-8538][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7099#issuecomment-116858494 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

[GitHub] spark pull request: [SPARK-8713] Make codegen thread safe

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7101#issuecomment-116874600 [Test build #36047 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36047/consoleFull) for PR 7101 at commit

[GitHub] spark pull request: [SPARK-8579] [SQL] support arbitrary object in...

2015-06-29 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6959#issuecomment-116874722 @JoshRosen Thanks, I'm merging this into master. --- 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

[GitHub] spark pull request: [SPARK-2645] [Core] Allow SparkEnv.stop() to b...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6973#issuecomment-116814938 [Test build #36022 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36022/consoleFull) for PR 6973 at commit

[GitHub] spark pull request: [SPARK-6910] [SQL] Support for pushing predica...

2015-06-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6921#issuecomment-116814934 [Test build #36012 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36012/console) for PR 6921 at commit

[GitHub] spark pull request: [SPARK-8711] [ML] Add additional methods to Py...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7095#issuecomment-116815810 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

[GitHub] spark pull request: [SPARK-8711] [ML] Add additional methods to Py...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7095#issuecomment-116815878 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

[GitHub] spark pull request: [SPARK-8656][WebUI] Fix the webUI and JSON API...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/7038#discussion_r33508453 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/WorkerInfo.scala --- @@ -107,4 +107,8 @@ private[spark] class WorkerInfo( def

[GitHub] spark pull request: [SPARK-8680][SQL] Slightly improve PropagateTy...

2015-06-29 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7087#discussion_r33508451 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -131,20 +131,22 @@ trait HiveTypeCoercion {

[GitHub] spark pull request: [SPARK-8656][WebUI] Fix the webUI and JSON API...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-116831567 OK TO TEST --- 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

[GitHub] spark pull request: [SPARK-8656][WebUI] Fix the webUI and JSON API...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-116831720 I think we should have the JSON protocol do whatever the normal UI does. This change looks fine. --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-6980] [CORE] Akka timeout exceptions in...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6205#issuecomment-116835114 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

[GitHub] spark pull request: [SPARK-8539][SPARK-8539][ML] Linear Regression...

2015-06-29 Thread feynmanliang
GitHub user feynmanliang opened a pull request: https://github.com/apache/spark/pull/7099 [SPARK-8539][SPARK-8539][ML] Linear Regression Training and Testing Results Adds results (e.g. objective value at each iteration, residuals) on training and user-specified test sets for

[GitHub] spark pull request: [SPARK-8372] Do not show applications that hav...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7097#issuecomment-116835092 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

[GitHub] spark pull request: [SPARK-8372] Do not show applications that hav...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7097#issuecomment-116835113 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

[GitHub] spark pull request: Spark-8661: for LinearRegressionSuite.scala, c...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7098#issuecomment-116835082 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-6980] [CORE] Akka timeout exceptions in...

2015-06-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6205#issuecomment-116835136 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

[GitHub] spark pull request: Changes to support checkpointing to BlockRDD a...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/5502#issuecomment-116839827 @mtimper please file a JIRA at https://issues.apache.org/jira/browse/SPARK and reopen a new patch against the master branch. Would you mind closing this patch? ---

[GitHub] spark pull request: [SPARK-8434][SQL]Add a pretty parameter to t...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/6877#issuecomment-116843845 @davies --- 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

[GitHub] spark pull request: [SPARK-8420] [SQL] Inconsistent behavior with ...

2015-06-29 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/6931#issuecomment-116844196 @navis looks like this is already fixed. Would you mind closing this patch? --- If your project is set up for it, you can reply to this email and have your reply

<    2   3   4   5   6   7   8   9   10   11   >