aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.3.1-rc3v1.3.1Patrick Wendell2015-04-1128-28/+28
* Revert "Preparing Spark release v1.3.1-rc2"Patrick Wendell2015-04-1028-28/+28
* Revert "Preparing development version 1.3.2-SNAPSHOT"Patrick Wendell2015-04-1028-28/+28
* [SPARK-6851][SQL] Create new instance for each converted parquet relationMichael Armbrust2015-04-102-1/+80
* [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.Milan Straka2015-04-102-1/+12
* [SPARK-6343] Doc driver-worker network reqsPeter Parente2015-04-093-1/+5
* [SPARK-6767][SQL] Fixed Query DSL error in spark sql ReadmeTijo Thomas2015-04-081-1/+1
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-0812-70/+69
* [SPARK-6753] Clone SparkConf in ShuffleSuite testsKay Ousterhout2015-04-081-2/+2
* [SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed...Marcelo Vanzin2015-04-081-2/+1
* Preparing development version 1.3.2-SNAPSHOTPatrick Wendell2015-04-0828-28/+28
* Preparing Spark release v1.3.1-rc2Patrick Wendell2015-04-0828-28/+28
* Revert "Preparing Spark release v1.3.1-rc1"Patrick Wendell2015-04-0728-28/+28
* Revert "Preparing development version 1.3.2-SNAPSHOT"Patrick Wendell2015-04-0728-28/+28
* [SPARK-6737] Fix memory leak in OutputCommitCoordinatorJosh Rosen2015-04-073-29/+42
* [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.pyMatt Aasted2015-04-061-1/+1
* SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoClassDefFo...Sean Owen2015-04-062-0/+13
* Preparing development version 1.3.2-SNAPSHOTPatrick Wendell2015-04-0428-28/+28
* Preparing Spark release v1.3.1-rc1Patrick Wendell2015-04-0428-28/+28
* Version info and CHANGES.txt for 1.3.1Patrick Wendell2015-04-045-6/+735
* [SQL] Use path.makeQualified in newParquet.Yin Huai2015-04-041-1/+2
* [SPARK-6700] disable flaky testDavies Liu2015-04-031-1/+2
* [SPARK-6688] [core] Always use resolved URIs in EventLoggingListener.Marcelo Vanzin2015-04-036-19/+30
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-033-12/+23
* [SPARK-6621][Core] Fix the bug that calling EventLoop.stop in EventLoop.onRec...zsxwing2015-04-022-3/+87
* [SPARK-6345][STREAMING][MLLIB] Fix for training with predictionfreeman2015-04-025-3/+62
* [CORE] The descriptionof jobHistory config should be spark.history.fs.logDire...KaiXinXiaoLei2015-04-021-1/+1
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-022-6/+167
* [SPARK-6650] [core] Stop ExecutorAllocationManager when context stops.Marcelo Vanzin2015-04-023-35/+48
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-022-2/+10
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-027-8/+37
* [SPARK-6618][SPARK-6669][SQL] Lock Hive metastore client correctly.Yin Huai2015-04-024-27/+53
* [Minor] [SQL] Follow-up of PR #5210Cheng Lian2015-04-021-4/+5
* [SPARK-6655][SQL] We need to read the schema of a data source table stored in...Yin Huai2015-04-022-4/+37
* [SQL] Throw UnsupportedOperationException instead of NotImplementedErrorMichael Armbrust2015-04-022-4/+3
* SPARK-6414: Spark driver failed with NPE on job cancelationHung Lin2015-04-023-14/+25
* [SPARK-6079] Use index to speed up StatusTracker.getJobIdsForGroup()Josh Rosen2015-04-023-6/+51
* [SPARK-6667] [PySpark] remove setReuseAddressDavies Liu2015-04-022-1/+1
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* [SQL] SPARK-6658: Update DataFrame documentation to refer to correct typesChet Mancini2015-04-011-6/+6
* [SPARK-6578] Small rewrite to make the logic more clear in MessageWithHeader....Reynold Xin2015-04-011-20/+23
* [SPARK-6660][MLLIB] pythonToJava doesn't recognize object arraysXiangrui Meng2015-04-012-1/+12
* [SPARK-6553] [pyspark] Support functools.partial as UDFksonj2015-04-012-1/+33
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-013-84/+60
* [SPARK-6578] [core] Fix thread-safety issue in outbound path of network library.Marcelo Vanzin2015-04-017-10/+364
* [SPARK-6657] [Python] [Docs] fixed python doc build warningsJoseph K. Bradley2015-04-012-17/+11
* [SPARK-6651][MLLIB] delegate dense vector arithmetics to the underlying numpy...Xiangrui Meng2015-04-011-1/+37
* SPARK-6626 [DOCS]: Corrected Scala:TwitterUtils parametersjayson2015-04-011-1/+1
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-316-390/+253
* [SPARK-6614] OutputCommitCoordinator should clear authorized committer only a...Josh Rosen2015-03-312-3/+30