aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-2664. Deal with `--conf` options in spark-submit that relate to fl...Sandy Ryza2014-07-313-15/+38
* SPARK-2028: Expose mapPartitionsWithInputSplit in HadoopRDDAaron Davidson2014-07-317-11/+222
* [SPARK-2737] Add retag() method for changing RDDs' ClassTags.Josh Rosen2014-07-303-0/+42
* [SPARK-2340] Resolve event logging and History Server paths properlyAndrew Or2014-07-307-29/+28
* [SPARK-2758] UnionRDD's UnionPartition should not reference parent RDDsReynold Xin2014-07-302-11/+42
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-3030-153/+1962
* SPARK-2749 [BUILD]. Spark SQL Java tests aren't compiling in Jenkins' Maven b...Sean Owen2014-07-301-0/+5
* [SPARK-2024] Add saveAsSequenceFile to PySparkKan Zhang2014-07-304-94/+365
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task)Reynold Xin2014-07-3012-302/+198
* SPARK-2543: Allow user to set maximum Kryo buffer sizeKoert Kuipers2014-07-302-1/+32
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-301-1/+2