spark git commit: [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache"

2016-06-11 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7504bc73f -> 3761330dd [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache" ## What changes were proposed in this pull request? Use new Spark logo including "Apache" (now, with crushed PNGs). Remove old unreferenced logo fil

spark git commit: [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache"

2016-06-11 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 f0fa0a894 -> 4c29c55f2 [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache" ## What changes were proposed in this pull request? Use new Spark logo including "Apache" (now, with crushed PNGs). Remove old unreferenced logo

spark git commit: [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documents

2016-06-11 Thread srowen
Repository: spark Updated Branches: refs/heads/master 3761330dd -> ad102af16 [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documents ## What changes were proposed in this pull request? This issue fixes all broken links on Spark 2.0 preview MLLib documents. Also, this contains some edi

spark git commit: [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documents

2016-06-11 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 4c29c55f2 -> 8cf33fb8a [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documents ## What changes were proposed in this pull request? This issue fixes all broken links on Spark 2.0 preview MLLib documents. Also, this contains some

spark git commit: [SPARK-15585][SQL] Add doc for turning off quotations

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master ad102af16 -> cb5d933d8 [SPARK-15585][SQL] Add doc for turning off quotations ## What changes were proposed in this pull request? This pr is to add doc for turning off quotations because this behavior is different from `com.databricks.spark

spark git commit: [SPARK-15585][SQL] Add doc for turning off quotations

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 8cf33fb8a -> 4c7b208ab [SPARK-15585][SQL] Add doc for turning off quotations ## What changes were proposed in this pull request? This pr is to add doc for turning off quotations because this behavior is different from `com.databricks.s

spark git commit: [SPARK-15881] Update microbenchmark results for WideSchemaBenchmark

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master cb5d933d8 -> 5bb4564cd [SPARK-15881] Update microbenchmark results for WideSchemaBenchmark ## What changes were proposed in this pull request? These were not updated after performance improvements. To make updating them easier, I also mov

spark git commit: [SPARK-15881] Update microbenchmark results for WideSchemaBenchmark

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 4c7b208ab -> 304ec5de3 [SPARK-15881] Update microbenchmark results for WideSchemaBenchmark ## What changes were proposed in this pull request? These were not updated after performance improvements. To make updating them easier, I also

spark git commit: [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.range

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5bb4564cd -> 75705e8db [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.range ## What changes were proposed in this pull request? It's easy for users to call `range(...).as[Long]` to get typed Dataset, and don't worth an

spark git commit: [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.range

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 304ec5de3 -> 0cf31f0c8 [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.range ## What changes were proposed in this pull request? It's easy for users to call `range(...).as[Long]` to get typed Dataset, and don't worth

spark git commit: [SPARK-14851][CORE] Support radix sort with nullable longs

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master 75705e8db -> c06c58bbb [SPARK-14851][CORE] Support radix sort with nullable longs ## What changes were proposed in this pull request? This adds support for radix sort of nullable long fields. When a sort field is null and radix sort is en

spark git commit: [SPARK-14851][CORE] Support radix sort with nullable longs

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 0cf31f0c8 -> beb753004 [SPARK-14851][CORE] Support radix sort with nullable longs ## What changes were proposed in this pull request? This adds support for radix sort of nullable long fields. When a sort field is null and radix sort i

spark git commit: [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrame

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master c06c58bbb -> 3fd2ff4dd [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrame ## What changes were proposed in this pull request? This PR adds `varargs`-types `dropDuplicates` functions in `Dataset/DataFrame`. Currently

spark git commit: [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrame

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 beb753004 -> 7e2bfff20 [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrame ## What changes were proposed in this pull request? This PR adds `varargs`-types `dropDuplicates` functions in `Dataset/DataFrame`. Curre

spark git commit: Revert "[SPARK-14851][CORE] Support radix sort with nullable longs"

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 7e2bfff20 -> 796dd1514 Revert "[SPARK-14851][CORE] Support radix sort with nullable longs" This reverts commit beb75300455a4f92000b69e740256102d9f2d472. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip

spark git commit: [SPARK-15860] Metrics for codegen size and perf

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3fd2ff4dd -> e1f986c7a [SPARK-15860] Metrics for codegen size and perf ## What changes were proposed in this pull request? Adds codahale metrics for the codegen source text size and how long it takes to compile. The size is particularly i

spark git commit: [SPARK-15860] Metrics for codegen size and perf

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 796dd1514 -> ffbc6b796 [SPARK-15860] Metrics for codegen size and perf ## What changes were proposed in this pull request? Adds codahale metrics for the codegen source text size and how long it takes to compile. The size is particular

spark git commit: [SPARK-15840][SQL] Add two missing options in documentation and some option related changes

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/master e1f986c7a -> 9e204c62c [SPARK-15840][SQL] Add two missing options in documentation and some option related changes ## What changes were proposed in this pull request? This PR 1. Adds the documentations for some missing options, `inferSch

spark git commit: [SPARK-15840][SQL] Add two missing options in documentation and some option related changes

2016-06-11 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 ffbc6b796 -> d494a483a [SPARK-15840][SQL] Add two missing options in documentation and some option related changes ## What changes were proposed in this pull request? This PR 1. Adds the documentations for some missing options, `infe