aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14448] Improvements to ColumnVectortedyu2016-04-082-22/+36
* [SPARK-14298][ML][MLLIB] LDA should support disable checkpointYanbo Liang2016-04-082-3/+6
* [BUILD][HOTFIX] Download Maven from regular mirror network rather than archiv...Josh Rosen2016-04-081-1/+1
* [SPARK-12569][PYSPARK][ML] DecisionTreeRegressor: provide variance of predict...wm624@hotmail.com2016-04-083-7/+35
* [SPARK-14373][PYSPARK] PySpark RandomForestClassifier, Regressor support expo...Kai Jiang2016-04-082-4/+26
* [SPARK-14477][BUILD] Allow custom mirrors for downloading artifacts in build/mvnMark Grover2016-04-081-3/+7
* [SPARK-14470] Allow for overriding both httpclient and httpcore versionsAaron Tokhy2016-04-081-1/+2
* [SPARK-14402][HOTFIX] Fix ExpressionDescription annotationJacek Laskowski2016-04-081-3/+3
* [SPARK-14189][SQL] JSON data sources find compatible types even if inferred d...hyukjinkwon2016-04-082-0/+30
* [SPARK-14103][SQL] Parse unescaped quotes in CSV data source.hyukjinkwon2016-04-089-6/+21
* Replace getLocalizedMessage with just normal toString in exception handling i...Reynold Xin2016-04-071-1/+1
* [SPARK-13048][ML][MLLIB] keepLastCheckpoint option for LDA EM optimizerJoseph K. Bradley2016-04-078-32/+194
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-074-8/+27
* [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-073-12/+8
* [DOCS][MINOR] Remove sentence about Mesos not supporting cluster mode.Michael Gummelt2016-04-071-2/+1
* [SPARK-14270][SQL] whole stage codegen support for typed filterWenchen Fan2016-04-0711-15/+342
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-0713-114/+126
* [SPARK-12740] [SPARK-13932] support grouping()/grouping_id() in having/order ...Davies Liu2016-04-073-56/+211
* [SPARK-14456][SQL][MINOR] Remove unused variables and logics in DataSourceKousuke Saruta2016-04-071-10/+0
* [SQL][TESTS] Fix for flaky test in ContinuousQueryManagerSuiteTathagata Das2016-04-071-2/+2
* [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-078-20/+35
* [SPARK-14245][WEB UI] Display the user in the application viewAlex Bozarth2016-04-073-0/+10
* Better host description for multi-master mesosMalte2016-04-071-1/+1
* [SPARK-10063][SQL] Remove DirectParquetOutputCommitterReynold Xin2016-04-076-224/+5
* [SPARK-14452][SQL] Explicit APIs in Scala for specifying encodersReynold Xin2016-04-073-236/+327
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-0619-28/+27