[GitHub] spark pull request: [SPARK-9926] [SPARK-10340] [SQL] Use S3 bulk l...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8512#issuecomment-148559743 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-11102] [SQL] Uninformative exception wh...

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

[GitHub] spark pull request: [SPARK-9926] [SPARK-10340] [SQL] Use S3 bulk l...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8512#issuecomment-148559756 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-11093] [Core] ChildFirstURLClassLoader#...

2015-10-15 Thread alewando
Github user alewando commented on the pull request: https://github.com/apache/spark/pull/9106#issuecomment-148559704 Closed but not merged? --- 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-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42198351 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala --- @@ -459,46 +458,64 @@ private[spark] class TaskSchedulerImpl(

[GitHub] spark pull request: [SPARK-10484][SQL] Optimize the cartesian join...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8652#issuecomment-148560912 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-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148560889 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

[GitHub] spark pull request: [SPARK-10560] [PySpark] [MLlib] [Docs] Make St...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9141#issuecomment-148560703 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-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148561446 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-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42198578 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -795,31 +795,40 @@ private[spark] class TaskSetManager(

[GitHub] spark pull request: [SPARK-11135] [SQL] Exchange incorrectly skips...

2015-10-15 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/9140#issuecomment-148561303 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

[GitHub] spark pull request: [SPARK-10484][SQL] Optimize the cartesian join...

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

[GitHub] spark pull request: [SPARK-11078] Ensure spilling tests actually s...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9124#issuecomment-148562387 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148562591 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-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42199201 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -776,6 +776,30 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request: [SPARK-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148562593 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42199262 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -249,6 +258,30 @@ class

[GitHub] spark pull request: [SPARK-11109] [CORE] Move FsHistoryProvider of...

2015-10-15 Thread harishreedharan
Github user harishreedharan commented on the pull request: https://github.com/apache/spark/pull/9144#issuecomment-148563344 Does this class exist in older versions of Hadoop, like 1.1 etc? --- 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-8426] [scheduler] enhance blacklist mec...

2015-10-15 Thread mwws
Github user mwws commented on a diff in the pull request: https://github.com/apache/spark/pull/8760#discussion_r42199540 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistStrategy.scala --- @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-10979] [SparkR] Sparkrmerge: Add merge ...

2015-10-15 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/9012#discussion_r42199616 --- Diff: R/pkg/R/DataFrame.R --- @@ -1452,15 +1452,147 @@ setMethod("join", dataFrame(sdf) }) -#' @rdname merge

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

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

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9143#issuecomment-148563601 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-8813][SQL][WIP]Combine splits by size

2015-10-15 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/9097#discussion_r42200588 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/hive/mapred/CombineSplitRecordReader.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8813][SQL][WIP]Combine splits by size

2015-10-15 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/9097#discussion_r42200523 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/hive/mapred/CombineSplitRecordReader.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-11110] [Build] Remove transient annotat...

2015-10-15 Thread jodersky
Github user jodersky commented on the pull request: https://github.com/apache/spark/pull/9126#issuecomment-148570048 Its strange that the python and R test fail, I didn't touch any related code. Please note that I pushed a fix during the first build, maybe that somehow corrupted

[GitHub] spark pull request: [SPARK-11124] JsonParser/Generator should be c...

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

[GitHub] spark pull request: [SPARK-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148570097 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

[GitHub] spark pull request: [SPARK-11051][Core] Do not allow local checkpo...

2015-10-15 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/9072#discussion_r42203547 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -1520,19 +1524,40 @@ abstract class RDD[T: ClassTag](

[GitHub] spark pull request: [SPARK-11126][SQL]Fix a memory leak in SQLList...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9132#issuecomment-148578206 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-9926] [SPARK-10340] [SQL] Use S3 bulk l...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8512#issuecomment-148582386 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9926] [SPARK-10340] [SQL] Use S3 bulk l...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8512#issuecomment-148582385 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-9926] [SPARK-10340] [SQL] Use S3 bulk l...

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

[GitHub] spark pull request: [SPARK-11100][SQL] HiveThriftServer not regist...

2015-10-15 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-148587223 @liancheng can you help to review this PR? Thanks very much! --- 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-11000][YARN]Bug fix: Derby have booted ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9026#issuecomment-148589643 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-11000][YARN]Bug fix: Derby have booted ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9026#issuecomment-148589568 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-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42196018 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala --- @@ -325,16 +325,15 @@ private[spark] class TaskSchedulerImpl(

[GitHub] spark pull request: [SPARK-10622] [core] [yarn] Differentiate dead...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8887#discussion_r42195991 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala --- @@ -362,8 +395,8 @@ private[spark] class TaskSchedulerImpl(

[GitHub] spark pull request: [SPARK-10921] [YARN] Completely remove the use...

2015-10-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8976#issuecomment-148561702 [Test build #1907 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1907/console) for PR 8976 at commit

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

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

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

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

[GitHub] spark pull request: [SPARK-11141][STREAMING] Batch ReceivedBlockTr...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9143#issuecomment-148563173 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11124] JsonParser/Generator should be c...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9130#issuecomment-148566816 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-8813][SQL][WIP]Combine splits by size

2015-10-15 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/9097#discussion_r42200659 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/hive/mapred/CombineSplitRecordReader.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-11124] JsonParser/Generator should be c...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9130#issuecomment-148566763 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-10709] [SQL] When loading a json datase...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8899#issuecomment-148570281 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-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148570278 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-10709] [SQL] When loading a json datase...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8899#issuecomment-148570291 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-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148570292 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-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148592465 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-4226][SQL]Add subquery (not) in/exists ...

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

[GitHub] spark pull request: [SPARK-4226][SQL]Add subquery (not) in/exists ...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9055#issuecomment-148592469 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10157] [ec2] Add ability to specify s3 ...

2015-10-15 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/8359#issuecomment-148506060 Hey @mdagost, what was the verdict on this PR? Did `--user-data` meet your needs? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-10895][SQL] Push down string filters to...

2015-10-15 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8956#discussion_r42176731 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala --- @@ -164,7 +192,18 @@ private[sql] object

[GitHub] spark pull request: [SPARK-10895][SQL] Push down string filters to...

2015-10-15 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8956#discussion_r42176707 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala --- @@ -48,6 +48,34 @@ private[sql] object

[GitHub] spark pull request: [SPARK-10895][SQL] Push down string filters to...

2015-10-15 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8956#discussion_r42176719 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala --- @@ -48,6 +48,34 @@ private[sql] object

[GitHub] spark pull request: [SPARK-11119][SQL] cleanup for unsafe array an...

2015-10-15 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/9131#issuecomment-148512680 cc @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-10895][SQL] Push down string filters to...

2015-10-15 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8956#discussion_r42176705 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala --- @@ -48,6 +48,34 @@ private[sql] object

[GitHub] spark pull request: [SPARK-10412][SQL] report memory usage for tun...

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

[GitHub] spark pull request: [SPARK-10412][SQL] report memory usage for tun...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8931#issuecomment-148515344 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10412][SQL] report memory usage for tun...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8931#issuecomment-148515341 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-10534][SQL] ORDER BY clause allows only...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9123#issuecomment-148519127 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-11072][SQL] simplify self join handling

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

[GitHub] spark pull request: [SPARK-10534][SQL] ORDER BY clause allows only...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9123#issuecomment-148519131 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10895][SQL] Push down string filters to...

2015-10-15 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/8956#issuecomment-148533198 Off topic but related, `SetInFilter.canDrop` can also leverage statistics information: ```scala private val min = valueSet.min private val max

[GitHub] spark pull request: [SPARK-10743][SQL] keep the name of expression...

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

[GitHub] spark pull request: [SPARK-10708] [WIP] Consolidate sort shuffle i...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8829#issuecomment-148544236 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-5657][Examples][PySpark] Add PySpark Av...

2015-10-15 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/4434#issuecomment-148503952 At this point, it's probably safe to say that we're not going to merge this, so would you mind closing this PR in order to help clean up the queue? Thanks! --- If

[GitHub] spark pull request: [SPARK-10534][SQL] ORDER BY clause allows only...

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

[GitHub] spark pull request: [SPARK-10412][SQL] report memory usage for tun...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8931#issuecomment-148514504 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11072][SQL] simplify self join handling

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9081#issuecomment-148517973 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-11129][MESOS] Link Spark WebUI from Mes...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/9135#issuecomment-148526525 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-11051][Core] Do not allow local checkpo...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9072#issuecomment-148526857 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-11078] Ensure spilling tests actually s...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9124#issuecomment-148526833 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-11051][Core] Do not allow local checkpo...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9072#issuecomment-148526822 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-11129][MESOS] Link Spark WebUI from Mes...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9135#issuecomment-148526835 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-11078] Ensure spilling tests actually s...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9124#issuecomment-148526820 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-11129][MESOS] Link Spark WebUI from Mes...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9135#issuecomment-148526813 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-10622] [core] [yarn] Differentiate dead...

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

[GitHub] spark pull request: [SPARK-11129][MESOS] Link Spark WebUI from Mes...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9135#issuecomment-148530538 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-11129][MESOS] Link Spark WebUI from Mes...

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

[GitHub] spark pull request: [SPARK-11071] [launcher] Fix flakiness in Laun...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/9079#issuecomment-148530536 Great, let's give this a try --- 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-11129][MESOS] Link Spark WebUI from Mes...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9135#issuecomment-148530540 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: fix typo bellow -> below

2015-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9136 --- 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-10515] When killing executor, the pendi...

2015-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8945 --- 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-6488] [MLlib] [Python] Support addition...

2015-10-15 Thread dusenberrymw
GitHub user dusenberrymw opened a pull request: https://github.com/apache/spark/pull/9139 [SPARK-6488] [MLlib] [Python] Support addition/multiplication in PySpark's BlockMatrix This PR adds addition and multiplication to PySpark's `BlockMatrix` class via `add` and `multiply`

[GitHub] spark pull request: [SPARK-9328] [WIP] [BRANCH-1.2] Add read timeo...

2015-10-15 Thread JoshRosen
Github user JoshRosen closed the pull request at: https://github.com/apache/spark/pull/7653 --- 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-9328] [WIP] [BRANCH-1.2] Add read timeo...

2015-10-15 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7653#issuecomment-148506837 I'm going to go ahead and close this PR for now because I don't have time to finish getting it merged. AFAIK the user that I created this patch for has solved their

[GitHub] spark pull request: [SPARK-10743][SQL] keep the name of expression...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8859#issuecomment-148508578 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-10743][SQL] keep the name of expression...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8859#issuecomment-148508539 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-10534][SQL] ORDER BY clause allows only...

2015-10-15 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/9123#issuecomment-148512630 cc @marmbrus --- 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

[GitHub] spark pull request: [SPARK-10921] [YARN] Completely remove the use...

2015-10-15 Thread jaceklaskowski
Github user jaceklaskowski commented on the pull request: https://github.com/apache/spark/pull/8976#issuecomment-148512484 @srowen Mind looking at the PR once again? I'd appreciate. --- 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-11131] [core] Fix race in worker regist...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9138#issuecomment-148515874 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-11131] [core] Fix race in worker regist...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9138#issuecomment-148515923 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-11129][MESOS] Link Spark WebUI from Mes...

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

[GitHub] spark pull request: [SPARK-11078] Ensure spilling tests actually s...

2015-10-15 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/9124#issuecomment-148531647 OK, merging. --- 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

[GitHub] spark pull request: [SPARK-10708] [WIP] Consolidate sort shuffle i...

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

[GitHub] spark pull request: [SPARK-10185] [SQL] Feat sql comma separated p...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8416#issuecomment-148512582 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11119][SQL] cleanup for unsafe array an...

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

[GitHub] spark pull request: [SPARK-10185] [SQL] Feat sql comma separated p...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8416#issuecomment-148512580 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-11131] [core] Fix race in worker regist...

2015-10-15 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/9138#issuecomment-148515131 pyspark failure, sigh. Is there a bug tracking these flaky tests? retest this please --- If your project is set up for it, you can reply to this email and have your

<    1   2   3   4   5   6   7   >