spark git commit: [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Alter Database"

2016-03-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/master bc925b73a -> a01b6a92b [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Alter Database" What changes were proposed in this pull request? This PR is to provide native parsing support for two DDL commands:

spark git commit: [SPARK-14157][SQL] Parse Drop Function DDL command

2016-03-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/master b547de8a6 -> bc925b73a [SPARK-14157][SQL] Parse Drop Function DDL command ## What changes were proposed in this pull request? JIRA: https://issues.apache.org/jira/browse/SPARK-14157 We only parse create function command. In order to

spark git commit: [SPARK-14161][SQL] Native Parsing for DDL Command Drop Database

2016-03-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 20c0bcd97 -> 8989d3a39 [SPARK-14161][SQL] Native Parsing for DDL Command Drop Database ### What changes were proposed in this pull request? Based on the Hive DDL document https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL

spark git commit: [SPARK-14175][SQL] whole stage codegen interface refactor

2016-03-26 Thread rxin
Repository: spark Updated Branches: refs/heads/master a91784fb6 -> bd94ea4c8 [SPARK-14175][SQL] whole stage codegen interface refactor ## What changes were proposed in this pull request? 1. merge consumeChild into consume() 2. always generate code for input variables and UnsafeRow, a plan

spark git commit: [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManager

2016-03-26 Thread rxin
Repository: spark Updated Branches: refs/heads/master bd94ea4c8 -> 20c0bcd97 [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManager This patch extends Spark's `UnifiedMemoryManager` to add bookkeeping support for off-heap storage memory, an requirement for enabling

spark git commit: [SPARK-13973][PYSPARK] ipython notebook` is going away

2016-03-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 62a85eb09 -> a91784fb6 [SPARK-13973][PYSPARK] ipython notebook` is going away ## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-13973 ## How was this patch tested? Pyspark Author: Rekha Joshi

spark git commit: [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1, 1.2, 1.3, 1.4, and 1.5

2016-03-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 180846585 -> 62a85eb09 [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1, 1.2, 1.3, 1.4, and 1.5 ## What changes were proposed in this pull request? Removed methods that has been deprecated since 1.1, 1.2, 1.3,

spark git commit: [MINOR] Fix newly added java-lint errors

2016-03-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master d23ad7c1c -> 180846585 [MINOR] Fix newly added java-lint errors ## What changes were proposed in this pull request? This PR fixes some newly added java-lint errors(unused-imports, line-lengsth). ## How was this patch tested? Pass the

spark git commit: [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming-mqtt and streaming-twitter

2016-03-26 Thread rxin
Repository: spark Updated Branches: refs/heads/master 13945dd83 -> d23ad7c1c [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming-mqtt and streaming-twitter ## What changes were proposed in this pull request? This PR removes all docs about the old streaming-akka,