aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6736][GraphX][Doc]Example of Graph#aggregateMessages has errorSasaki Toru2015-04-071-1/+1
* [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.pyMatt Aasted2015-04-061-1/+1
* [SPARK-6716] Change SparkContext.DRIVER_IDENTIFIER from <driver> to driverJosh Rosen2015-04-063-2/+21
* [Minor] [SQL] [SPARK-6729] Minor fix for DriverQuirks getVolodymyr Lyubinets2015-04-061-2/+2
* [MLlib] [SPARK-6713] Iterators in columnSimilarities for mapPartitionsWithIndexReza Zadeh2015-04-061-10/+9
* SPARK-6569 [STREAMING] Down-grade same-offset message in Kafka streaming to INFOSean Owen2015-04-061-1/+1
* [SPARK-6673] spark-shell.cmd can't start in Windows even when spark was builtMasayoshi TSUZUKI2015-04-064-6/+62
* [SPARK-6602][Core] Update MapOutputTrackerMasterActor to MapOutputTrackerMast...zsxwing2015-04-057-212/+221
* [SPARK-6262][MLLIB]Implement missing methods for MultivariateStatisticalSummarylewuathe2015-04-052-0/+12
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-0430-542/+616
* [SPARK-6607][SQL] Check invalid characters for Parquet schema and show error ...Liang-Chi Hsieh2015-04-052-0/+30
* [SQL] Use path.makeQualified in newParquet.Yin Huai2015-04-041-1/+2
* [SPARK-6700] disable flaky testDavies Liu2015-04-031-1/+2
* [SPARK-6647][SQL] Make trait StringComparison as BinaryPredicate and fix unit...Liang-Chi Hsieh2015-04-032-14/+25
* [SPARK-6688] [core] Always use resolved URIs in EventLoggingListener.Marcelo Vanzin2015-04-036-19/+30
* Closes #3158Reynold Xin2015-04-030-0/+0
* [SPARK-6640][Core] Fix the race condition of creating HeartbeatReceiver and r...zsxwing2015-04-032-9/+33
* [SPARK-6492][CORE] SparkContext.stop() can deadlock when DAGSchedulerEventPro...Ilya Ganelin2015-04-032-29/+34
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-044-69/+167
* [Minor][SQL] Fix typoLiang-Chi Hsieh2015-04-031-1/+1
* [SPARK-6615][MLLIB] Python API for Word2Veclewuathe2015-04-033-7/+64
* [MLLIB] Remove println in LogisticRegression.scalaOmede Firouz2015-04-031-1/+0
* [SPARK-6560][CORE] Do not suppress exceptions from writer.write.Stephen Haberman2015-04-0312-62/+118
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-0346-142/+170
* [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-36/+49
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-022-2/+10
* [SPARK-6243][SQL] The Operation of match did not conside the scenarios that o...DoingDone92015-04-021-0/+1
* [SQL][Minor] Use analyzed logical instead of unresolved in HiveComparisonTestCheng Hao2015-04-021-2/+2
* [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-9/+25
* [SPARK-6667] [PySpark] remove setReuseAddressDavies Liu2015-04-022-1/+1
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-027-8/+37
* [SPARK-6627] Some clean-up in shuffle code.Patrick Wendell2015-04-0112-51/+51
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-0116-213/+220
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet 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-6580] [MLLIB] Optimize LogisticRegressionModel.predictPointYanbo Liang2015-04-011-29/+26
* [SPARK-6576] [MLlib] [PySpark] DenseMatrix in PySpark should support indexingMechCoder2015-04-012-0/+17
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-013-84/+60