[GitHub] spark pull request: [SPARK-10982][SQL] Rename ExpressionAggregate ...

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

[GitHub] spark pull request: [SPARK-10980] [SQL] fix bug in create Decimal

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

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445924 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445905 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445929 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445921 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445907 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/8214#discussion_r41445934 --- Diff: python/pyspark/ml/regression.py --- @@ -142,6 +143,122 @@ def intercept(self): return self._call_java("intercept")

[GitHub] spark pull request: [SPARK-10779][PYSPARK][MLLIB] Set initialModel...

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

[GitHub] spark pull request: [SPARK-8673] [launcher] API and infrastructure...

2015-10-07 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/7052#issuecomment-146343411 The tests fail because of the netty RPC backend. They pass locally when I revert the default to akka. I'll investigate that before pushing this. --- If your project is

[GitHub] spark pull request: [SPARK-10779][PYSPARK][MLLIB] Set initialModel...

2015-10-07 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/8967#issuecomment-146345893 Thanks, I'll go ahead and merge this, though the style still isn't quite what I wrote I know style is annoying to match, but it helps a lot with keeping the

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8971#discussion_r41455135 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnStats.scala --- @@ -245,7 +247,8 @@ private[sql] class

[GitHub] spark pull request: [SPARK-9718][ML] linear regression training su...

2015-10-07 Thread holdenk
Github user holdenk commented on the pull request: https://github.com/apache/spark/pull/8564#issuecomment-146348410 yes, 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 project does not have this

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41455821 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala --- @@ -69,13 +84,24 @@ private[hive] class HiveQLDialect extends ParserDialect

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41455915 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/local/LocalNode.scala --- @@ -129,7 +129,7 @@ abstract class LocalNode(conf: SQLConf)

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

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

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

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

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41456305 --- Diff: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala --- @@ -210,6 +190,9 @@

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146351913 LGTM will merge pending tasks. Thanks for addressing the comments so quickly. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-9702] [SQL] Use Exchange to implement l...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8083#issuecomment-146354508 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-9702] [SQL] Use Exchange to implement l...

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

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8909#issuecomment-146366859 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-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8909#issuecomment-146366850 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-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146314715 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-9718][ML] linear regression training su...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8564#issuecomment-146320481 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-10982][SQL] Rename ExpressionAggregate ...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9013#issuecomment-146320504 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-10979] [SparkR] Sparkrmerge: Add merge ...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9012#issuecomment-146321628 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-10980] [SQL] fix bug in create Decimal

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9014#issuecomment-146321587 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-10980] [SQL] fix bug in create Decimal

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9014#issuecomment-146321629 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-10979] [SparkR] Sparkrmerge: Add merge ...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9012#issuecomment-146321599 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-10979] [SparkR] Sparkrmerge: Add merge ...

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

[GitHub] spark pull request: [SPARK-10337][SQL] fix hive views on non-hive-...

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

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41447708 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -51,22 +51,42 @@ class SimpleFunctionRegistry

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41449262 --- Diff: sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala --- @@ -159,7 +159,7 @@ class CliSuite extends

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

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

[GitHub] spark pull request: [SPARK-9718][ML] linear regression training su...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8564#issuecomment-146334357 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-10679] [CORE] javax.jdo.JDOFatalUserExc...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8804 --- 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-10679] [CORE] javax.jdo.JDOFatalUserExc...

2015-10-07 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8804#issuecomment-146344712 @navis what's your jira account? I can't find you anymore to assign the ticket to you. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41454228 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateMutableProjection.scala --- @@ -26,7 +26,10 @@ abstract

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41454426 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/local/BinaryHashJoinNode.scala --- @@ -0,0 +1,77 @@ +/* +* Licensed to the

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41456023 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -264,12 +262,16 @@ private[hive] object HiveQl extends Logging { *

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146350510 @yhuai thanks, this looks much simpler. My remaining comments are mainly concerned with comments and tests. --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41456081 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -1133,6 +1133,17 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-10980] [SQL] fix bug in create Decimal

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

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8971#issuecomment-146351397 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-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146351574 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-9774][ML][PYSPARK] Add python api for m...

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

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

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

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8214#issuecomment-146352749 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-9702] [SQL] Use Exchange to implement l...

2015-10-07 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8083#issuecomment-146354918 Merging to master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-10490] [ML] Consolidate the Cholesky so...

2015-10-07 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8936#issuecomment-146354895 LGTM. Merged into 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 project does

[GitHub] spark pull request: [SPARK-10875][MLLib] Computed covariance matri...

2015-10-07 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8940#discussion_r41459386 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala --- @@ -357,9 +357,10 @@ class RowMatrix @Since("1.0.0") (

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41439778 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/local/HashJoinNodeSuite.scala --- @@ -51,20 +87,50 @@ class HashJoinNodeSuite extends

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8971#discussion_r41439861 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnBuilder.scala --- @@ -109,16 +113,20 @@ private[sql] class StringColumnBuilder extends

[GitHub] spark pull request: [SPARK-10941] [SQL] Refactor AggregateFunction...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8973 --- 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-9702] [SQL] Use Exchange to implement l...

2015-10-07 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/8083#discussion_r41442238 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -194,6 +194,17 @@ case class

[GitHub] spark pull request: [SPARK-9718][ML] linear regression training su...

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

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

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

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41454327 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateSafeProjection.scala --- @@ -23,8 +23,8 @@ import

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41454970 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/local/HashJoinNode.scala --- @@ -73,10 +60,21 @@ case class HashJoinNode( }

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/8953#discussion_r41454914 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/local/HashJoinNode.scala --- @@ -73,10 +60,21 @@ case class HashJoinNode( }

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8214#issuecomment-146349781 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-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41455637 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -1196,48 +1174,93 @@ class SQLContext(@transient val sparkContext:

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8214#issuecomment-146349710 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-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8909#issuecomment-146349780 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-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41455693 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -64,18 +63,28 @@ import org.apache.spark.util.Utils * * @since 1.0.0

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

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

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

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

[GitHub] spark pull request: [SPARK-10982][SQL] Rename ExpressionAggregate ...

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

[GitHub] spark pull request: [SPARK-10982][SQL] Rename ExpressionAggregate ...

2015-10-07 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9013#issuecomment-146352504 Merging to master so I can rebase a forthcoming patch. Thanks! --- 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-10959] [PySpark] StreamingLogisticRegre...

2015-10-07 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/9002#issuecomment-146355434 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: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8971 --- 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-10875][MLLib] Computed covariance matri...

2015-10-07 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8940#issuecomment-146356948 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: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8971#discussion_r41458798 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -88,7 +88,7 @@ final class Decimal extends Ordered[Decimal] with

[GitHub] spark pull request: [SPARK-10875][MLLib] Computed covariance matri...

2015-10-07 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8940#issuecomment-146356985 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-10917] [SQL] improve performance of com...

2015-10-07 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/8971#issuecomment-146356930 Merged into master. Other nit comments will be addressed by follow up PR, thanks! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146314736 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-10337][SQL] fix hive views on non-hive-...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8990#issuecomment-146314840 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-10941] [SQL] Refactor AggregateFunction...

2015-10-07 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8973#issuecomment-146316241 LGTM. Thank you for working on it! Merging to master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-10337][SQL] fix hive views on non-hive-...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8990#issuecomment-146316203 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-9718][ML] linear regression training su...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8564#issuecomment-146320505 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-9702] [SQL] Use Exchange to implement l...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8083#issuecomment-146320487 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-10982][SQL] Rename ExpressionAggregate ...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9013#issuecomment-146320477 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-10979] [SparkR] Sparkrmerge: Add merge ...

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

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

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9012#issuecomment-146325135 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-10979] [SparkR] Sparkrmerge: Add merge ...

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

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

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8887#issuecomment-146332152 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-8673] [launcher] API and infrastructure...

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

[GitHub] spark pull request: [SPARK-8673] [launcher] API and infrastructure...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7052#issuecomment-146337509 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-8673] [launcher] API and infrastructure...

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

[GitHub] spark pull request: [SPARK-9702] [SQL] Use Exchange to implement l...

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

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-07 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/8909#discussion_r41457829 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala --- @@ -264,12 +262,16 @@ private[hive] object HiveQl extends Logging { *

[GitHub] spark pull request: [SPARK-10875][MLLib] Computed covariance matri...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8940#issuecomment-146358189 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-10875][MLLib] Computed covariance matri...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8940#issuecomment-146358238 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-10810] [SPARK-10902] [SQL] Improve sess...

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

[GitHub] spark pull request: [SPARK-10887] [SQL] Build HashedRelation outsi...

2015-10-07 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8953#issuecomment-146314450 @andrewor14 I have made `HashJoinNode` a `trait`. --- 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-10956] Common MemoryManager interface f...

2015-10-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/9000#discussion_r41439856 --- Diff: core/src/main/scala/org/apache/spark/MemoryManager.scala --- @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] spark pull request: [SPARK-10917] [SQL] improve performance of com...

2015-10-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8971#issuecomment-146317015 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-10982][SQL] Rename ExpressionAggregate ...

2015-10-07 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9013#issuecomment-146319783 LGTM. There are likely comments that need to be updated, but we can fix them later as we encounter them. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-10982][SQL] Rename ExpressionAggregate ...

2015-10-07 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/9013 [SPARK-10982][SQL] Rename ExpressionAggregate -> DeclarativeAggregate. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rxin/spark SPARK-10982

  1   2   3   4   5   6   7   8   >