aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HOTFIX: Ignore flaky tests in YARNPatrick Wendell2014-09-301-2/+2
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-3014-443/+299
* [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environ...Josh Rosen2014-09-291-4/+1
* [SPARK-3709] Executors don't always report broadcast block removal properly b...Reynold Xin2014-09-292-3/+3
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-299-98/+240
* Minor cleanup of code.Reynold Xin2014-09-293-47/+31
* Fixed the condition in StronglyConnectedComponents Issue: SPARK-3635oded2014-09-291-1/+1
* [graphX] GraphOps: random pick vertex bugyingjieMiao2014-09-291-1/+1
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-2914-299/+443
* Add more debug message for ManagedBufferReynold Xin2014-09-292-6/+51
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-292-1/+56
* [MLlib] [SPARK-2885] DIMSUM: All-pairs similarityReza Zadeh2014-09-295-6/+259
* [EC2] Sort long, manually-inputted dictionariesNicholas Chammas2014-09-291-31/+38
* [CORE] Bugfix: LogErr format in DAGScheduler.scalaZhang, Liye2014-09-291-1/+1
* [EC2] Cleanup Python parens and disk dictNicholas Chammas2014-09-281-30/+30
* [SPARK-1545] [mllib] Add Random ForestsJoseph K. Bradley2014-09-2814-511/+1410
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-285-13/+9
* SPARK-2761 refactor #maybeSpill into SpillableJim Lim2014-09-283-92/+133
* Revert "[SPARK-1021] Defer the data-driven computation of partition bounds in...Reynold Xin2014-09-283-66/+34
* [SPARK-3715][Docs]minor typoWangTaoTheTonic2014-09-281-3/+3
* SPARK-3699: SQL and Hive console tasks now clean up appropriatelyWilliam Benton2014-09-281-2/+4
* Minor fix for the previous commit.Reynold Xin2014-09-272-6/+5
* SPARK-CORE [SPARK-3651] Group common CoarseGrainedSchedulerBackend variables ...Dale2014-09-272-38/+68
* [SPARK-3389] Add Converter for ease of Parquet reading in PySparkUri Laserson2014-09-274-30/+106
* [SPARK-3543] Clean up Java TaskContext implementation.Reynold Xin2014-09-275-29/+22
* [SPARK-3681] [SQL] [PySpark] fix serialization of List and Map in SchemaRDDDavies Liu2014-09-272-27/+34
* [SPARK-3680][SQL] Fix bug caused by eager typing of HiveGenericUDFsMichael Armbrust2014-09-272-5/+12
* [SPARK-3676][SQL] Fix hive test suite failure due to diffs in JDK 1.6/1.7w002289702014-09-273-6/+11
* Docs : use "--total-executor-cores" rather than "--cores" after spark-shellCrazyJvm2014-09-271-1/+1
* Minor cleanup to tighten visibility and remove compilation warning.Reynold Xin2014-09-274-62/+70
* [SPARK-1021] Defer the data-driven computation of partition bounds in so...Erik Erlandson2014-09-263-34/+66
* stop, start and destroy require the EC2_REGIONJeff Steinmetz2014-09-261-10/+19
* [SPARK-3675][SQL] Allow starting a JDBC server on an existing contextMichael Armbrust2014-09-261-1/+14
* [SQL][DOCS] Clarify that the server is for JDBC and ODBCMichael Armbrust2014-09-261-5/+5
* [Build]remove spark-staging-1030wangfei2014-09-261-12/+0
* Slaves file is now a template.Sarah Gerweck2014-09-261-1/+0
* Close #2194.Reynold Xin2014-09-260-0/+0
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-267-131/+284
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-267-127/+7
* [SPARK-3393] [SQL] Align the log4j configuration for Spark & SparkSQLCLICheng Hao2014-09-261-17/+0
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-263-0/+5
* [SPARK-3476] Remove outdated memory checks in YarnAndrew Or2014-09-261-10/+3
* [SPARK-3695]shuffle fetch fail outputDaoyuan Wang2014-09-261-1/+1
* [SPARK-3614][MLLIB] Add minimumOccurence filtering to IDFRJ Nowling2014-09-264-5/+103
* SPARK-3639 | Removed settings master in examplesaniketbhatnagar2014-09-262-13/+9
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-267-7/+127
* [SPARK-3686][STREAMING] Wait for sink to commit the channel before check...Hari Shreedharan2014-09-254-10/+48
* SPARK-2634: Change MapOutputTrackerWorker.mapStatuses to ConcurrentHashMapzsxwing2014-09-251-1/+7
* [SPARK-3584] sbin/slaves doesn't work when we use password authentication for...Kousuke Saruta2014-09-255-10/+30
* [SPARK-1484][MLLIB] Warn when running an iterative algorithm on uncached data.Aaron Staple2014-09-257-30/+91