aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4896] don’t redundantly overwrite executor JAR depsRyan Williams2014-12-191-63/+107
* [SPARK-4889] update history server example cmdsRyan Williams2014-12-191-4/+5
* Small refactoring to pass SparkEnv into Executor rather than creating SparkEn...Reynold Xin2014-12-195-63/+52
* SPARK-3428. TaskMetrics for running tasks is missing GC time metricsSandy Ryza2014-12-181-2/+7
* [SPARK-4674] Refactor getCallSiteLiang-Chi Hsieh2014-12-181-22/+22
* [SPARK-4754] Refactor SparkContext into ExecutorAllocationClientAndrew Or2014-12-184-15/+59
* [SPARK-4837] NettyBlockTransferService should use spark.blockManager.port configAaron Davidson2014-12-181-1/+1
* SPARK-4743 - Use SparkEnv.serializer instead of closureSerializer in aggregat...Ivan Vergiliev2014-12-181-4/+4
* [SPARK-4884]: Improve Partition docsMadhu Siddalingaiah2014-12-181-2/+2
* [SPARK-3607] ConnectionManager threads.max configs on the thread pools don't ...Ilya Ganelin2014-12-181-9/+18
* [SPARK-4595][Core] Fix MetricsServlet not work issueSaisai Shao2014-12-177-11/+28
* [SPARK-4437] update doc for WholeCombineFileRecordReaderDavies Liu2014-12-162-30/+25
* [SPARK-4792] Add error message when making local dir unsuccessfullymeiyoula2014-12-151-2/+4
* [Minor][Core] fix comments in MapOutputTrackerwangfei2014-12-151-10/+10
* SPARK-785 [CORE] ClosureCleaner not invoked on most PairRDDFunctionsSean Owen2014-12-151-1/+4
* [SPARK-4668] Fix some documentation typos.Ryan Williams2014-12-157-27/+41
* [SPARK-1037] The name of findTaskFromList & findTask in TaskSetManager.scala ...Ilya Ganelin2014-12-151-11/+11
* [CORE]codeStyle: uniform ConcurrentHashMap define in StorageLevel.scala with ...Zhang, Liye2014-12-101-2/+2
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2014-12-102-16/+22
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2014-12-101-4/+6
* [SPARK-4215] Allow requesting / killing executors only in YARN modeAndrew Or2014-12-102-1/+10
* [SPARK-4329][WebUI] HistoryPage pagenationKousuke Saruta2014-12-101-4/+37
* [SPARK-4772] Clear local copies of accumulators as soon as we're done with themNathan Kronenfeld2014-12-092-7/+10
* [Minor] Use <sup> tag for help icon in web UI page headerJosh Rosen2014-12-091-1/+3
* SPARK-4567. Make SparkJobInfo and SparkStageInfo serializableSandy Ryza2014-12-092-2/+6
* [SPARK-4714] BlockManager.dropFromMemory() should check whether block has bee...hushan[胡珊]2014-12-091-1/+3
* [SPARK-4765] Make GC time always shown in UI.Kay Ousterhout2014-12-093-13/+5
* [SPARK-4691][shuffle] Restructure a few lines in shuffle codemaji20142014-12-093-7/+4
* SPARK-3926 [CORE] Reopened: result of JavaRDD collectAsMap() is not serializableSean Owen2014-12-082-2/+73
* [SPARK-4750] Dynamic allocation - synchronize killsAndrew Or2014-12-081-1/+1
* [SPARK-4764] Ensure that files are fetched atomicallyChristophe Préaud2014-12-081-2/+1
* [SPARK-4005][CORE] handle message replies in receive instead of in the indivi...Zhang, Liye2014-12-051-10/+7
* [SPARK-4397] Move object RDD to the front of RDD.scala.Reynold Xin2014-12-042-11/+26
* [SPARK-4459] Change groupBy type parameter from K to USaldanha2014-12-042-7/+51
* [SPARK-4253] Ignore spark.driver.host in yarn-cluster and standalone-cluster ...WangTaoTheTonic2014-12-041-0/+5
* [SPARK-4719][API] Consolidate various narrow dep RDD classes with MapPartitio...Reynold Xin2014-12-0410-245/+55
* [SPARK-4085] Propagate FetchFailedException when Spark fails to read local sh...Reynold Xin2014-12-033-13/+40
* [SPARK-4498][core] Don't transition ExecutorInfo to RUNNING until Driver adds...Mark Hamstra2014-12-032-2/+1
* [SPARK-4715][Core] Make sure tryToAcquire won't return a negative valuezsxwing2014-12-032-3/+19
* [SPARK-4397][Core] Change the 'since' value of '@deprecated' to '1.3.0'zsxwing2014-12-031-18/+18
* [SPARK-4672][Core]Checkpoint() should clear f to shorten the serialization chainJerryLead2014-12-021-3/+6
* [SPARK-4397][Core] Cleanup 'import SparkContext._' in corezsxwing2014-12-0236-44/+8
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-012-2/+1
* [SPARK-4664][Core] Throw an exception when spark.akka.frameSize > 2047zsxwing2014-12-011-1/+8
* [SPARK-4623]Add the some error infomation if using spark-sql in yarn-cluster ...carlmartin2014-11-301-0/+9
* SPARK-2143 [WEB UI] Add Spark version to UI footerSean Owen2014-11-301-0/+10
* [SPARK-4505][Core] Add a ClassTag parameter to CompactBuffer[T]zsxwing2014-11-291-8/+10
* Include the key name when failing on an invalid value.Stephen Haberman2014-11-291-1/+1
* [SPARK-4597] Use proper exception and reset variable in Utils.createTempDir()Liang-Chi Hsieh2014-11-281-1/+1
* [SPARK-4619][Storage]delete redundant time suffixmaji20142014-11-281-1/+1