aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5735] Replace uses of EasyMock with MockitoJosh Rosen2015-02-136-251/+207
* [SPARK-5783] Better eventlog-parsing error messagesRyan Williams2015-02-134-7/+11
* [SPARK-5503][MLLIB] Example code for Power Iteration Clusteringsboeschhuawei2015-02-131-0/+160
* [SPARK-5732][CORE]:Add an option to print the spark version in spark script.uncleGen2015-02-132-3/+19
* [SPARK-4832][Deploy]some other processes might take the daemon pidWangTaoTheTonic2015-02-131-9/+11
* [SQL] Fix docs of SQLContext.tablesYin Huai2015-02-121-6/+6
* [SPARK-3365][SQL]Wrong schema generated for List typetianyi2015-02-122-15/+20
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-126-0/+265
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-1212-14/+9
* [SPARK-5335] Fix deletion of security groups within a VPCVladimir Grigor2015-02-121-3/+4
* [SPARK-5755] [SQL] remove unnecessary AddDaoyuan Wang2015-02-121-1/+1
* [SPARK-5573][SQL] Add explode to dataframesMichael Armbrust2015-02-125-2/+119
* [SPARK-5758][SQL] Use LongType as the default type for integers in JSON schem...Yin Huai2015-02-123-13/+17
* [SPARK-5780] [PySpark] Mute the logging during unit testsDavies Liu2015-02-121-1/+1
* SPARK-5747: Fix wordsplitting bugs in make-distribution.shDavid Y. Ross2015-02-121-10/+10
* [SPARK-5759][Yarn]ExecutorRunnable should catch YarnException while NMClient ...lianhuiwang2015-02-121-2/+8
* [SPARK-5760][SPARK-5761] Fix standalone rest protocol corner cases + revamp t...Andrew Or2015-02-123-239/+589
* [SPARK-5762] Fix shuffle write time for sort-based shuffleKay Ousterhout2015-02-121-0/+3
* [SPARK-5765][Examples]Fixed word split problem in run-example and compute-cla...Venkata Ramana Gollamudi2015-02-122-4/+4
* [SPARK-5645] Added local read bytes/time to task metricsKay Ousterhout2015-02-1213-28/+125
* [SQL] Improve error messagesMichael Armbrust2015-02-1214-103/+164
* [SQL][DOCS] Update sql documentationAntonio Navarro Perez2015-02-121-84/+84
* [SPARK-5757][MLLIB] replace SQL JSON usage in model import/export by json4sXiangrui Meng2015-02-1215-127/+92
* [SPARK-5655] Don't chmod700 application files if running in YARNAndrew Rowson2015-02-121-8/+3
* [SQL] Make dataframe more tolerant of being serializedMichael Armbrust2015-02-114-4/+15
* [SQL] Two DataFrame fixes.Reynold Xin2015-02-115-57/+119
* [SPARK-3688][SQL] More inline comments for LogicalPlan.Reynold Xin2015-02-115-42/+115
* [SPARK-3688][SQL]LogicalPlan can't resolve column correctllytianyi2015-02-117-18/+42
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-117-30/+40
* Remove outdated remark about take(n).Daniel Darabos2015-02-111-1/+1
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-115-50/+155
* [SPARK-5733] Error Link in Pagination of HistroyPage when showing Incomplete ...guliangliang2015-02-111-4/+7
* SPARK-5727 [BUILD] Deprecate Debian packagingSean Owen2015-02-112-0/+20
* SPARK-5728 [STREAMING] MQTTStreamSuite leaves behind ActiveMQ database filesSean Owen2015-02-111-0/+1
* [SPARK-4964] [Streaming] refactor createRDD to take leaders via map instead o...cody koeninger2015-02-114-66/+287
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-02-1128-28/+28
* Preparing Spark release v1.3.0-snapshot1Patrick Wendell2015-02-1128-28/+28
* Revert "Preparing Spark release v1.3.0-snapshot1"Patrick Wendell2015-02-1028-28/+28
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-02-1028-28/+28
* HOTFIX: Adding Junit to Hive tests for Maven buildPatrick Wendell2015-02-101-0/+5
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-02-1128-28/+28
* Preparing Spark release v1.3.0-snapshot1Patrick Wendell2015-02-1128-28/+28
* HOTFIX: Java 6 compilation error in Spark SQLPatrick Wendell2015-02-102-2/+2
* Revert "Preparing Spark release v1.3.0-snapshot1"Patrick Wendell2015-02-1028-28/+28
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-02-1028-28/+28
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-02-1128-28/+28
* Preparing Spark release v1.3.0-snapshot1Patrick Wendell2015-02-1128-28/+28
* Updating versions for Spark 1.3Patrick Wendell2015-02-103-3/+5
* [SPARK-5714][Mllib] Refactor initial step of LDA to remove redundant operationsLiang-Chi Hsieh2015-02-101-24/+13
* [SPARK-5702][SQL] Allow short names for built-in data sources.Reynold Xin2015-02-104-48/+90