aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-1264-293/+164
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-1111-681/+5
* [SPARK-14554][SQL] disable whole stage codegen if there are too many input co...Wenchen Fan2016-04-112-2/+11
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-111-24/+26
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-1112-206/+360
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-122-0/+4
* [SPARK-14520][SQL] Use correct return type in VectorizedParquetInputFormatLiang-Chi Hsieh2016-04-111-2/+2
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-1124-36/+138
* [SPARK-10521][SQL] Utilize Docker for test DB2 JDBC Dialect supportLuciano Resende2016-04-118-4/+215
* [SPARK-14298][ML][MLLIB] Add unit test for EM LDA disable checkpointingYanbo Liang2016-04-111-0/+11
* [SPARK-13600][MLLIB] Use approxQuantile from DataFrame stats in QuantileDiscr...Oliver Pierson2016-04-112-169/+65
* [SPARK-14494][SQL] Fix the race conditions in MemoryStream and MemorySinkShixiong Zhu2016-04-111-9/+16
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-112-0/+119
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-112-5/+9
* [SPARK-14462][ML][MLLIB] Add the mllib-local build to maven pomDB Tsai2016-04-117-4/+167
* [SPARK-14510][MLLIB] Add args-checking for LDA and StreamingKMeansZheng RuiFeng2016-04-112-3/+17
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-1175-240/+296
* [SPARK-14372][SQL] Dataset.randomSplit() needs a Java versionRekha Joshi2016-04-112-1/+26
* [MINOR][DOCS] Fix wrong data types in JSON Datasets example.Dongjoon Hyun2016-04-111-4/+4
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-1012-24/+24
* [SPARK-14419] [MINOR] coding style cleanupDavies Liu2016-04-102-24/+13
* [SPARK-14415][SQL] All functions should show usages by command `DESC FUNCTION`Dongjoon Hyun2016-04-1028-25/+489
* Update KMeansExample.scalaÖrjan Lundberg2016-04-101-1/+1
* [SPARK-14497][ML] Use top instead of sortBy() to get top N frequent words as ...fwang12016-04-102-13/+8
* [SPARK-14357][CORE] Properly handle the root cause being a commit denied exce...Jason Moore2016-04-093-1/+93
* [SPARK-14455][STREAMING] Fix NPE in allocatedExecutors when calling in receiv...jerryshao2016-04-092-4/+31
* [SPARK-14506][SQL] HiveClientImpl's toHiveTable misses a table property for e...Yin Huai2016-04-092-2/+20
* [SPARK-14465][BUILD] Checkstyle should check all Java filesDongjoon Hyun2016-04-095-18/+17
* [SPARK-14301][EXAMPLES] Java examples code merge and clean up.Yong Tang2016-04-108-534/+16
* [SPARK-13687][PYTHON] Cleanup PySpark parallelize temporary filesHolden Karau2016-04-102-9/+20
* [SPARK-14217] [SQL] Fix bug if parquet data has columns that use dictionary e...Nong Li2016-04-092-54/+78
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-099-361/+602
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-0916-63/+376
* [SPARK-14481][SQL] Issue Exceptions for All Unsupported Options during Parsinggatorsmile2016-04-096-15/+81
* Revert "[SPARK-14462][ML][MLLIB] add the mllib-local build to maven pom"Xiangrui Meng2016-04-097-174/+4
* [SPARK-14335][SQL] Describe function command returns wrong outputYong Tang2016-04-093-21/+86
* Revert "[SPARK-14419] [SQL] Improve HashedRelation for key fit within Long"Davies Liu2016-04-098-633/+346
* [SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScalerZheng RuiFeng2016-04-094-0/+155
* [SPARK-14462][ML][MLLIB] add the mllib-local build to maven pomDB Tsai2016-04-097-4/+174
* [SPARK-14496][SQL] fix some javadoc typosbomeng2016-04-092-2/+2
* [SPARK-14392][ML] CountVectorizer Estimator should include binary toggle Paramwm624@hotmail.com2016-04-092-20/+34
* [SPARK-14419] [SQL] Improve HashedRelation for key fit within LongDavies Liu2016-04-098-346/+633
* [SPARK-14451][SQL] Move encoder definition into Aggregator interfaceReynold Xin2016-04-097-127/+113
* [SPARK-14482][SQL] Change default Parquet codec from gzip to snappyReynold Xin2016-04-084-33/+65
* [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docsJoseph K. Bradley2016-04-0812-42/+97
* [SPARK-14454] Better exception handling while marking tasks as failedSameer Agarwal2016-04-084-57/+65
* [SPARK-14437][CORE] Use the address that NettyBlockTransferService listens to...Shixiong Zhu2016-04-088-14/+20
* [SPARK-11416][BUILD] Update to Chill 0.8.0 & Kryo 3.0.3Josh Rosen2016-04-087-54/+28
* [SPARK-14435][BUILD] Shade Kryo in our custom Hive 1.2.1 forkJosh Rosen2016-04-083-35/+12
* [SPARK-14394][SQL] Generate AggregateHashMap class for LongTypes during Tungs...Sameer Agarwal2016-04-082-3/+210