aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-08-2824-25/+25
* [maven-release-plugin] prepare release v1.1.0-rc1Patrick Wendell2014-08-2824-25/+25
* Additional CHANGES.txtPatrick Wendell2014-08-281-0/+30
* Revert "[maven-release-plugin] prepare release v1.1.0-rc1"Patrick Wendell2014-08-2824-25/+25
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-08-2824-25/+25
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-284-12/+30
* [SQL] Fixed 2 comment typos in SQLConfCheng Lian2014-08-281-3/+4
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-08-2824-25/+25
* [maven-release-plugin] prepare release v1.1.0-rc1Patrick Wendell2014-08-2824-25/+25
* HOTFIX: Don't build with YARN support for Mapr3Patrick Wendell2014-08-271-1/+1
* [HOTFIX][SQL] Remove cleaning of UDFsMichael Armbrust2014-08-271-3/+0
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-272-11/+17
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-08-2724-25/+25
* [maven-release-plugin] prepare release v1.1.0-rc1Patrick Wendell2014-08-2724-38/+33
* BUILD: Updating CHANGES.txt for Spark 1.1Patrick Wendell2014-08-272-2/+14472
* Add line continuation for script to work w/ py2.7.5Matthew Farrellee2014-08-271-2/+2
* Revert "[maven-release-plugin] prepare release v1.1.0-snapshot2"Patrick Wendell2014-08-2724-33/+38
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-08-2724-25/+25
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-275-8/+23
* [SPARK-3065][SQL] Add locale setting to fix results do not match for udf_unix...luogankun2014-08-271-1/+7
* [SQL] [SPARK-3236] Reading Parquet tables from Metastore mangles locationAaron Davidson2014-08-271-1/+1
* [SPARK-3252][SQL] Add missing condition for testviirya2014-08-271-1/+2
* [SPARK-3243] Don't use stale spark-driver.* system propertiesAndrew Or2014-08-271-10/+9
* Spark-3213 Fixes issue with spark-ec2 not detecting slaves created with "Laun...Vida Ha2014-08-271-20/+25
* [SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single file...chutium2014-08-272-8/+26
* [SPARK-3197] [SQL] Reduce the Expression tree object creations for aggregatio...Cheng Hao2014-08-272-17/+18
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-2725-0/+20
* SPARK-3259 - User data should be given to the masterAllan Douglas R. de Oliveira2014-08-271-1/+2
* [SPARK-2608][Core] Fixed command line option passing issue over Mesos via SPA...Cheng Lian2014-08-272-4/+24
* [SPARK-3239] [PySpark] randomize the dirs for each processDavies Liu2014-08-271-0/+4
* [SPARK-3170][CORE][BUG]:RDD info loss in "StorageTab" and "ExecutorTab"uncleGen2014-08-274-3/+54
* [SPARK-3154][STREAMING] Make FlumePollingInputDStream shutdown cleaner.Hari Shreedharan2014-08-275-86/+236
* [SPARK-3227] [mllib] Added migration guide for v1.0 to v1.1Joseph K. Bradley2014-08-271-1/+27
* [SPARK-2830][MLLIB] doc update for 1.1Xiangrui Meng2014-08-274-86/+87
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-272-2/+10
* [SPARK-3139] Made ContextCleaner to not block on shufflesTathagata Das2014-08-273-7/+26
* HOTFIX: Minor typo in conf templatePatrick Wendell2014-08-261-1/+1
* [SPARK-3167] Handle special driver configs in Windows (Branch 1.1)Andrew Or2014-08-266-26/+95
* [SPARK-3224] FetchFailed reduce stages should only show up once in failed sta...Reynold Xin2014-08-262-14/+59
* Fix unclosed HTML tag in Yarn docs.Josh Rosen2014-08-261-1/+1
* [SPARK-3036][SPARK-3037][SQL] Add MapType/ArrayType containing null value sup...Takuya UESHIN2014-08-264-40/+167
* [Docs] Run tests like in contributing guidenchammas2014-08-261-1/+1
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-263-69/+39
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-2635-123/+166
* [SPARK-2839][MLlib] Stats Toolkit documentation updatedBurak2014-08-261-41/+331
* [SPARK-3226][MLLIB] doc update for native librariesXiangrui Meng2014-08-261-10/+15
* [SPARK-3063][SQL] ExistingRdd should convert Map to catalyst Map.Takuya UESHIN2014-08-262-1/+48
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-267-30/+49
* [SPARK-2871] [PySpark] add histgram() APIDavies Liu2014-08-262-1/+232
* [SPARK-3131][SQL] Allow user to set parquet compression codec for writing Par...chutium2014-08-263-5/+107