aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2911] apply parent[T](j) to clarify UnionRDD codeErik Erlandson2014-08-081-2/+1
* [Web UI]Make decision order of Worker's WebUI port consistent with Master'sWangTao2014-08-083-10/+10
* [SPARK-2897][SPARK-2920]TorrentBroadcast does use the serializer class specif...GuoQiang Li2014-08-082-8/+33
* [SPARK-2911]: provide rdd.parent[T](j) to obtain jth parent RDDErik Erlandson2014-08-072-0/+15
* [SPARK-2904] Remove non-used local variable in SparkSubmitArgumentsKousuke Saruta2014-08-071-1/+0
* SPARK-2565. Update ShuffleReadMetrics as blocks are fetchedSandy Ryza2014-08-0710-64/+84
* SPARK-2787: Make sort-based shuffle write files directly when there's no sort...Matei Zaharia2014-08-075-118/+389
* [SPARK-2887] fix bug of countApproxDistinct() when have more than one partitionDavies Liu2014-08-062-6/+6
* [SPARK-2583] ConnectionManager error reportingKousuke Saruta2014-08-0610-89/+362
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-0610-81/+162
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-062-25/+26
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-0617-81/+233
* SPARK-2294: fix locality inversion bug in TaskManagerCodingCat2014-08-054-120/+203
* [SPARK-2806] core - upgrade to json4s-jackson 3.2.10Anand Avati2014-08-051-1/+1
* SPARK-2869 - Fix tiny bug in JdbcRdd for closing jdbc connectionStephen Boesch2014-08-051-3/+10
* [SPARK-2503] Lower shuffle output buffer (spark.shuffle.file.buffer.kb) to 32KB.Reynold Xin2014-08-054-4/+4
* SPARK-2380: Support displaying accumulator values in the web UIPatrick Wendell2014-08-0512-25/+290
* SPARK-1890 and SPARK-1891- add admin and modify aclsThomas Graves2014-08-055-29/+171
* [SPARK-2856] Decrease initial buffer size for Kryo to 64KB.Reynold Xin2014-08-051-1/+3
* [SPARK-1779] Throw an exception if memory fractions are not between 0 and 1wangfei2014-08-051-0/+14
* [SPARK-2857] Correct properties to set Master / Worker portsAndrew Or2014-08-052-3/+3
* SPARK-2711. Create a ShuffleMemoryManager to track memory for all spilling co...Matei Zaharia2014-08-046-81/+450
* SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove()Matei Zaharia2014-08-041-15/+35
* [SPARK-2323] Exception in accumulator update should not crash DAGScheduler & ...Reynold Xin2014-08-042-10/+10
* SPARK-2792. Fix reading too much or too little data from each stream in Exter...Matei Zaharia2014-08-045-82/+193
* [SPARK-1740] [PySpark] kill the python workerDavies Liu2014-08-033-22/+56
* [Minor] Fixes on top of #1679Andrew Or2014-08-022-10/+6
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-021-3/+7
* [HOTFIX] Do not throw NPE if spark.test.home is not setAndrew Or2014-08-024-5/+10
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-029-20/+13
* [SPARK-2316] Avoid O(blocks) operations in listenersAndrew Or2014-08-0113-176/+843
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-013-29/+16
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-013-16/+29
* [SPARK-2764] Simplify daemon.py process structureJosh Rosen2014-08-011-2/+8
* [SPARK-2116] Load spark-defaults.conf from SPARK_CONF_DIR if setAlbert Chu2014-08-011-0/+11
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-011-20/+49
* SPARK-2791: Fix committing, reverting and state tracking in shuffle file cons...Aaron Davidson2014-08-017-49/+144
* SPARK-1612: Fix potential resource leakszsxwing2014-08-011-13/+22
* [SPARK-2490] Change recursive visiting on RDD dependencies to iterative approachLiang-Chi Hsieh2014-08-011-8/+75
* [SPARK-695] In DAGScheduler's getPreferredLocs, track set of visited partitions.Aaron Staple2014-08-015-7/+37
* SPARK-2099. Report progress while task is running.Sandy Ryza2014-08-0123-157/+460
* [Spark 2557] fix LOCAL_N_REGEX in createTaskScheduler and make local-n and lo...Ye Xianjin2014-08-012-3/+30
* SPARK-2134: Report metrics before application finishesRahul Singhal2014-08-0112-0/+30
* SPARK-983. Support external sorting in sortByKey()Matei Zaharia2014-08-012-12/+20
* [SPARK-2670] FetchFailedException should be thrown when local fetch has failedKousuke Saruta2014-08-012-8/+151
* SPARK-2738. Remove redundant imports in BlockManagerSuiteSandy Ryza2014-07-311-3/+0
* [SPARK-2702][Core] Upgrade Tachyon dependency to 0.5.0Haoyuan Li2014-07-311-2/+2
* SPARK-2282: Reuse Socket for sending accumulator updates to PysparkAaron Davidson2014-07-311-5/+15
* SPARK-2740: allow user to specify ascending and numPartitions for sortBy...Rui Li2014-07-311-0/+11
* SPARK-2646. log4j initialization not quite compatible with log4j 2.xSean Owen2014-07-311-11/+12