[GitHub] spark pull request: [SQL] SPARK-6548: Adding stddev to DataFrame f...

2015-04-23 Thread dreamquster
Github user dreamquster commented on the pull request: https://github.com/apache/spark/pull/5357#issuecomment-95611837 @yhuai . Is this comment OK? --- 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-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5660#discussion_r28974357 --- Diff: sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive/Shim13.scala --- @@ -61,39 +62,40 @@ private[hive] case class HiveFunctionWrapper(var

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5660#discussion_r28974373 --- Diff: sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive/Shim13.scala --- @@ -61,39 +62,40 @@ private[hive] case class HiveFunctionWrapper(var

[GitHub] spark pull request: [SPARK-7093][SQL] Using newPredicate in Nested...

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

[GitHub] spark pull request: [SPARK-7093][SQL] Using newPredicate in Nested...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

2015-04-23 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5526#discussion_r28977394 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala --- @@ -197,3 +233,69 @@ trait InsertableRelation { trait CatalystScan

[GitHub] spark pull request: [SPARK-7092] Update spark scala version to 2.1...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

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

[GitHub] spark pull request: [SPARK-7092] Update spark scala version to 2.1...

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

[GitHub] spark pull request: [Spark-7090][MLlib] Introduce LDAOptimizer to ...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5660#issuecomment-95625891 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-6505][SQL]Remove the reflection call in...

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

[GitHub] spark pull request: [SPARK-7093][SQL] Using newPredicate in Nested...

2015-04-23 Thread scwf
GitHub user scwf opened a pull request: https://github.com/apache/spark/pull/5665 [SPARK-7093][SQL] Using newPredicate in NestedLoopJoin to enable code generation Using newPredicate in NestedLoopJoin instead of InterpretedPredicate to enable code generation You can merge this

[GitHub] spark pull request: [Spark-7090][MLlib] Introduce LDAOptimizer to ...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5660#issuecomment-95627460 Would like to add some background about this change: Spark SQL repackaged Hive jars to remove unnecessary shading and dependencies. One of them is Kryo. Hive

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5660#discussion_r28974257 --- Diff: sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive/Shim13.scala --- @@ -61,39 +62,40 @@ private[hive] case class HiveFunctionWrapper(var

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

2015-04-23 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5526#issuecomment-95636852 @marmbrus @yhuai @rxin Previous comments are addressed, Also added tests (`ignore`d for now) in `FSBasedRelationSuite`. Going to implement all the interface. --- If

[GitHub] spark pull request: [SPARK-7093][SQL] Using newPredicate in Nested...

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

[GitHub] spark pull request: [SPARK-6924][YARN] Fix driver hangs in yarn-cl...

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

[GitHub] spark pull request: [SPARK-6924][YARN] Fix driver hangs in yarn-cl...

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

[GitHub] spark pull request: [SPARK-7044] [SQL] Fix the deadlock in script ...

2015-04-23 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/5625#discussion_r28970625 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformation.scala --- @@ -145,20 +147,27 @@ case class

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

2015-04-23 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5660#issuecomment-95628037 add to whitelist --- 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: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SPARK-6734] [SQL] Add UDTF.close support in G...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

2015-04-23 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5526#discussion_r28975672 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala --- @@ -197,3 +233,69 @@ trait InsertableRelation { trait CatalystScan

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

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

[GitHub] spark pull request: [SPARK-6856] [R] Make RDD information more use...

2015-04-23 Thread His-name-is-Joof
GitHub user His-name-is-Joof opened a pull request: https://github.com/apache/spark/pull/5667 [SPARK-6856] [R] Make RDD information more useful in SparkR You can merge this pull request into a Git repository by running: $ git pull https://github.com/His-name-is-Joof/spark

[GitHub] spark pull request: [SPARK-7084] improve saveAsTable documentation

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

[GitHub] spark pull request: [SPARK-7097][SQL]: Partitioned tables should o...

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

[GitHub] spark pull request: [SPARK-5932][CORE] Use consistent naming for s...

2015-04-23 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/spark/pull/5574#discussion_r28989856 --- Diff: network/common/src/main/java/org/apache/spark/network/util/ByteUnit.java --- @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

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

[GitHub] spark pull request: [SPARK-5894][ML] Add polynomial mapper

2015-04-23 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/5245#issuecomment-95678246 @yinxusen I'm not sure whether it is faster or not. That's why I put the new approach side by side. Please help test the performance. Thanks! --- If your project is set

[GitHub] spark pull request: [SPARK-7097][SQL]: Partitioned tables should o...

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

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

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

[GitHub] spark pull request: [SPARK-6856] [R] Make RDD information more use...

2015-04-23 Thread His-name-is-Joof
Github user His-name-is-Joof commented on the pull request: https://github.com/apache/spark/pull/5667#issuecomment-95679966 How's that? Very new to contributing to large projects in general, so criticism welcome. Excellent bugtracker and starter bugs! --- If your project is set up

[GitHub] spark pull request: [SPARK-7056] Make the Write Ahead Log pluggabl...

2015-04-23 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/5645#issuecomment-95678755 @jerryshao @hshreedharan Can you please take a look. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

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

[GitHub] spark pull request: [SPARK-6818][SPARKR] Support column deletion i...

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

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

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

[GitHub] spark pull request: [SPARK-6818][SPARKR] Support column deletion i...

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

[GitHub] spark pull request: [SPARK-7033][SPARKR] Clean usage of split. Use...

2015-04-23 Thread concretevitamin
Github user concretevitamin commented on the pull request: https://github.com/apache/spark/pull/5628#issuecomment-95651218 Thanks, @sun-rui - doing a grep, could you also update test_rdd.R's line 124? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SPARK-6818][SPARKR] Support column deletion i...

2015-04-23 Thread shivaram
Github user shivaram commented on the pull request: https://github.com/apache/spark/pull/5655#issuecomment-95657442 Jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark pull request: [SPARK-7044] [SQL] Fix the deadlock in script ...

2015-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5625#issuecomment-95665707 Merging in master branch-1.3. --- 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-7044] [SQL] Fix the deadlock in script ...

2015-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5625#issuecomment-95666195 Actually this doesn't merge cleanly into 1.3. Do you mind submitting a pull request for that branch? Thanks. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-6856] [R] Make RDD information more use...

2015-04-23 Thread shivaram
Github user shivaram commented on the pull request: https://github.com/apache/spark/pull/5667#issuecomment-95667726 Jenkins, 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

[GitHub] spark pull request: [SPARK-7041] Avoid writing empty files in Exte...

2015-04-23 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/5622#discussion_r28986044 --- Diff: core/src/main/scala/org/apache/spark/util/collection/ExternalSorter.scala --- @@ -736,11 +734,16 @@ private[spark] class ExternalSorter[K, V, C](

[GitHub] spark pull request: [SPARK-7055][SQL]Use correct ClassLoader for J...

2015-04-23 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/5633#issuecomment-95671327 Unfortunately we can't run the docker tests on Jenkins and they cause issues with dependencies during the release so we temporarily removed them. I can try running

[GitHub] spark pull request: [SPARK-2750][WIP]Add Https support for Web UI

2015-04-23 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/5664#issuecomment-95671673 This needs to be integrated with the `SSLOptions` configuration added in cfea30037f (#3571), instead of creating its own way of configuring things. --- If your project

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

2015-04-23 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/5666#issuecomment-95673967 Hey, we probably do want to do this at some point, but I'm not sure the answer is ByteBuffer. Big changes like this should be proposed in JIRA and discussed before

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

2015-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5666#issuecomment-95674982 Thanks for submitting this. It's our fault to have that JIRA ticket there and suggest nio.ByteBuffer. ByteBuffer is not the right abstraction for this. It's API is

[GitHub] spark pull request: SPARK-7063 when lz4 compression is used, it ca...

2015-04-23 Thread linlin200605
Github user linlin200605 commented on the pull request: https://github.com/apache/spark/pull/5641#issuecomment-95674803 lz4-1.3.0 needs Java 7 for building the jar, usually not necessarily require JDK 7 at runtime if there is backward compatibility. I will follow up on that. --- If

[GitHub] spark pull request: [SPARK-7060][SQL] Add alias function to python...

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

[GitHub] spark pull request: [SPARK-7060][SQL] Add alias function to python...

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

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

2015-04-23 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/2342#discussion_r28990365 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala --- @@ -17,20 +17,167 @@ package org.apache.spark.ui.jobs -import

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

2015-04-23 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/2342#discussion_r28990248 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala --- @@ -17,20 +17,167 @@ package org.apache.spark.ui.jobs -import

[GitHub] spark pull request: [SPARK-6122][Core] Upgrade tachyon-client vers...

2015-04-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5354#issuecomment-95680725 It seems like the Jackson dep has to be excluded to get SBT + Hadoop 1.0.4 to work. I think that has to stay then, yeah. I think the httpclient stuff can be cleaned up a

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

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

[GitHub] spark pull request: SPARK-1537 [WiP] Application Timeline Server i...

2015-04-23 Thread steveloughran
Github user steveloughran commented on the pull request: https://github.com/apache/spark/pull/5423#issuecomment-95675032 There's no obvious reason why the Jenkins build failed; the console says all the tests passed. --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-7097][SQL]: Partitioned tables should o...

2015-04-23 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/5668#issuecomment-95678594 retest 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 this feature

[GitHub] spark pull request: [SPARK-6856] [R] Make RDD information more use...

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

[GitHub] spark pull request: [SPARK-5932][CORE] Use consistent naming for s...

2015-04-23 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/5574#discussion_r28990766 --- Diff: network/common/src/main/java/org/apache/spark/network/util/ByteUnit.java --- @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-7070][MLLIB] LDA.setBeta should call se...

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

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

2015-04-23 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/5666 [SPARK-5553][SQL] Replace Array[Byte] with Java NIO ByteBuffer as binary type representation JIRA: https://issues.apache.org/jira/browse/SPARK-5553 This pr attempts to replace Array[Byte]

[GitHub] spark pull request: [SPARK-6818][SPARKR] Support column deletion i...

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

[GitHub] spark pull request: [SPARK-7060][SQL] Add alias function to python...

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

[GitHub] spark pull request: [minor][streaming]fixed scala string interpola...

2015-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5653#issuecomment-95665334 I've merged this into master branch-1.3. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-7070][MLLIB] LDA.setBeta should call se...

2015-04-23 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/5649#issuecomment-95667912 Thanks for catching that! LGTM pending tests --- 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-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SQL] [WIP] Partitioning support for the data ...

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

[GitHub] spark pull request: [SPARK-7097][SQL]: Partitioned tables should o...

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

[GitHub] spark pull request: [SPARK-7067][SQL] fix bug when use complex nes...

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

[GitHub] spark pull request: [SPARK-6752][Streaming] Allow StreamingContext...

2015-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5428 --- 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-4705] Handle multiple app attempts even...

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

[GitHub] spark pull request: [SPARK-7058] Include RDD deserialization time ...

2015-04-23 Thread kayousterhout
Github user kayousterhout commented on the pull request: https://github.com/apache/spark/pull/5635#issuecomment-95678486 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

[GitHub] spark pull request: [SPARK-7070][MLLIB] LDA.setBeta should call se...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

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

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SPARK-6505][SQL]Remove the reflection call in...

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

[GitHub] spark pull request: [SPARK-7044] [SQL] Fix the deadlock in script ...

2015-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5625 --- 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-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SPARK-5553][SQL] Replace Array[Byte] with Jav...

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

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987596 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987585 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987643 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeModels.scala --- @@ -58,3 +58,43 @@ trait DecisionTreeModel { header +

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987593 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987606 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala --- @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987621 --- Diff: mllib/src/main/scala/org/apache/spark/ml/impl/tree/treeParams.scala --- @@ -298,3 +302,200 @@ private[ml] object TreeRegressorParams { //

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987591 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-6113] [ml] Tree ensembles for Pipelines...

2015-04-23 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5626#discussion_r28987598 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-3468][WebUI] Timeline-View feature

2015-04-23 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/2342#issuecomment-95675268 I almost addressed your feedbacks. Using this vs the approach in #5547. I think a good answer here is to use this vis.js library for the jobs page and then use

[GitHub] spark pull request: SPARK-1537 [WiP] Application Timeline Server i...

2015-04-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5423#issuecomment-95675502 Yes, it says it timed out (two comments up) --- 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-7097][SQL]: Partitioned tables should o...

2015-04-23 Thread saucam
GitHub user saucam opened a pull request: https://github.com/apache/spark/pull/5668 [SPARK-7097][SQL]: Partitioned tables should only consider referred partitions in query during size estimation for checking against autoBroadcastJoinThreshold This PR attempts to add support for

[GitHub] spark pull request: [HOTFIX][SQL] Ignore flaky CachedTableSuite te...

2015-04-23 Thread marmbrus
Github user marmbrus closed the pull request at: https://github.com/apache/spark/pull/5639 --- 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

  1   2   3   4   5   6   7   >