[GitHub] spark pull request: [SPARK-12582][Test] IndexShuffleBlockResolverS...

2016-01-11 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/10526#issuecomment-170700919 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-12652][PySpark][WIP]Upgrade Py4J to 0.9...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170700788 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-12758] [SQL] add note to Spark SQL Migr...

2016-01-11 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/10708#issuecomment-170701379 Ping @rxin @marmbrus @pwendell , it looks like this was documented in the 1.6 release notes page but it didn't make it into the SQL Programming Guide:

[GitHub] spark pull request: [SPARK-12270][SQL]remove empty space after get...

2016-01-11 Thread huaxingao
Github user huaxingao commented on the pull request: https://github.com/apache/spark/pull/10262#issuecomment-170701187 @yhuai Sorry for the late reply. I waited for my coworker Luciano to come back from vacation today to check with him about his DB2 docker test status. He has

[GitHub] spark pull request: [SPARK-12705] [SQL] AnalysisException: Sorting...

2016-01-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/10678#issuecomment-170707667 I can reproduce the problem using a simple query now: ``` select area, rank() over (partition by area order by month) as c1 from windowData group by

[GitHub] spark pull request: [SPARK-10509][PYSPARK] Reduce excessive param ...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10216#issuecomment-170712382 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-10509][PYSPARK] Reduce excessive param ...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10216#issuecomment-170712385 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12703][MLLIB][DOC][PYTHON] Fixed pyspar...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10707#issuecomment-170714223 Tested example locally, and it worked --- 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-12576][SQL] Enable expression parsing i...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10649#issuecomment-170714313 **[Test build #49184 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49184/consoleFull)** for PR 10649 at commit

[GitHub] spark pull request: [SPARK-12685] [MLlib] word2vec trainWordsCount...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10627#issuecomment-170717118 LGTM Merging with master, and will try to backport to 1.4+ Thanks! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-12567][SQL] Add aes_{encrypt,decrypt} U...

2016-01-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10527#discussion_r49392128 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MiscFunctionsSuite.scala --- @@ -130,4 +130,49 @@ class

[GitHub] spark pull request: [SPARK-10809] [MLlib] Single-document topicDis...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/9484#issuecomment-170722264 LGTM Merging with master Thanks! --- 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-10387][ML] Add code gen for gbt

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9524#issuecomment-170727987 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10387][ML] Add code gen for gbt

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9524#issuecomment-170727973 **[Test build #49186 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49186/consoleFull)** for PR 9524 at commit

[GitHub] spark pull request: [SPARK-9844][CORE] File appender race conditio...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10714#issuecomment-170750040 **[Test build #49198 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49198/consoleFull)** for PR 10714 at commit

[GitHub] spark pull request: [SPARK-12385] [SQL] [WIP] Push Projection into...

2016-01-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10476#discussion_r49406403 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -287,6 +288,17 @@ object ColumnPruning extends

[GitHub] spark pull request: [SPARK-12692][BUILD][STREAMING] Scala style: F...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10685#issuecomment-170755311 **[Test build #49199 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49199/consoleFull)** for PR 10685 at commit

[GitHub] spark pull request: [SPARK-12652][PySpark][WIP]Upgrade Py4J to 0.9...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170700549 **[Test build #49164 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49164/consoleFull)** for PR 10692 at commit

[GitHub] spark pull request: [SPARK-12758] [SQL] add note to Spark SQL Migr...

2016-01-11 Thread blbradley
Github user blbradley commented on the pull request: https://github.com/apache/spark/pull/10708#issuecomment-170700621 This contribution is my original work and I license the work to the project under the project's open source license. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-12543] [SQL] [WIP] Subquery in expressi...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10706#issuecomment-170703108 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-10387][ML] Add code gen for gbt

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9524#issuecomment-170708503 **[Test build #49178 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49178/consoleFull)** for PR 9524 at commit

[GitHub] spark pull request: [SPARK-12758] [SQL] add note to Spark SQL Migr...

2016-01-11 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10708#issuecomment-170709905 Thanks, merging to master and 1.6 --- 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-10509][PYSPARK] Reduce excessive param ...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10216#issuecomment-170712103 **[Test build #49176 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49176/consoleFull)** for PR 10216 at commit

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-11 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/10150#discussion_r49389929 --- Diff: python/pyspark/mllib/clustering.py --- @@ -38,13 +38,120 @@ from pyspark.mllib.util import Saveable, Loader, inherit_doc, JavaLoader,

[GitHub] spark pull request: [SPARK-11171][SPARK-11237][SPARK-11241][ML] Tr...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9207#issuecomment-170713845 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12734][HOTFIX] Build changes must trigg...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10704#issuecomment-170713774 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-11171][SPARK-11237][SPARK-11241][ML] Tr...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9207#issuecomment-170713843 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-12230][ML] WeightedLeastSquares.fit() s...

2016-01-11 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/10274#discussion_r49394419 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/WeightedLeastSquares.scala --- @@ -94,8 +110,7 @@ private[ml] class WeightedLeastSquares(

[GitHub] spark pull request: [SPARK-12652][PySpark]Upgrade Py4J to 0.9.1

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170728862 **[Test build #49188 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49188/consoleFull)** for PR 10692 at commit

[GitHub] spark pull request: [SPARK-12761] [CORE] Remove duplicated code

2016-01-11 Thread jodersky
GitHub user jodersky opened a pull request: https://github.com/apache/spark/pull/10711 [SPARK-12761] [CORE] Remove duplicated code Removes some duplicated code that was reintroduced during a merge. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-12649][SQL] support reading bucketed ta...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10604#issuecomment-170737859 **[Test build #49185 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49185/consoleFull)** for PR 10604 at commit

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

2016-01-11 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10649#issuecomment-170742248 I'm going to merge this. @cloud-fan it would be great for you to still take a look post-hoc and @hvanhovell can address feedback in his next pull request. Thanks. ---

[GitHub] spark pull request: [SPARK-12761] [CORE] Remove duplicated code

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10711#issuecomment-170742189 **[Test build #49191 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49191/consoleFull)** for PR 10711 at commit

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10649#issuecomment-170742128 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-12724] SQL generation support for persi...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10712#issuecomment-170744608 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-12724] SQL generation support for persi...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10712#issuecomment-170744599 **[Test build #49190 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49190/consoleFull)** for PR 10712 at commit

[GitHub] spark pull request: [SPARK-12724] SQL generation support for persi...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10712#issuecomment-170744609 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [Spark-12655] [GraphX] GraphX does not unpersi...

2016-01-11 Thread apivovarov
Github user apivovarov commented on a diff in the pull request: https://github.com/apache/spark/pull/10713#discussion_r49402012 --- Diff: graphx/src/test/scala/org/apache/spark/graphx/GraphSuite.scala --- @@ -428,4 +428,20 @@ class GraphSuite extends SparkFunSuite with

[GitHub] spark pull request: [Spark-12655] [GraphX] GraphX does not unpersi...

2016-01-11 Thread apivovarov
Github user apivovarov commented on a diff in the pull request: https://github.com/apache/spark/pull/10713#discussion_r49402039 --- Diff: graphx/src/test/scala/org/apache/spark/graphx/GraphSuite.scala --- @@ -428,4 +428,20 @@ class GraphSuite extends SparkFunSuite with

[GitHub] spark pull request: [SPARK-12379][ML][MLLIB] Copy GBT implementati...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10607#issuecomment-170748595 **[Test build #49197 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49197/consoleFull)** for PR 10607 at commit

[GitHub] spark pull request: [SPARK-12642][SQL] improve the hash expression...

2016-01-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10694#discussion_r49406007 --- Diff: unsafe/src/main/java/org/apache/spark/unsafe/hash/Murmur3_x86_32.java --- @@ -51,16 +55,38 @@ public int hashUnsafeWords(Object base, long

[GitHub] spark pull request: [SPARK-12638] [API DOC] Parameter explanation ...

2016-01-11 Thread Wenpei
Github user Wenpei commented on the pull request: https://github.com/apache/spark/pull/10587#issuecomment-170756165 Same error with #10685. Wait hot fix #10704 take effect. --- 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-12543] [SQL] [WIP] Subquery in expressi...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10706#issuecomment-170702556 **[Test build #49172 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49172/consoleFull)** for PR 10706 at commit

[GitHub] spark pull request: [SPARK-12582][Test] IndexShuffleBlockResolverS...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10526#issuecomment-170704868 **[Test build #49173 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49173/consoleFull)** for PR 10526 at commit

[GitHub] spark pull request: [pyspark] adding disjunction and difference fu...

2016-01-11 Thread abehrens
GitHub user abehrens opened a pull request: https://github.com/apache/spark/pull/10710 [pyspark] adding disjunction and difference functions for rdds I was looking for a way to perform disjunction and difference operations, in other words: * disjunction: find all elements

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

2016-01-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10649#discussion_r49386798 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/CatalystQl.scala --- @@ -41,16 +47,9 @@ private[sql] class CatalystQl(val conf: ParserConf

[GitHub] spark pull request: [SPARK-10509][PYSPARK] Reduce excessive param ...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10216#issuecomment-170707227 **[Test build #49176 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49176/consoleFull)** for PR 10216 at commit

[GitHub] spark pull request: [SPARK-11922][PYSPARK][ML] Python api for ml.f...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10085#issuecomment-170710756 **[Test build #49177 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49177/consoleFull)** for PR 10085 at commit

[GitHub] spark pull request: [SPARK-11922][PYSPARK][ML] Python api for ml.f...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10085#issuecomment-170710921 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-12756][SQL] use hash expression in Exch...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10703#issuecomment-170714040 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-12734][HOTFIX] Build changes must trigg...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10704#issuecomment-170713775 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12756][SQL] use hash expression in Exch...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10703#issuecomment-170714042 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12635][SQL] Add ColumnarBatch, an in me...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10628#discussion_r49392863 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OnHeapColumnVector.java --- @@ -0,0 +1,165 @@ +package

[GitHub] spark pull request: [SPARK-12026] [MLlib] ChiSqTest gets slower an...

2016-01-11 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/10146#discussion_r49392781 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/stat/test/ChiSqTest.scala --- @@ -109,7 +109,9 @@ private[stat] object ChiSqTest extends Logging {

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10150#issuecomment-170728609 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10150#issuecomment-170728607 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-9835] [ML] IterativelyReweightedLeastSq...

2016-01-11 Thread sethah
Github user sethah commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-170731964 I'm still not exactly clear what the scope of this GLM implementation will be (e.g. if it will be a public API) and I'd be interested to hear more on that topic. But

[GitHub] spark pull request: [SPARK-12363][Mllib] Remove setRun and fix Pow...

2016-01-11 Thread ankurdave
Github user ankurdave commented on the pull request: https://github.com/apache/spark/pull/10539#issuecomment-170731872 @jkbradley I'm not completely sure of the cause, but one thing I noticed was that PowerIterationClustering calls `GraphImpl.fromExistingRDDs` in several places

[GitHub] spark pull request: [Spark-12655] [GraphX] GraphX does not unpersi...

2016-01-11 Thread jasoncl
GitHub user jasoncl opened a pull request: https://github.com/apache/spark/pull/10713 [Spark-12655] [GraphX] GraphX does not unpersist RDDs Some VertexRDD and EdgeRDD are created during the intermediate step of g.connectedComponents() but unnecessarily left cached after the method

[GitHub] spark pull request: [SPARK-12379][ML][MLLIB] Copy GBT implementati...

2016-01-11 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/10607#discussion_r49402928 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala --- @@ -0,0 +1,272 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-12642][SQL] improve the hash expression...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10694#discussion_r49402971 --- Diff: unsafe/src/main/java/org/apache/spark/unsafe/hash/Murmur3_x86_32.java --- @@ -51,16 +55,38 @@ public int hashUnsafeWords(Object base, long offset,

[GitHub] spark pull request: [SPARK-12742] [SQL] org.apache.spark.sql.hive....

2016-01-11 Thread scwf
Github user scwf commented on a diff in the pull request: https://github.com/apache/spark/pull/10682#discussion_r49404076 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala --- @@ -24,6 +24,9 @@ class LogicalPlanToSQLSuite extends

[GitHub] spark pull request: [SPARK-12379][ML][MLLIB] Copy GBT implementati...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10607#issuecomment-170748836 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12652][PySpark]Upgrade Py4J to 0.9.1

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170748811 **[Test build #49188 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49188/consoleFull)** for PR 10692 at commit

[GitHub] spark pull request: [SPARK-12379][ML][MLLIB] Copy GBT implementati...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10607#issuecomment-170748832 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-12652][PySpark]Upgrade Py4J to 0.9.1

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170749031 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-12652][PySpark]Upgrade Py4J to 0.9.1

2016-01-11 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170748911 @JoshRosen @davies could you 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 your

[GitHub] spark pull request: [SPARK-12652][PySpark]Upgrade Py4J to 0.9.1

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10692#issuecomment-170749033 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12379][ML][MLLIB] Copy GBT implementati...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10607#issuecomment-170748828 **[Test build #49197 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49197/consoleFull)** for PR 10607 at commit

[GitHub] spark pull request: [SPARK-12649][SQL] support reading bucketed ta...

2016-01-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/10604#discussion_r49406495 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/sources/BucketedReadSuite.scala --- @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-11826][MLlib] Refactor add() and subtra...

2016-01-11 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/9916#discussion_r49392967 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala --- @@ -332,18 +336,18 @@ class BlockMatrix @Since("1.3.0") (

[GitHub] spark pull request: [SPARK-11944][PYSPARK][MLLIB] python mllib.clu...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10150#issuecomment-170728335 **[Test build #49181 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49181/consoleFull)** for PR 10150 at commit

[GitHub] spark pull request: [SPARK-12724] SQL generation support for persi...

2016-01-11 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/10712 [SPARK-12724] SQL generation support for persisted data source tables This PR implements SQL generation support for persisted data source tables. A new field `metastoreTableIdentifier:

[GitHub] spark pull request: [SPARK-12576][SQL] Enable expression parsing i...

2016-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10649 --- 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-12649][SQL] support reading bucketed ta...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10604#issuecomment-170742365 **[Test build #49193 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49193/consoleFull)** for PR 10604 at commit

[GitHub] spark pull request: [SPARK-12649][SQL] support reading bucketed ta...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10604#issuecomment-170742373 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12649][SQL] support reading bucketed ta...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10604#issuecomment-170742371 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-12724] SQL generation support for persi...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10712#issuecomment-170742357 **[Test build #49190 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49190/consoleFull)** for PR 10712 at commit

[GitHub] spark pull request: [SPARK-12649][SQL] support reading bucketed ta...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10604#discussion_r49402102 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -143,19 +143,9 @@ private[hive] class HiveMetastoreCatalog(val

[GitHub] spark pull request: [SPARK-12692][BUILD][STREAMING] Scala style: F...

2016-01-11 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10685#issuecomment-170752454 I think the PySpark unit test failures above are related to #10704 and already fixed. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-12692][BUILD][STREAMING] Scala style: F...

2016-01-11 Thread sarutak
Github user sarutak commented on the pull request: https://github.com/apache/spark/pull/10685#issuecomment-170752462 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 this

[GitHub] spark pull request: [SPARK-12703][MLLIB][DOC][PYTHON] Fixed pyspar...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10707#issuecomment-170700309 **[Test build #49171 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49171/consoleFull)** for PR 10707 at commit

[GitHub] spark pull request: [SPARK-12703][MLLIB][DOC][PYTHON] Fixed pyspar...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10707#issuecomment-170700521 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12703][MLLIB][DOC][PYTHON] Fixed pyspar...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10707#issuecomment-170700519 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-11171][SPARK-11237][SPARK-11241][ML] Tr...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9207#issuecomment-170705990 **[Test build #49179 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49179/consoleFull)** for PR 9207 at commit

[GitHub] spark pull request: [SPARK-10387][ML] Add code gen for gbt

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9524#issuecomment-170709112 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-10387][ML] Add code gen for gbt

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9524#issuecomment-170721699 **[Test build #49186 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49186/consoleFull)** for PR 9524 at commit

[GitHub] spark pull request: [SPARK-12582][Test] IndexShuffleBlockResolverS...

2016-01-11 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/10526#issuecomment-170730594 Looks like a known-flaky streaming 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

[GitHub] spark pull request: [SPARK-11939] [ML] [PySpark] PySpark support m...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-170737086 @yanboliang I'll take a look at this now. Sorry for the delay! --- 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-12635][SQL] Add ColumnarBatch, an in me...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10628#discussion_r49399204 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [Spark-12732][ML] bug fix in linear regression...

2016-01-11 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/10702#discussion_r49399116 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala --- @@ -219,33 +219,41 @@ class LinearRegression @Since("1.3.0")

[GitHub] spark pull request: [SPARK-12635][SQL] Add ColumnarBatch, an in me...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10628#discussion_r49399104 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchBenchmark.scala --- @@ -0,0 +1,272 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-12635][SQL] Add ColumnarBatch, an in me...

2016-01-11 Thread nongli
Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/10628#discussion_r49399155 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchBenchmark.scala --- @@ -0,0 +1,272 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-12761] [CORE] Remove duplicated code

2016-01-11 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/10711#issuecomment-170739558 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-9844][CORE] File appender race conditio...

2016-01-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10714#issuecomment-170750304 **[Test build #49198 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49198/consoleFull)** for PR 10714 at commit

[GitHub] spark pull request: [SPARK-9844][CORE] File appender race conditio...

2016-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10714#issuecomment-170750313 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-11923][ML] Python API for ml.feature.Ch...

2016-01-11 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/10186#discussion_r49406985 --- Diff: python/pyspark/ml/feature.py --- @@ -2093,6 +2093,95 @@ class RFormulaModel(JavaModel): """ +@inherit_doc +class

[GitHub] spark pull request: [SPARK-12745] [SQL] Hive Parser: Limit is not ...

2016-01-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/10689#issuecomment-170756485 Sure, let me close it. --- 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-11923][ML] Python API for ml.feature.Ch...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10186#issuecomment-170756539 Thanks for the PR! I only had a couple more comments. --- 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-12363][Mllib] Remove setRun and fix Pow...

2016-01-11 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10539#issuecomment-170756573 @ankurdave Thanks a lot for taking a look! @viirya Would you mind updating this PR according to @ankurdave 's suggestion? After that, we can look into what

  1   2   3   4   5   6   7   8   >