aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4304] [PySpark] Fix sort on empty RDDDavies Liu2014-11-072-0/+5
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-11-070-0/+0
* Update JavaCustomReceiver.javaxiao3212014-11-071-1/+1
* [SPARK-4292][SQL] Result set iterator bug in JDBC/ODBCwangfei2014-11-073-6/+27
* [SPARK-4203][SQL] Partition directories in random order when inserting into h...Matthew Taylor2014-11-072-4/+43
* [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.Takuya UESHIN2014-11-072-1/+3
* [SPARK-4272] [SQL] Add more unwrapper functions for primitive type in TableRe...Cheng Hao2014-11-072-4/+15
* [SPARK-4213][SQL] ParquetFilters - No support for LT, LTE, GT, GTE operatorsKousuke Saruta2014-11-072-11/+364
* [SQL] Modify keyword val location according to orderingJacky Li2014-11-071-1/+1
* [SQL] Support ScalaReflection of schema in different universesMichael Armbrust2014-11-071-3/+15
* [SPARK-4225][SQL] Resorts to SparkContext.version to inspect Spark versionCheng Lian2014-11-072-24/+12
* [SQL][DOC][Minor] Spark SQL Hive now support dynamic partitioningwangfei2014-11-071-1/+0
* [SPARK-4187] [Core] Switch to binary protocol for external shuffle service me...Aaron Davidson2014-11-0730-284/+640
* [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner e...zsxwing2014-11-0612-30/+148
* [SPARK-4236] Cleanup removed applications' files in shuffle serviceAaron Davidson2014-11-068-22/+319
* [SPARK-4188] [Core] Perform network-level retry of shuffle file fetchesAaron Davidson2014-11-0616-45/+668
* [SPARK-4277] Support external shuffle service on Standalone WorkerAaron Davidson2014-11-066-26/+79
* [SPARK-3797] Minor addendum to Yarn shuffle serviceAndrew Or2014-11-064-26/+28
* [HOT FIX] Make distribution failsAndrew Or2014-11-061-3/+0
* [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphxlianhuiwang2014-11-061-2/+2
* [SPARK-4264] Completion iterator should only invoke callback onceAaron Davidson2014-11-062-1/+51
* [SPARK-4186] add binaryFiles and binaryRecords in PythonDavies Liu2014-11-065-22/+90
* [SPARK-4255] Fix incorrect table stripingKay Ousterhout2014-11-062-5/+2
* [SPARK-4137] [EC2] Don't change working dir on userNicholas Chammas2014-11-052-3/+17
* [SPARK-4262][SQL] add .schemaRDD to JavaSchemaRDDXiangrui Meng2014-11-051-0/+3
* [SPARK-4254] [mllib] MovieLensALS bug fixJoseph K. Bradley2014-11-051-1/+3
* [SPARK-4158] Fix for missing resources.Brenden Matthews2014-11-052-4/+2
* SPARK-3223 runAsSparkUser cannot change HDFS write permission properly i...Jongyoul Lee2014-11-052-2/+2
* SPARK-4040. Update documentation to exemplify use of local (n) value, fo...jay@apache.org2014-11-052-7/+17
* [SPARK-3797] Run external shuffle service in Yarn NMAndrew Or2014-11-0512-16/+483
* SPARK-4222 [CORE] use readFully in FixedLengthBinaryRecordReaderindustrial-sloth2014-11-051-1/+1
* [SPARK-3984] [SPARK-3983] Fix incorrect scheduler delay and display task dese...Kay Ousterhout2014-11-054-3/+36
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-0515-23/+272
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-057-206/+462
* [SPARK-4029][Streaming] Update streaming driver to reliably save and recover ...Tathagata Das2014-11-058-89/+597
* [SPARK-3964] [MLlib] [PySpark] add Hypothesis test Python APIDavies Liu2014-11-045-4/+219
* [SQL] Add String option for DSL ASMichael Armbrust2014-11-041-1/+2
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-0437-392/+1257
* [Spark-4060] [MLlib] exposing special rdd functions to the publicNiklas Wilcke2014-11-044-11/+13
* fixed MLlib Naive-Bayes java example bugDariusz Kobylarz2014-11-041-3/+3
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-0314-338/+201
* [SPARK-4166][Core] Add a backward compatibility test for ExecutorLostFailurezsxwing2014-11-031-0/+9
* [SPARK-4163][Core] Add a backward compatibility test for FetchFailedzsxwing2014-11-031-0/+11
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-038-6/+353
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-037-5/+375
* [FIX][MLLIB] fix seed in BaggedPointSuiteXiangrui Meng2014-11-031-5/+5
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-0313-7/+247
* [SPARK-4168][WebUI] web statges number should show correctly when stages are ...Zhang, Liye2014-11-032-4/+15
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-032-262/+316
* SPARK-4178. Hadoop input metrics ignore bytes read in RecordReader insta...Sandy Ryza2014-11-033-25/+53