[GitHub] spark pull request: [SPARK-11996][Core]Make the executor thread du...

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

[GitHub] spark pull request: [SPARK-11638] [Mesos + Docker Bridge networkin...

2015-11-26 Thread skonto
Github user skonto commented on the pull request: https://github.com/apache/spark/pull/9608#issuecomment-159863822 I verified the example for spark version spark 1.5.1. It seems to work fine. It makes possible the bidirectional communication between mesos master/notebook within a

[GitHub] spark pull request: [SPARK-11973][SQL] Improve optimizer code read...

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

[GitHub] spark pull request: [SPARK-11973][SQL] Improve optimizer code read...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9995#issuecomment-159865452 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-11973][SQL] Improve optimizer code read...

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

[GitHub] spark pull request: [SPARK-11932][Mllib] Word2VecModel load and sa...

2015-11-26 Thread tmnd1991
Github user tmnd1991 commented on the pull request: https://github.com/apache/spark/pull/9989#issuecomment-159866134 I explained it on the Jira issue, I'm going to explain it again here: Since `spark.kryoserializer.buffer.max` defaults to 64MB, I decided to increase the number of

[GitHub] spark pull request: [SPARK-11638] [Mesos + Docker Bridge networkin...

2015-11-26 Thread radekg
Github user radekg commented on the pull request: https://github.com/apache/spark/pull/9608#issuecomment-159867250 @skonto no, the NettyRpcEnv has not been tested yet, let me have a look today / tomorrow. I'll post an update here. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-11932][Mllib] Word2VecModel load and sa...

2015-11-26 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/9989#issuecomment-159867670 @tmnd1991 Yes, I know. I'm suggesting you explain it not in the JIRA or PR, but briefly as comments in the code. `1 << 25` is also 32MB in that it's 2^25. It

[GitHub] spark pull request: [SPARK-7857][MLLIB] Prevent IDFModel from retu...

2015-11-26 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/9843#discussion_r45962467 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/IDF.scala --- @@ -218,7 +218,7 @@ private object IDFModel { newValues(k) =

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159868802 I wonder if this is an actuall improvement. Doing back to back projections also incur a codegen and a runtime cost; which can easily be higher than the cost of

[GitHub] spark pull request: [SPARK-11689] [ML] Add user guide and example ...

2015-11-26 Thread feynmanliang
Github user feynmanliang commented on the pull request: https://github.com/apache/spark/pull/9974#issuecomment-159869256 LGTM, though I didn't know what was wrong with the old PR so this should get a second set of eyes --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

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

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

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

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159870351 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-11982] [SQL] improve performance of car...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9969#issuecomment-159871889 **[Test build #2117 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2117/consoleFull)** for PR 9969 at commit

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159873258 @hvanhovell thanks for comment. It might depend on the real use case. But as I can tell, ScalaUDF will involve transforming internal row to external

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9993#discussion_r45965159 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/UDFSuite.scala --- @@ -233,6 +236,25 @@ class UDFSuite extends QueryTest with SharedSQLContext {

[GitHub] spark pull request: [SPARK-11932][Mllib] Word2VecModel load and sa...

2015-11-26 Thread tmnd1991
Github user tmnd1991 commented on the pull request: https://github.com/apache/spark/pull/9989#issuecomment-159875793 I adjusted the code as you suggested --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

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

[GitHub] spark pull request: SPARK-5106 - Add refresh checkbox on the UI

2015-11-26 Thread jbonofre
Github user jbonofre commented on the pull request: https://github.com/apache/spark/pull/9860#issuecomment-159876556 By the way, what do you think about discussing this on the mailing list in order to see what the users think about this (the Apache way ;)) ? --- If your project is

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159876598 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-11990][SQL] Don't collapse projections ...

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

[GitHub] spark pull request: [SPARK-11997][SQL] NPE when save a DataFrame a...

2015-11-26 Thread dilipbiswal
GitHub user dilipbiswal opened a pull request: https://github.com/apache/spark/pull/10001 [SPARK-11997][SQL] NPE when save a DataFrame as parquet and partitioned by long column Check for partition column null-ability while building the partition spec. You can merge this pull

[GitHub] spark pull request: [SPARK-11997][SQL] NPE when save a DataFrame a...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10001#issuecomment-159877629 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-11997][SQL] NPE when save a DataFrame a...

2015-11-26 Thread dilipbiswal
Github user dilipbiswal commented on the pull request: https://github.com/apache/spark/pull/10001#issuecomment-159877965 @davies Can you please let me know your comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

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

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159878135 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-12011] [SQL] Stddev/Variance etc should...

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

[GitHub] spark pull request: [SPARK-12011] [SQL] Stddev/Variance etc should...

2015-11-26 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/9994#issuecomment-159878319 @davies @rxin --- 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-11990][SQL] Don't collapse projections ...

2015-11-26 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159878354 I think it's hard to tell which one is more expensive, an extra project or an extra udf evaluation? Maybe we shoud let user to decide it, use `udf((x: Int) => x + 1).

[GitHub] spark pull request: [SPARK-11856][SQL] add type cast if the real t...

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

[GitHub] spark pull request: SPARK-5106 - Add refresh checkbox on the UI

2015-11-26 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/9860#issuecomment-159879749 @jbonofre all of the messages are sent to reviews@spark.apache.org, for those that wish to follow. Significant discussions can be pushed over to dev@ or user@, if

[GitHub] spark pull request: [SPARK-11856][SQL] add type cast if the real t...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9840#issuecomment-159880666 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-11856][SQL] add type cast if the real t...

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

[GitHub] spark pull request: [SPARK-11856][SQL] add type cast if the real t...

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

[GitHub] spark pull request: [SPARK-11990][SQL] Don't collapse projections ...

2015-11-26 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159881240 @cloud-fan Hmm, I think that is reverted already? --- 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-11990][SQL] Don't collapse projections ...

2015-11-26 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9993#issuecomment-159882929 Besides, from semantics, I think it is confusing because it is not actually nondeterministic. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-9552] Return "false" while nothing to k...

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

[GitHub] spark pull request: [SPARK-9552] Return "false" while nothing to k...

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

[GitHub] spark pull request: [SPARK-9552] Return "false" while nothing to k...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9796#issuecomment-159884849 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-11996][Core]Make the executor thread du...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9976#issuecomment-159885996 **[Test build #2118 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2118/consoleFull)** for PR 9976 at commit

[GitHub] spark pull request: [SPARK-11982] [SQL] improve performance of car...

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

[GitHub] spark pull request: [SPARK-11982] [SQL] improve performance of car...

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

[GitHub] spark pull request: [SPARK-11982] [SQL] improve performance of car...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9969#issuecomment-159890305 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-11954][SQL] Encoder for JavaBeans

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

[GitHub] spark pull request: [SPARK-11954][SQL] Encoder for JavaBeans

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9937#issuecomment-159891123 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-11954][SQL] Encoder for JavaBeans

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

[GitHub] spark pull request: SPARK-5106 - Add refresh checkbox on the UI

2015-11-26 Thread jbonofre
Github user jbonofre commented on the pull request: https://github.com/apache/spark/pull/9860#issuecomment-159891414 Thoughts ? Do we discuss this on the mailing lists or it's worth to keep it here and close this PR ? --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-11619][SQL] cannot use UDTF in DataFram...

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

[GitHub] spark pull request: [SPARK-11619][SQL] cannot use UDTF in DataFram...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9981#issuecomment-159893336 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-11619][SQL] cannot use UDTF in DataFram...

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

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-26 Thread somideshmukh
GitHub user somideshmukh opened a pull request: https://github.com/apache/spark/pull/10002 [SPARK-11551][DOC][Example]Replace example code in ml-features.md using include_example Made new patch contaning only markdown examples moved to exmaple/folder. Ony three java code were

[GitHub] spark pull request: [SPARK-11689] [ML] Add user guide and example ...

2015-11-26 Thread hhbyyh
Github user hhbyyh commented on the pull request: https://github.com/apache/spark/pull/9974#issuecomment-159897999 @feynmanliang Oh I forgot to add //Examples on and off in JavaLDAExample in the old PR. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-11551][DOC][Example]Replace example cod...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10002#issuecomment-159898150 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-12010][SQL] Spark JDBC requires support...

2015-11-26 Thread CK50
GitHub user CK50 opened a pull request: https://github.com/apache/spark/pull/10003 [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT syntax This PR move the generation of the SQL Insert Statement into JdbcDialect and allows dialects to add column names

[GitHub] spark pull request: [SPARK-12012] [SQL] Show more comprehensive Ph...

2015-11-26 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/10004 [SPARK-12012] [SQL] Show more comprehensive PhysicalRDD metadata when visualizing SQL query plan This PR adds a `private[sql]` method `metadata` to `SparkPlan`, which can be used to describe

[GitHub] spark pull request: [SPARK-12012] [SQL] Show more comprehensive Ph...

2015-11-26 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/10004#issuecomment-159901213 cc @andrewor14 @yhuai --- 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-12010][SQL] Spark JDBC requires support...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10003#issuecomment-159901352 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-12012] [SQL] Show more comprehensive Ph...

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

[GitHub] spark pull request: [SPARK-12012] [SQL] Show more comprehensive Ph...

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

[GitHub] spark pull request: [SPARK-12012] [SQL] Show more comprehensive Ph...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10004#issuecomment-159907707 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-12012] [SQL] Show more comprehensive Ph...

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

[GitHub] spark pull request: [SPARK-11821] Propagate Kerberos keytab for al...

2015-11-26 Thread woj-i
Github user woj-i commented on the pull request: https://github.com/apache/spark/pull/9859#issuecomment-159915514 Thank you @vanzin for your help. I commited the nits in the documentation. --- 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-11960][MLlib][Doc]User guide for stream...

2015-11-26 Thread feynmanliang
GitHub user feynmanliang opened a pull request: https://github.com/apache/spark/pull/10005 [SPARK-11960][MLlib][Doc]User guide for streaming tests CC @jkbradley @mengxr @josepablocam You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-11960][MLlib][Doc]User guide for stream...

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

[GitHub] spark pull request: [SPARK-11821] Propagate Kerberos keytab for al...

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

[GitHub] spark pull request: [SPARK-11627] Add initial input rate limit for...

2015-11-26 Thread BenFradet
Github user BenFradet commented on the pull request: https://github.com/apache/spark/pull/9593#issuecomment-159921616 If you introduce a new configuration property, don't forget to add it to the docs. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-11960][MLlib][Doc]User guide for stream...

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

[GitHub] spark pull request: [SPARK-5337][Mesos][Standalone] respect spark....

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

[GitHub] spark pull request: [SPARK-11960][MLlib][Doc]User guide for stream...

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

[GitHub] spark pull request: [SPARK-11960][MLlib][Doc]User guide for stream...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10005#issuecomment-159924754 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-11958] [SPARK-11957] [ML] [Doc] SQLTran...

2015-11-26 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/10006 [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTransformer user guide and example code SQLTransformer user guide and example code You can merge this pull request into a Git repository by running:

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10006#issuecomment-159929166 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-11958] [SPARK-11957] [ML] [Doc] SQLTran...

2015-11-26 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/10006#issuecomment-159929474 Jenkins, test 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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10006#issuecomment-159936530 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-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [WIP][SPARK-11602] [MLlib] Refine visibility f...

2015-11-26 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/9939#discussion_r45989271 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/PCA.scala --- @@ -105,7 +105,7 @@ object PCA extends DefaultParamsReadable[PCA] { @Experimental

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

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

[GitHub] spark pull request: [SPARK-11958] [SPARK-11957] [ML] [Doc] SQLTran...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10006#issuecomment-159942623 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: [https://issues.apache.org/jira/browse/SPARK-4...

2015-11-26 Thread mnd999
Github user mnd999 commented on the pull request: https://github.com/apache/spark/pull/2633#issuecomment-159947391 Did this ever make it to spark-packages.org? If not, it's a shame, but would not be entirely surprising given how this PR was handled. --- If your project is set up for

[GitHub] spark pull request: [SPARK-11987] Python API update for ChiSqSelec...

2015-11-26 Thread yinxusen
GitHub user yinxusen opened a pull request: https://github.com/apache/spark/pull/10007 [SPARK-11987] Python API update for ChiSqSelector and QuantileDiscretizer https://issues.apache.org/jira/browse/SPARK-11987 For `QuantileDiscretizer`, I add a `QuantileDiscretizerModel`

[GitHub] spark pull request: [SPARK-11987] Python API update for ChiSqSelec...

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

[GitHub] spark pull request: [SPARK-11987] Python API update for ChiSqSelec...

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

[GitHub] spark pull request: [SPARK-11987] Python API update for ChiSqSelec...

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

[GitHub] spark pull request: [SPARK-11987] Python API update for ChiSqSelec...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10007#issuecomment-159952604 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: [WIP][SPARK-11602] [MLlib] Refine visibility f...

2015-11-26 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/9939#discussion_r45995982 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/clustering/BisectingKMeans.scala --- @@ -407,7 +407,7 @@ private object BisectingKMeans extends

[GitHub] spark pull request: [WIP][SPARK-11602] [MLlib] Refine visibility f...

2015-11-26 Thread hhbyyh
Github user hhbyyh commented on the pull request: https://github.com/apache/spark/pull/9939#issuecomment-159958910 This should be all for visibility review. --- 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: [WIP][SPARK-11602] [MLlib] Refine visibility f...

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

[GitHub] spark pull request: [SPARK-12010][SQL] Spark JDBC requires support...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10003#issuecomment-159965340 **[Test build #2119 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2119/consoleFull)** for PR 10003 at commit

[GitHub] spark pull request: [SPARK-12010][SQL] Spark JDBC requires support...

2015-11-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10003#issuecomment-159965856 **[Test build #2119 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2119/consoleFull)** for PR 10003 at commit

[GitHub] spark pull request: [WIP][SPARK-11602] [MLlib] Refine visibility f...

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

[GitHub] spark pull request: [WIP][SPARK-11602] [MLlib] Refine visibility f...

2015-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9939#issuecomment-159966822 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: [WIP][SPARK-11602] [MLlib] Refine visibility f...

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

[GitHub] spark pull request: [SPARK-11700] [SQL] use weak reference to avoi...

2015-11-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/9990#discussion_r45999453 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -45,9 +45,10 @@ import org.apache.spark.sql.execution.datasources._ import

[GitHub] spark pull request: [SPARK-11700] [SQL] use weak reference in Spar...

2015-11-26 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/9990#issuecomment-159967811 @zsxwing The one in SQLContext have a `clearActive` APIs, so I think don't need WeakRef there. --- If your project is set up for it, you can reply to this email and

<    1   2   3   4   5   >