spark git commit: [SPARK-10670] [ML] [Doc] add api reference for ml doc

2015-09-28 Thread meng
Repository: spark Updated Branches: refs/heads/master bf4199e26 -> 9b9fe5f7b [SPARK-10670] [ML] [Doc] add api reference for ml doc jira: https://issues.apache.org/jira/browse/SPARK-10670 In the Markdown docs for the spark.ml Programming Guide, we have code examples with codetabs for each

spark git commit: [SPARK-10395] [SQL] Simplifies CatalystReadSupport

2015-09-28 Thread davies
Repository: spark Updated Branches: refs/heads/master 353c30bd7 -> 14978b785 [SPARK-10395] [SQL] Simplifies CatalystReadSupport Please refer to [SPARK-10395] [1] for details. [1]: https://issues.apache.org/jira/browse/SPARK-10395 Author: Cheng Lian Closes #8553 from

spark git commit: [SPARK-10859] [SQL] fix stats of StringType in columnar cache

2015-09-28 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 14978b785 -> ea02e5513 [SPARK-10859] [SQL] fix stats of StringType in columnar cache The UTF8String may come from UnsafeRow, then underline buffer of it is not copied, so we should clone it in order to hold it in Stats. cc yhuai Author:

spark git commit: [SPARK-10859] [SQL] fix stats of StringType in columnar cache

2015-09-28 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 de259316b -> a36784083 [SPARK-10859] [SQL] fix stats of StringType in columnar cache The UTF8String may come from UnsafeRow, then underline buffer of it is not copied, so we should clone it in order to hold it in Stats. cc yhuai

spark git commit: Fix two mistakes in programming-guide page

2015-09-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master fb4c7be74 -> b58249930 Fix two mistakes in programming-guide page seperate -> separate sees -> see Author: David Martin Closes #8928 from dmartinpro/patch-1. Project:

[2/2] spark git commit: [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE

2015-09-28 Thread srowen
[SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE In the course of https://issues.apache.org/jira/browse/LEGAL-226 it came to light that the guidance at http://www.apache.org/dev/licensing-howto.html#permissive-deps means that permissively-licensed dependencies has a different

[2/2] spark git commit: [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE

2015-09-28 Thread srowen
[SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE In the course of https://issues.apache.org/jira/browse/LEGAL-226 it came to light that the guidance at http://www.apache.org/dev/licensing-howto.html#permissive-deps means that permissively-licensed dependencies has a different

[1/2] spark git commit: [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE

2015-09-28 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 a36784083 -> 9b3014bc4 http://git-wip-us.apache.org/repos/asf/spark/blob/9b3014bc/licenses/LICENSE-jpmml-model.txt -- diff --git a/licenses/LICENSE-jpmml-model.txt

[1/2] spark git commit: [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE

2015-09-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master ea02e5513 -> bf4199e26 http://git-wip-us.apache.org/repos/asf/spark/blob/bf4199e2/licenses/LICENSE-jquery.txt -- diff --git a/licenses/LICENSE-jquery.txt

spark git commit: [SPARK-10812] [YARN] Spark hadoop util support switching to yarn

2015-09-28 Thread vanzin
Repository: spark Updated Branches: refs/heads/master b58249930 -> d8d50ed38 [SPARK-10812] [YARN] Spark hadoop util support switching to yarn While this is likely not a huge issue for real production systems, for test systems which may setup a Spark Context and tear it down and stand up a

spark git commit: [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidate the codes

2015-09-28 Thread vanzin
Repository: spark Updated Branches: refs/heads/master d8d50ed38 -> 353c30bd7 [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidate the codes This bug is introduced in [SPARK-9092](https://issues.apache.org/jira/browse/SPARK-9092), `targetExecutorNumber` should use

spark git commit: [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidate the codes

2015-09-28 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-1.5 e0c3212a9 -> de259316b [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidate the codes This bug is introduced in [SPARK-9092](https://issues.apache.org/jira/browse/SPARK-9092), `targetExecutorNumber` should