[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95392109 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -66,10 +70,79 @@ class GBTClassifierSuite extends

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95392592 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -66,10 +70,79 @@ class GBTClassifierSuite extends

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15928 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71133/ Test FAILed. ---

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15928 **[Test build #71133 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71133/testReport)** for PR 15928 at commit

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16529 **[Test build #71131 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71131/testReport)** for PR 16529 at commit

[GitHub] spark issue #14812: [SPARK-17237][SQL] Remove backticks in a pivot result sc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14812 **[Test build #71132 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71132/testReport)** for PR 14812 at commit

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15928 **[Test build #71133 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71133/testReport)** for PR 15928 at commit

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15928 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 project does not have this feature

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15928 **[Test build #71134 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71134/testReport)** for PR 15928 at commit

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16529 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71124/ Test FAILed. ---

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16529 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 project does not have this feature

[GitHub] spark pull request #16527: [SPARK-19146][Core]Drop more elements when stageD...

2017-01-10 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/16527#discussion_r95377515 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -409,7 +409,8 @@ class JobProgressListener(conf: SparkConf) extends

[GitHub] spark issue #16440: [SPARK-18857][SQL] Don't use `Iterator.duplicate` for `i...

2017-01-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/16440 Thank you for merging, @srowen ! --- 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 issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16528 **[Test build #71125 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71125/testReport)** for PR 16528 at commit

[GitHub] spark pull request #10521: [SPARK-2827][GraphX] Add collectDegreeDist to com...

2017-01-10 Thread maropu
Github user maropu closed the pull request at: https://github.com/apache/spark/pull/10521 --- 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 issue #16355: [SPARK-16473][MLLIB] Fix BisectingKMeans Algorithm faili...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on the issue: https://github.com/apache/spark/pull/16355 @filousen could you please share the code that you used to load and run the dataset and the full error message with stack trace you are seeing? I'm a bit confused since the dataset is not a

[GitHub] spark issue #13736: [SPARK-12113][SQL] Add some timing metrics for blocking ...

2017-01-10 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/13736 I think this pr got stale, so I'll close this, 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

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95386959 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -17,20 +17,23 @@ package

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16529 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 project does not have this feature

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16529 **[Test build #71129 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71129/testReport)** for PR 16529 at commit

[GitHub] spark issue #16529: [SPARK-19149] [SQL] Unify two sets of statistics in Logi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16529 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71129/ Test FAILed. ---

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95399594 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -159,14 +157,21 @@ class GBTClassifier @Since("1.4.0") (

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95399715 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -159,14 +157,21 @@ class GBTClassifier @Since("1.4.0") (

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15928 **[Test build #71134 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71134/testReport)** for PR 15928 at commit

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15928 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71134/ Test FAILed. ---

[GitHub] spark issue #15928: [SPARK-18478][SQL] Support codegen'd Hive UDFs

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15928 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 project does not have this feature

[GitHub] spark pull request #16308: [SPARK-18936][SQL] Infrastructure for session loc...

2017-01-10 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16308#discussion_r95400453 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala --- @@ -30,21 +30,48 @@ import

[GitHub] spark pull request #16308: [SPARK-18936][SQL] Infrastructure for session loc...

2017-01-10 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16308#discussion_r95400494 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala --- @@ -30,21 +30,48 @@ import

[GitHub] spark pull request #16308: [SPARK-18936][SQL] Infrastructure for session loc...

2017-01-10 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16308#discussion_r95400468 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala --- @@ -30,21 +30,48 @@ import

[GitHub] spark pull request #16308: [SPARK-18936][SQL] Infrastructure for session loc...

2017-01-10 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/16308#discussion_r95400434 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala --- @@ -512,8 +550,9 @@ case class Cast(child: Expression,

[GitHub] spark issue #16530: [SPARK-18997][CORE] Recommended upgrade libthrift to 0.9...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16530 **[Test build #71126 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71126/testReport)** for PR 16530 at commit

[GitHub] spark issue #16530: [SPARK-18997][CORE] Recommended upgrade libthrift to 0.9...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16530 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 project does not have this feature

[GitHub] spark issue #16308: [SPARK-18936][SQL] Infrastructure for session local time...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16308 **[Test build #71135 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71135/testReport)** for PR 16308 at commit

[GitHub] spark issue #16530: [SPARK-18997][CORE] Recommended upgrade libthrift to 0.9...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16530 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71126/ Test PASSed. ---

[GitHub] spark issue #16516: [WIP][SPARK-19155][ML] ML GLR family and link could be u...

2017-01-10 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/16516 @imatiach-msft @felixcheung Sounds good, I opened [SPARK-19155](https://issues.apache.org/jira/browse/SPARK-19155) to track and will update this PR soon. Thanks. --- If your project is set up

[GitHub] spark issue #10521: [SPARK-2827][GraphX] Add collectDegreeDist to compute th...

2017-01-10 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/10521 I think the GraphX features seems freeze, so I'll close this. --- 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 issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16528 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71125/ Test FAILed. ---

[GitHub] spark issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16528 **[Test build #71128 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71128/testReport)** for PR 16528 at commit

[GitHub] spark issue #15880: [SPARK-17913][SQL] compare long and string type column m...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15880 **[Test build #71130 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71130/testReport)** for PR 15880 at commit

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95387530 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -66,10 +70,79 @@ class GBTClassifierSuite extends

[GitHub] spark issue #16355: [SPARK-16473][MLLIB] Fix BisectingKMeans Algorithm faili...

2017-01-10 Thread filousen
Github user filousen commented on the issue: https://github.com/apache/spark/pull/16355 @imatiach-msft thank you for checking this. I'm using a VectorAssembler to transform the dataset I read from the json I pasted earlier. VectorAssembler assembler = new

[GitHub] spark pull request #16531: [SPARK-19157][SQL] should be able to change spark...

2017-01-10 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/16531 [SPARK-19157][SQL] should be able to change spark.sql.runSQLOnFiles at runtime ## What changes were proposed in this pull request? The analyzer rule that supports to query files

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95407706 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -215,10 +223,23 @@ class GBTClassificationModel

[GitHub] spark issue #16531: [SPARK-19157][SQL] should be able to change spark.sql.ru...

2017-01-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/16531 cc @gatorsmile --- 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,

[GitHub] spark issue #16531: [SPARK-19157][SQL] should be able to change spark.sql.ru...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16531 **[Test build #71136 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71136/testReport)** for PR 16531 at commit

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95408548 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -248,12 +268,38 @@ class GBTClassificationModel

[GitHub] spark pull request #16308: [SPARK-18936][SQL] Infrastructure for session loc...

2017-01-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16308#discussion_r95408770 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala --- @@ -30,21 +30,48 @@ import

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95408807 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -248,12 +268,38 @@ class GBTClassificationModel

[GitHub] spark issue #14812: [SPARK-17237][SQL] Remove backticks in a pivot result sc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14812 **[Test build #71132 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71132/testReport)** for PR 14812 at commit

[GitHub] spark issue #14812: [SPARK-17237][SQL] Remove backticks in a pivot result sc...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14812 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 project does not have this feature

[GitHub] spark issue #14812: [SPARK-17237][SQL] Remove backticks in a pivot result sc...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14812 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71132/ Test FAILed. ---

[GitHub] spark pull request #16531: [SPARK-19157][SQL] should be able to change spark...

2017-01-10 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/16531#discussion_r95409814 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -45,7 +45,7 @@ import

[GitHub] spark issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16528 **[Test build #71128 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71128/testReport)** for PR 16528 at commit

[GitHub] spark issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16528 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 project does not have this feature

[GitHub] spark issue #11956: [SPARK-14098][SQL] Generate Java code that gets a float/...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/11956 **[Test build #71153 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71153/consoleFull)** for PR 11956 at commit

[GitHub] spark issue #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict probabi...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on the issue: https://github.com/apache/spark/pull/16441 ping @sethah @jkbradley could you please take another look since I've updated the code review based on your comments? Thank you! --- If your project is set up for it, you can reply to this

[GitHub] spark issue #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict probabi...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16441 **[Test build #71150 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71150/testReport)** for PR 16441 at commit

[GitHub] spark issue #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict probabi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16441 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 project does not have this feature

[GitHub] spark issue #16533: [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16533 **[Test build #71158 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71158/testReport)** for PR 16533 at commit

[GitHub] spark pull request #16233: [SPARK-18801][SQL] Support resolve a nested view

2017-01-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16233#discussion_r95455394 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -510,32 +542,90 @@ class Analyzer( * Replaces

[GitHub] spark issue #16376: [SPARK-18967][SCHEDULER] compute locality levels even if...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16376 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 project does not have this feature

[GitHub] spark issue #16376: [SPARK-18967][SCHEDULER] compute locality levels even if...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16376 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71141/ Test PASSed. ---

[GitHub] spark issue #16535: [SPARK-19162][PYTHON][SQL][WIP] UserDefinedFunction shou...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16535 **[Test build #71162 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71162/testReport)** for PR 16535 at commit

[GitHub] spark issue #16535: [SPARK-19162][PYTHON][SQL][WIP] UserDefinedFunction shou...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16535 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71162/ Test PASSed. ---

[GitHub] spark issue #16535: [SPARK-19162][PYTHON][SQL][WIP] UserDefinedFunction shou...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16535 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 project does not have this feature

[GitHub] spark issue #11956: [SPARK-14098][SQL] Generate Java code that gets a float/...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/11956 **[Test build #71153 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71153/consoleFull)** for PR 11956 at commit

[GitHub] spark issue #16233: [SPARK-18801][SQL] Support resolve a nested view

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16233 **[Test build #71152 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71152/testReport)** for PR 16233 at commit

[GitHub] spark issue #16528: [SPARK-19148][SQL] do not expose the external table conc...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16528 **[Test build #71143 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71143/testReport)** for PR 16528 at commit

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95455485 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -241,19 +261,42 @@ class GBTClassificationModel private[ml](

[GitHub] spark issue #16539: [SPARK-8855][MLlib][PySpark] Python API for Association ...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16539 **[Test build #71166 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71166/testReport)** for PR 16539 at commit

[GitHub] spark pull request #16539: [SPARK-8855][MLlib][PySpark] Python API for Assoc...

2017-01-10 Thread aray
GitHub user aray opened a pull request: https://github.com/apache/spark/pull/16539 [SPARK-8855][MLlib][PySpark] Python API for Association Rules ## What changes were proposed in this pull request? This patch adds a `generateAssociationRules(confidence)` method to

[GitHub] spark pull request #16377: [SPARK-18036][ML][MLLIB] Fixing decision trees ha...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16377#discussion_r95445748 --- Diff: mllib/src/test/scala/org/apache/spark/ml/tree/impl/RandomForestSuite.scala --- @@ -176,6 +203,18 @@ class RandomForestSuite extends

[GitHub] spark issue #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict probabi...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16441 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71150/ Test PASSed. ---

[GitHub] spark pull request #16533: [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator

2017-01-10 Thread zero323
GitHub user zero323 opened a pull request: https://github.com/apache/spark/pull/16533 [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator ## What changes were proposed in this pull request? Added PySpark udf decorator ## How was this patch tested? Unit

[GitHub] spark issue #16532: [SPARK-19133][SPARKR][ML][BACKPORT-2.1] fix glm for Gamm...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16532 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71154/ Test PASSed. ---

[GitHub] spark issue #16532: [SPARK-19133][SPARKR][ML][BACKPORT-2.1] fix glm for Gamm...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16532 **[Test build #71154 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71154/testReport)** for PR 16532 at commit

[GitHub] spark issue #16532: [SPARK-19133][SPARKR][ML][BACKPORT-2.1] fix glm for Gamm...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16532 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 project does not have this feature

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-10 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r95463901 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskInfo.scala --- @@ -120,4 +121,12 @@ class TaskInfo( } private[spark] def

[GitHub] spark issue #16377: [SPARK-18036][ML][MLLIB] Fixing decision trees handling ...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16377 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 project does not have this feature

[GitHub] spark issue #16377: [SPARK-18036][ML][MLLIB] Fixing decision trees handling ...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16377 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71155/ Test PASSed. ---

[GitHub] spark issue #11956: [SPARK-14098][SQL] Generate Java code that gets a float/...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/11956 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71153/ Test PASSed. ---

[GitHub] spark issue #11956: [SPARK-14098][SQL] Generate Java code that gets a float/...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/11956 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 not have this feature enabled

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95454611 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -215,10 +224,21 @@ class GBTClassificationModel private[ml](

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95474280 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/tree/loss/LogLoss.scala --- @@ -20,6 +20,15 @@ package org.apache.spark.mllib.tree.loss import

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95457108 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -159,14 +157,21 @@ class GBTClassifier @Since("1.4.0") (

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95474360 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/tree/loss/LogLoss.scala --- @@ -52,4 +61,8 @@ object LogLoss extends Loss { // The following

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95454890 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -241,19 +261,42 @@ class GBTClassificationModel private[ml](

[GitHub] spark pull request #16441: [SPARK-14975][ML] Fixed GBTClassifier to predict ...

2017-01-10 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16441#discussion_r95455906 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -241,19 +261,42 @@ class GBTClassificationModel private[ml](

[GitHub] spark issue #16538: [SPARK-19164][PYTHON][SQL][WIP] Remove unused UserDefine...

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16538 **[Test build #71165 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71165/testReport)** for PR 16538 at commit

[GitHub] spark issue #16538: [SPARK-19164][PYTHON][SQL][WIP] Remove unused UserDefine...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16538 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 project does not have this feature

[GitHub] spark issue #16538: [SPARK-19164][PYTHON][SQL][WIP] Remove unused UserDefine...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16538 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71165/ Test PASSed. ---

[GitHub] spark pull request #16377: [SPARK-18036][ML][MLLIB] Fixing decision trees ha...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on a diff in the pull request: https://github.com/apache/spark/pull/16377#discussion_r95443910 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -828,8 +828,27 @@ private[spark] object RandomForest extends

[GitHub] spark issue #16532: [SPARK-19133][SPARKR][ML][BACKPORT-2.1] fix glm for Gamm...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16532 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71151/ Test FAILed. ---

[GitHub] spark issue #16464: [SPARK-19066][SparkR]:SparkR LDA doesn't set optimizer c...

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16464 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 project does not have this feature

[GitHub] spark issue #16494: [SPARK-17975][MLLIB] Fix EMLDAOptimizer failing with Cla...

2017-01-10 Thread imatiach-msft
Github user imatiach-msft commented on the issue: https://github.com/apache/spark/pull/16494 thank you for the deep investigation and the better root cause analysis. I will refrain from working on this pull request then until either: 1.) the issue is fixed and I can update the

[GitHub] spark issue #16233: [SPARK-18801][SQL] Support resolve a nested view

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16233 **[Test build #71146 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71146/testReport)** for PR 16233 at commit

[GitHub] spark issue #16233: [SPARK-18801][SQL] Support resolve a nested view

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16233 **[Test build #71161 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71161/testReport)** for PR 16233 at commit

[GitHub] spark issue #16533: [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16533 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71158/ Test PASSed. ---

[GitHub] spark issue #16533: [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator

2017-01-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16533 **[Test build #71158 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71158/testReport)** for PR 16533 at commit

[GitHub] spark issue #16533: [SPARK-19160][PYTHON][SQL][WIP] Add udf decorator

2017-01-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16533 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 project does not have this feature

  1   2   3   4   5   6   7   >