aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12972][CORE] Update org.apache.httpcomponents.httpclientSean Owen2016-05-151-6/+5
* [SPARK-15197][DOCS] Added Scaladoc for countApprox and countByValueApprox par...Nicholas Tietz2016-05-143-2/+53
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-132-2/+2
* [SPARK-13902][SCHEDULER] Make DAGScheduler not to create duplicate stage.Takuya UESHIN2016-05-122-1/+50
* [SPARK-14897][SQL] upgrade to jetty 9.2.16bomeng2016-05-124-31/+37
* [SPARK-15080][CORE] Break copyAndReset into copy and resetSandeep Singh2016-05-123-15/+87
* [SPARK-15262] Synchronize block manager / scheduler executor stateAndrew Or2016-05-111-1/+8
* [SPARK-15260] Atomically resize memory poolsAndrew Or2016-05-114-8/+46
* [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifactcody koeninger2016-05-111-2/+2
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-113-0/+44
* [SPARK-15235][WEBUI] Corresponding row cannot be highlighted even though curs...Kousuke Saruta2016-05-101-2/+2
* [SPARK-15246][SPARK-4452][CORE] Fix code style and improve volatile forLianhui Wang2016-05-102-3/+2
* [SPARK-12837][CORE] reduce network IO for accumulatorsWenchen Fan2016-05-104-11/+41
* [SPARK-11249][LAUNCHER] Throw error if app resource is not provided.Marcelo Vanzin2016-05-103-8/+5
* [SPARK-14542][CORE] PipeRDD should allow configurable buffer size for…Sital Kedia2016-05-104-27/+50
* [SPARK-15209] Fix display of job descriptions with single quotes in web UI ti...Josh Rosen2016-05-102-8/+14
* [SPARK-10653][CORE] Remove unnecessary things from SparkEnvAlex Bozarth2016-05-094-24/+8
* [SAPRK-15220][UI] add hyperlink to running application and completed applicationmwws2016-05-091-4/+4
* [SPARK-15087][MINOR][DOC] Follow Up: Fix the CommentsSandeep Singh2016-05-071-5/+0
* [SPARK-1239] Improve fetching of map output statusesThomas Graves2016-05-066-83/+287
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-054-21/+14
* [SPARK-9926] Parallelize partition logic in UnionRDD.Ryan Blue2016-05-052-1/+34
* [SPARK-15158][CORE] downgrade shouldRollover message to debug leveldepend2016-05-051-1/+1
* [SPARK-14915][CORE] Don't re-queue a task if another attempt has already succ...Jason Moore2016-05-051-1/+10
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-053-20/+25
* [SPARK-15045] [CORE] Remove dead code in TaskMemoryManager.cleanUpAllAllocate...Abhinav Gupta2016-05-041-6/+7
* [SPARK-13001][CORE][MESOS] Prevent getting offers when reached max coresSebastien Rainville2016-05-043-17/+53
* [SPARK-12299][CORE] Remove history serving functionality from MasterBryan Cutler2016-05-0410-311/+86
* [SPARK-15115][SQL] Reorganize whole stage codegen benchmark suitesReynold Xin2016-05-043-80/+3
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-047-25/+405
* [SPARK-15107][SQL] Allow varying # iterations by test case in BenchmarkReynold Xin2016-05-032-12/+11
* [SPARK-14645][MESOS] Fix python running on cluster mode mesos to have non loc...Timothy Chen2016-05-031-2/+3
* [SPARK-15104] Fix spacing in log lineAndrew Ash2016-05-031-1/+1
* [SPARK-11316] coalesce doesn't handle UnionRDD with partial locality properlyThomas Graves2016-05-032-62/+165
* [SPARK-14234][CORE] Executor crashes for TaskRunner thread interruptionDevaraj K2016-05-031-1/+25
* [SPARK-15059][CORE] Remove fine-grained lock in ChildFirstURLClassLoader to a...Zheng Tan2016-05-031-26/+5
* [SPARK-15082][CORE] Improve unit test coverage for AccumulatorV2Sandeep Singh2016-05-031-1/+60
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-037-33/+25
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-0326-30/+36
* [SPARK-6717][ML] Clear shuffle files after checkpointing in ALSHolden Karau2016-05-031-1/+1
* [SPARK-15079] Support average/count/sum in Long/DoubleAccumulatorReynold Xin2016-05-025-101/+181
* [SPARK-14685][CORE] Document heritability of localPropertiesMarcin Tustin2016-05-023-2/+40
* [SPARK-15054] Deprecate old accumulator APIReynold Xin2016-05-023-10/+20
* [SPARK-14845][SPARK_SUBMIT][YARN] spark.files in properties file is n…Jeff Zhang2016-05-021-0/+1
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-0122-81/+82
* [SPARK-14505][CORE] Fix bug : creating two SparkContext objects in the same j...Allen2016-05-012-15/+16
* [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0Herman van Hovell2016-04-301-9/+0
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-301-1/+1
* [SPARK-15010][CORE] new accumulator shoule be tolerant of local RPC message d...Wenchen Fan2016-04-291-2/+7
* [SPARK-15003] Use ConcurrentHashMap in place of HashMap for NewAccumulator.or...tedyu2016-04-302-13/+10