[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37424993 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala --- @@ -430,11 +430,14 @@ class KMeans private ( /** *

[GitHub] spark pull request: [SPARK-9895] User Guide for RFormula Feature T...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8293#discussion_r37425854 --- Diff: docs/ml-features.md --- @@ -1386,6 +1386,102 @@ print(output.select(features, clicked).first()) {% endhighlight %} /div /div +##

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37426684 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [PARK-6489][SQL] add column pruning for Genera...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8268#issuecomment-132635557 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-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37426679 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [PARK-6489][SQL] add column pruning for Genera...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8268#issuecomment-132637308 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: [PARK-6489][SQL] add column pruning for Genera...

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

[GitHub] spark pull request: [SPARK-9812][Streaming]Fix Python 3 compatibil...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8315#issuecomment-132655001 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-9812][Streaming]Fix Python 3 compatibil...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8315#issuecomment-132654802 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-9570][Docs][YARN]Consistent recommendat...

2015-08-19 Thread nssalian
Github user nssalian commented on the pull request: https://github.com/apache/spark/pull/8071#issuecomment-132668558 @srowen, @sryza , @tgravescs thank you for the feedback. I will get this done this weekend. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-9613] [CORE] Ban use of JavaConversions...

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

[GitHub] spark pull request: [SPARK-9856][SparkR] Add expression functions ...

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

[GitHub] spark pull request: [SPARK-10040][SQL] Use batch insert for JDBC w...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132620345 @yu-iskw It would be great if you could hold on your comments till @mengxr merges my pull request with this branch :) After that you could make a final pass --- If

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132624156 @mengxr thanks for the merge. @yu-iskw please give a final pass now. (I added quite a few missing tags) --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132625270 @yanboliang Could you rebase master? It has merge conflicts with #8207. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132623681 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-9689][SQL]Fix bug of not invalidate the...

2015-08-19 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8023#discussion_r37427369 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -156,10 +165,27 @@ private[sql] class CacheManager(sqlContext:

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8279#discussion_r37427896 --- Diff: docs/mllib-frequent-pattern-mining.md --- @@ -133,6 +134,36 @@ for (AssociationRules.RuleString rule {% endhighlight %} /div +

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8279#discussion_r37427822 --- Diff: docs/mllib-frequent-pattern-mining.md --- @@ -133,6 +134,36 @@ for (AssociationRules.RuleString rule {% endhighlight %} /div +

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132641801 LGTM, minus above two things. --- 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-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132643473 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-9613] [CORE] Ban use of JavaConversions...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8033#issuecomment-132672352 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-9439] [yarn] External shuffle service r...

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

[GitHub] spark pull request: [SPARK-10087] [CORE] [BRANCH-1.5] Disable spar...

2015-08-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8296#issuecomment-132617375 **[Test build #41235 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41235/console)** for PR 8296 at commit

[GitHub] spark pull request: [SPARK-10087] [CORE] [BRANCH-1.5] Disable spar...

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

[GitHub] spark pull request: [SPARK-10087] [CORE] [BRANCH-1.5] Disable spar...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8296#issuecomment-132617490 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-9613] [CORE] Ban use of JavaConversions...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

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

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132635592 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-10116] [core] XORShiftRandom.hashSeed i...

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

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

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

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132640695 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: [PARK-6489][SQL] add column pruning for Genera...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132661767 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-8918] [MLLIB] [DOC] Add @since tags to ...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread MechCoder
Github user MechCoder commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37422575 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala --- @@ -430,11 +430,14 @@ class KMeans private ( /** *

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37422443 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala --- @@ -430,11 +430,14 @@ class KMeans private ( /** *

[GitHub] spark pull request: [SPARK-10027] [ML] [PySpark] Add Python API mi...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8313#issuecomment-132629395 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-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132629364 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-10027] [ML] [PySpark] Add Python API mi...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37426517 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala --- @@ -223,12 +238,16 @@ class LocalLDAModel private[clustering] ( *

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

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

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37427126 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37427118 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37427132 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: XORShiftRandom.hashSeed is random in high bits

2015-08-19 Thread squito
GitHub user squito opened a pull request: https://github.com/apache/spark/pull/8314 XORShiftRandom.hashSeed is random in high bits https://issues.apache.org/jira/browse/SPARK-10116 This is really trivial, just happened to notice it -- if `XORShiftRandom.hashSeed` is really

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

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

[GitHub] spark pull request: XORShiftRandom.hashSeed is random in high bits

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8314#issuecomment-132639699 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: XORShiftRandom.hashSeed is random in high bits

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8314#issuecomment-132639784 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-10084] [MLlib] [Doc] Add Python example...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132646541 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-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132646628 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-9689][SQL]Fix bug of not invalidate the...

2015-08-19 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8023#discussion_r37432464 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/columnar/InMemoryColumnarTableScan.scala --- @@ -183,6 +183,16 @@ private[sql] case class

[GitHub] spark pull request: [SPARK-9812][Streaming]Fix Python 3 compatibil...

2015-08-19 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/8315 [SPARK-9812][Streaming]Fix Python 3 compatibility issue in PySpark Streaming and some docs This PR includes the following fixes: 1. Use `range` instead of `xrange` in `queue_stream.py` to

[GitHub] spark pull request: [SPARK-9812][Streaming]Fix Python 3 compatibil...

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

[GitHub] spark pull request: [SPARK-9613] [CORE] Ban use of JavaConversions...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8033#issuecomment-132672491 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-9856][SparkR] Add expression functions ...

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

[GitHub] spark pull request: [SPARK-9856][SparkR] Add expression functions ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8264#issuecomment-132678490 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-10040][SQL] Use batch insert for JDBC w...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8273#issuecomment-132677955 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: [PARK-6489][SQL] add column pruning for Genera...

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

[GitHub] spark pull request: [SPARK-9944] [SQL] [WIP] Allow hive.metastore....

2015-08-19 Thread manku-timma
Github user manku-timma commented on the pull request: https://github.com/apache/spark/pull/8186#issuecomment-132618967 Say the metastore DB admin has created a place to save the data of all tables by default. This applies to all spark (and other) jobs that use the metastore.

[GitHub] spark pull request: [SPARK-10027] [ML] [PySpark] Add Python API mi...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8313#issuecomment-132629296 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-8918] [MLLIB] [DOC] Add @since tags to ...

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

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37427122 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [SPARK-9846] [Docs] User guide for Multilayer ...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8262#discussion_r37427115 --- Diff: docs/ml-ann.md --- @@ -0,0 +1,129 @@ +--- +layout: global +title: Multilayer perceptron classifier - ML +displayTitle: a

[GitHub] spark pull request: [SPARK-10116] [core] XORShiftRandom.hashSeed i...

2015-08-19 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8314#issuecomment-132645200 LGTM. There are better / faster RNGs in standard libs like commons math. @mengxr is it worth Spark having its own still? --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-6190][core] create LargeByteBuffer for ...

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

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8279 --- 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-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132651639 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-9944] [SQL] [WIP] Allow hive.metastore....

2015-08-19 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8186#issuecomment-132668351 @manku-timma Even if you do not specify the database, there is a default database called `default`. If you are connecting to the same metastore, I do not think

[GitHub] spark pull request: [SPARK-10040][SQL] Use batch insert for JDBC w...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8273#issuecomment-132678094 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-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37420476 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala --- @@ -430,11 +430,14 @@ class KMeans private ( /** *

[GitHub] spark pull request: [SPARK-10108] Add since tags to mllib.feature

2015-08-19 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/8309#issuecomment-132624781 I thought we can merge all directly and replace everything at one go. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-10097] Adds `shouldMaximize` flag to `m...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8290#discussion_r37424665 --- Diff: mllib/src/main/scala/org/apache/spark/ml/evaluation/Evaluator.scala --- @@ -46,5 +46,12 @@ abstract class Evaluator extends Params { */

[GitHub] spark pull request: [SPARK-10027] [ML] [PySpark] Add Python API mi...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8313#issuecomment-132635205 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-10027] [ML] [PySpark] Add Python API mi...

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

[GitHub] spark pull request: [SPARK-10108] Add since tags to mllib.feature

2015-08-19 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/8309#issuecomment-132635201 Great. Will update in some time. --- 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: [PARK-6489][SQL] add column pruning for Genera...

2015-08-19 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/8268#issuecomment-132635178 retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-9689][SQL]Fix bug of not invalidate the...

2015-08-19 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8023#discussion_r37427715 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -97,13 +106,13 @@ private[sql] class CacheManager(sqlContext:

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37427695 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala --- @@ -651,7 +689,10 @@ class DistributedLDAModel private[clustering] (

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

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

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132639604 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-6190][core] create LargeByteBuffer for ...

2015-08-19 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/5400#issuecomment-132645948 There was an old thread about how `LargeByteBufferHelperSuite.testMapFiles` and using random number generator instead of repeating the same bytes over and over again --

[GitHub] spark pull request: [SPARK-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread yu-iskw
Github user yu-iskw commented on a diff in the pull request: https://github.com/apache/spark/pull/8288#discussion_r37420351 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala --- @@ -53,32 +54,48 @@ class GaussianMixtureModel(

[GitHub] spark pull request: [SPARK-10060] [ML] [DOC] spark.ml DecisionTree...

2015-08-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8244#issuecomment-132622770 LGTM. Merged into master and branch-1.5. We can update the examples in a separate PR. Thanks! --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-10060] [ML] [DOC] spark.ml DecisionTree...

2015-08-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8244 --- 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-8918] [MLLIB] [DOC] Add @since tags to ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8288#issuecomment-132623638 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-10108] Add since tags to mllib.feature

2015-08-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8309#issuecomment-132624419 @MechCoder Shall we use `@Since` annotation directly? --- 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-10027] [ML] [PySpark] Add Python API mi...

2015-08-19 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/8313 [SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.feature Missing method of ml.feature are listed here: ```StringIndexer``` lacks of parameter ```handleInvalid```.

[GitHub] spark pull request: [SPARK-10027] [ML] [PySpark] Add Python API mi...

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

[GitHub] spark pull request: [SPARK-9895] User Guide for RFormula Feature T...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8293#discussion_r37425852 --- Diff: docs/ml-features.md --- @@ -1386,6 +1386,102 @@ print(output.select(features, clicked).first()) {% endhighlight %} /div /div +##

[GitHub] spark pull request: [SPARK-9895] User Guide for RFormula Feature T...

2015-08-19 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8293#discussion_r37425862 --- Diff: docs/ml-features.md --- @@ -1386,6 +1386,102 @@ print(output.select(features, clicked).first()) {% endhighlight %} /div /div +##

[GitHub] spark pull request: [SPARK-9689][SQL]Fix bug of not invalidate the...

2015-08-19 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8023#discussion_r37427336 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelation.scala --- @@ -160,6 +160,9 @@ private[sql] case

[GitHub] spark pull request: [SPARK-9689][SQL]Fix bug of not invalidate the...

2015-08-19 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8023#discussion_r37427351 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -156,10 +165,27 @@ private[sql] class CacheManager(sqlContext:

[GitHub] spark pull request: [SPARK-10110][ML] StringIndexer lacks of param...

2015-08-19 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/8310#discussion_r37428210 --- Diff: python/pyspark/ml/feature.py --- @@ -790,18 +790,22 @@ class StringIndexer(JavaEstimator, HasInputCol, HasOutputCol): [(0, 0.0), (1,

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

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

[GitHub] spark pull request: [SPARK-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132643435 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-6190][core] create LargeByteBuffer for ...

2015-08-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5400#issuecomment-132644836 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-10084] [MLlib] [Doc] Add Python example...

2015-08-19 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8279#issuecomment-132646925 LGTM. Merged into master and branch-1.5. Thanks! (Skipped Jenkins because this is doc-only.) --- If your project is set up for it, you can reply to this email and have

<    1   2   3   4   5   6   7   8   9   >