[GitHub] spark pull request: [SPARK-8213][SQL]Add function factorial

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

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread tarekauel
Github user tarekauel commented on a diff in the pull request: https://github.com/apache/spark/pull/7178#discussion_r33749593 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -351,6 +351,108 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-8707] RDD#toDebugString fails if any ca...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7127#issuecomment-117922019 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-8213][SQL]Add function factorial

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6822#issuecomment-117921999 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-8687][YARN]Fix bug: Executor can't fetc...

2015-07-02 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7066#issuecomment-117922073 Merging into master. Thanks @SaintBacchus! --- 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-8772][SQL] Implement implicit type cast...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33749566 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -704,19 +704,46 @@ object HiveTypeCoercion {

[GitHub] spark pull request: [SPARK-8687][YARN]Fix bug: Executor can't fetc...

2015-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7066 --- 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-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/7179#discussion_r33750308 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala --- @@ -42,4 +47,47 @@ class CodeGenerationSuite

[GitHub] spark pull request: [SPARK-8677][SQL] Fix non-terminating decimal ...

2015-07-02 Thread JihongMA
Github user JihongMA commented on the pull request: https://github.com/apache/spark/pull/7056#issuecomment-117923839 Thanks for fixing this division problem. after rebasing with the fix, I noticed one more issue w.r.t the accuracy of Decimal computation. scala val aa =

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7178#discussion_r33751162 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -1299,6 +1299,44 @@ object functions { def rint(columnName: String):

[GitHub] spark pull request: [SPARK-8740] [PROJECT INFRA] Support GitHub OA...

2015-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7136 --- 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-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7178#discussion_r33749410 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -1299,6 +1299,44 @@ object functions { def rint(columnName: String):

[GitHub] spark pull request: [SPARK-8769][TRIVIAL][DOCS] toLocalIterator sh...

2015-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7171 --- 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-8740] [PROJECT INFRA] Support GitHub OA...

2015-07-02 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7136#issuecomment-117920080 Merging into master thanks @JoshRosen! --- 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-8777] Add random data generator test ut...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7176#issuecomment-117923085 #7179 has a fun example of how I used these utilities to uncover a bug in `GenerateOrdering` while writing a high-coverage test for that class. --- If your project

[GitHub] spark pull request: [SPARK-8772][SQL] Implement implicit type cast...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33750007 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -174,8 +171,7 @@ case class Sha1(child: Expression) extends

[GitHub] spark pull request: [SPARK-8772][SQL] Implement implicit type cast...

2015-07-02 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33750006 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -174,8 +171,7 @@ case class Sha1(child: Expression)

[GitHub] spark pull request: [SPARK-8213][SQL]Add function factorial

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

[GitHub] spark pull request: [SPARK-4485][SQL] (1) Add broadcast hash outer...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7162#issuecomment-117937885 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-4485][SQL] (1) Add broadcast hash outer...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7162#issuecomment-117937901 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117937902 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117937889 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-4485][SQL] (1) Add broadcast hash outer...

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

[GitHub] spark pull request: [SPARK-8700][ML] Disable feature scaling in Lo...

2015-07-02 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/7080#discussion_r33752237 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/LogisticRegressionSuite.scala --- @@ -292,20 +317,51 @@ class LogisticRegressionSuite

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7178#discussion_r33752263 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -351,6 +351,104 @@ case class Pow(left: Expression, right:

[GitHub] spark pull request: [SPARK-7050][build] Keep kafka-assembly maven ...

2015-07-02 Thread jerryshao
Github user jerryshao commented on the pull request: https://github.com/apache/spark/pull/5632#issuecomment-117940307 No, I think Python already pick the right place, so no need to change now. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

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

[GitHub] spark pull request: [SPARK-7871][SQL]Improve the outputPartitionin...

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

[GitHub] spark pull request: [SPARK-7871][SQL]Improve the outputPartitionin...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6413#issuecomment-117949791 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-7871][SQL]Improve the outputPartitionin...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6413#issuecomment-117949834 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-6287][MESOS] Add dynamic allocation to ...

2015-07-02 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/4984#discussion_r33755309 --- Diff: core/src/main/scala/org/apache/spark/storage/DiskBlockManager.scala --- @@ -124,10 +124,16 @@ private[spark] class DiskBlockManager(blockManager:

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33755269 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -303,6 +295,66 @@ case class Hex(child: Expression) extends

[GitHub] spark pull request: [SPARK-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117952893 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-8772][SQL] Implement implicit type cast...

2015-07-02 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33755249 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -174,8 +171,7 @@ case class Sha1(child: Expression)

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33755584 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -303,6 +295,66 @@ case class Hex(child: Expression) extends

[GitHub] spark pull request: [SPARK-8777] Add random data generator test ut...

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

[GitHub] spark pull request: [SPARK-3071] Increase default driver memory

2015-07-02 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7132#issuecomment-117921384 Merging into master! Thanks @ilganeli. We'll update the release notes separately. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-8777] Add random data generator test ut...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7176#issuecomment-117921676 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-8772][SQL] Implement implicit type cast...

2015-07-02 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33749803 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -704,19 +704,46 @@ object HiveTypeCoercion

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7179#issuecomment-117922725 This should block on #7176 being merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/7179#discussion_r33749834 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala --- @@ -42,4 +47,47 @@ class CodeGenerationSuite

[GitHub] spark pull request: spark ssc.textFileStream returns empty

2015-07-02 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/6837#issuecomment-117922732 @sduchh this is opened against the wrong branch. Please submit the change to the master branch and file a JIRA here to describe the issue:

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7179#issuecomment-117922900 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-8772][SQL] Implement implicit type cast...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7175#discussion_r33749855 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -174,8 +171,7 @@ case class Sha1(child: Expression) extends

[GitHub] spark pull request: [Spark-7879][MLlib] KMeans API for spark.ml Pi...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-117924302 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-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/7179#discussion_r33750487 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala --- @@ -42,4 +47,47 @@ class CodeGenerationSuite

[GitHub] spark pull request: [SPARK-8783] [SQL] CTAS with WITH clause does ...

2015-07-02 Thread sirpkt
GitHub user sirpkt opened a pull request: https://github.com/apache/spark/pull/7180 [SPARK-8783] [SQL] CTAS with WITH clause does not work Currently, CTESubstitution only handles the case that WITH is on the top of the plan. I think it SHOULD handle the case that WITH is child

[GitHub] spark pull request: [Spark-7879][MLlib] KMeans API for spark.ml Pi...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-117924293 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-8238][SPARK-8239][SPARK-8242][SPARK-824...

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

[GitHub] spark pull request: [SPARK-7078] [SPARK-7079] [WIP] Binary process...

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

[GitHub] spark pull request: [SPARK-8783] [SQL] CTAS with WITH clause does ...

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

[GitHub] spark pull request: [SPARK-8783] [SQL] CTAS with WITH clause does ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7180#issuecomment-117935787 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117935770 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117935784 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-8783] [SQL] CTAS with WITH clause does ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7180#issuecomment-117935766 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-8656][WebUI] Fix the webUI and JSON API...

2015-07-02 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-117936713 ic - to me it is almost incorrect in the past, and we are fixing a bug here ... --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/7181#issuecomment-117936804 cc @rxin @zhichao-li --- 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-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/7181 [SPARK-8784] [SQL] Add Python API for hex and unhex Also improve the performance of hex/unhex You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33752077 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -303,6 +295,66 @@ case class Hex(child: Expression) extends

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33752534 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -303,6 +295,66 @@ case class Hex(child: Expression) extends

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7181#issuecomment-117941350 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-8072] [SQL] Better AnalysisException fo...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7013#issuecomment-117946458 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 project does

[GitHub] spark pull request: [SPARK-8581][SPARK-8584] Simplify checkpointin...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6968#issuecomment-117946376 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-8226][SPARK-8223][SPARK-8224[SQL][WIP] ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7035#issuecomment-117946487 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-8226][SPARK-8223][SPARK-8224[SQL][WIP] ...

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

[GitHub] spark pull request: [SPARK-8072] [SQL] Better AnalysisException fo...

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

[GitHub] spark pull request: [SPARK-8700][ML] Disable feature scaling in Lo...

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

[GitHub] spark pull request: [SPARK-5095][MESOS] Support capping cores and ...

2015-07-02 Thread dragos
Github user dragos commented on the pull request: https://github.com/apache/spark/pull/4027#issuecomment-117948614 @andrewor14 if this one is smaller, wouldn't it make more that conflicts are easier to fix on this one, than the other one? Anyhow, up to you. I'm used to fixing merge

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7179#issuecomment-117948600 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-7078] [SPARK-7079] [WIP] Binary process...

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

[GitHub] spark pull request: [SPARK-8401] [Build] Scala version switching b...

2015-07-02 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6832#issuecomment-117951457 @mallman are you able to look at this further or should maybe @ScrapCodes proceed with the changes he identified? --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7178#issuecomment-117954993 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-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7178#issuecomment-117954971 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-8787][SQL]Changed parameter order of @d...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7183#issuecomment-117954968 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-8688][YARN]Bug fix: disable the cache f...

2015-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7069 --- 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-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/7178#discussion_r33749252 --- Diff: python/pyspark/sql/functions.py --- @@ -412,6 +412,32 @@ def sha2(col, numBits): return Column(jc) +@since(1.5) +def

[GitHub] spark pull request: [SPARK-8771][TRIVIAL] Add a version to the dep...

2015-07-02 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7172#issuecomment-117919790 Merging into master 1.4. Thanks @holdenk. --- 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-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/7179#discussion_r33749911 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala --- @@ -42,4 +47,47 @@ class CodeGenerationSuite

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7179#issuecomment-117922918 Merged build started. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

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

2015-07-02 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/7038#issuecomment-117922942 what's the non-compatible part? --- 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-8700][ML] Disable feature scaling in Lo...

2015-07-02 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/7080#discussion_r33749927 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -98,6 +98,15 @@ class LogisticRegression(override val uid:

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

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

[GitHub] spark pull request: [SPARK-8782] [SQL] Fix code generation for ORD...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7179#discussion_r33750893 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala --- @@ -42,4 +47,47 @@ class CodeGenerationSuite

[GitHub] spark pull request: [SPARK-8213][SQL]Add function factorial

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6822#issuecomment-117932225 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-8213][SQL]Add function factorial

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6822#issuecomment-117932376 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117936657 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-7078] [SPARK-7079] [WIP] Binary process...

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

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33751680 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -303,6 +295,66 @@ case class Hex(child: Expression) extends

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7181#issuecomment-117937231 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-8777] [SQL] Add random data generator t...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7176#issuecomment-117937236 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-7879][MLlib] KMeans API for spark.ml Pi...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-117937233 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-8777] [SQL] Add random data generator t...

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

[GitHub] spark pull request: [SPARK-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7181#discussion_r33751699 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala --- @@ -239,9 +239,10 @@ class MathFunctionsSuite

[GitHub] spark pull request: [SPARK-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/7178#issuecomment-117937158 In python 3, there is no `long` type. So we always use `int` in Python for all integral types. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [Spark-7879][MLlib] KMeans API for spark.ml Pi...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-117937246 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-8784] [SQL] Add Python API for hex and ...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7181#issuecomment-117937244 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-7078] [SPARK-7079] [WIP] Binary process...

2015-07-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6444#issuecomment-117937264 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-8223][SPARK-8224][SQL] shift left and s...

2015-07-02 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/7178#issuecomment-117940548 LGTM. 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

[GitHub] spark pull request: [SPARK-8192] [SPARK-8193] [SQL] [WIP] udf curr...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6985#discussion_r33752303 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8192] [SPARK-8193] [SQL] [WIP] udf curr...

2015-07-02 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6985#discussion_r33752299 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the

  1   2   3   4   5   6   7   8   9   10   >