aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[maven-release-plugin] prepare release v1.1.0-rc1"Patrick Wendell2014-08-2824-33/+38
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-08-2824-25/+25
* Adding new CHANGES.txtPatrick Wendell2014-08-281-0/+30
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-285-96/+144
* SPARK-3082. yarn.Client.logClusterResourceDetails throws NPE if requeste...Sandy Ryza2014-08-282-20/+2
* [SPARK-3190] Avoid overflow in VertexRDD.count()Ankur Dave2014-08-281-1/+1
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-283-8/+22
* [SPARK-3150] Fix NullPointerException in in Spark recovery: Add initializing ...Tatiana Borisova2014-08-281-0/+13
* [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-38/+33
* Revert "[maven-release-plugin] prepare release v1.1.0-rc1"Patrick Wendell2014-08-2824-33/+38
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-08-2824-25/+25
* 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
* Revert "Revert "[maven-release-plugin] prepare for next development iteration""Patrick Wendell2014-08-2824-25/+25
* Revert "Revert "[maven-release-plugin] prepare release v1.1.0-rc1""Patrick Wendell2014-08-2824-25/+25
* 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
* [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