aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16379][CORE][MESOS] Spark on mesos is broken due to race condition in ...Sean Owen2016-07-062-5/+10
* [SPARK-16304] LinkageError should not crash Spark executorpetermaxlee2016-07-062-1/+14
* [SPARK-15591][WEBUI] Paginate Stage Table in Stages tabTao Lin2016-07-065-141/+441
* [SPARK-16385][CORE] Catch correct exception when calling method via reflection.Marcelo Vanzin2016-07-051-1/+1
* [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good mea...Sean Owen2016-07-041-0/+0
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-7/+8
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-011-5/+5
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-012-31/+47
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-309-15/+194
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-303-6/+30
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-291-0/+12
* [SPARK-16148][SCHEDULER] Allow for underscores in TaskLocation in the Executo...Tom Magrino2016-06-282-7/+9
* [SPARK-16106][CORE] TaskSchedulerImpl should properly track executors added t...Imran Rashid2016-06-272-65/+111
* [SPARK-16136][CORE] Fix flaky TaskManagerSuiteImran Rashid2016-06-271-25/+43
* [MINOR][CORE] Fix display wrong free memory size in the logjerryshao2016-06-271-1/+2
* [SPARK-16193][TESTS] Address flaky ExternalAppendOnlyMapSuite spilling testsSean Owen2016-06-251-1/+12
* [SPARK-1301][WEB UI] Added anchor links to Accumulators and Tasks on StagePageAlex Bozarth2016-06-254-4/+64
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-252-4/+7
* [SPARK-15963][CORE] Catch `TaskKilledException` correctly in Executor.TaskRunnerLiwei Lin2016-06-242-1/+145
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-241-3/+2
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-241-1/+2
* [SPARK-13723][YARN] Change behavior of --num-executors with dynamic allocation.Ryan Blue2016-06-234-16/+37
* [SPARK-15660][CORE] Update RDD `variance/stdev` description and add popVarian...Dongjoon Hyun2016-06-235-8/+58
* [SPARK-16131] initialize internal logger lazily in Scala preferred wayPrajwal Tuladhar2016-06-222-12/+4
* [SPARK-16003] SerializationDebugger runs into infinite loopEric Liang2016-06-222-6/+16
* [SPARK-15783][CORE] Fix Flakiness in BlacklistIntegrationSuiteImran Rashid2016-06-224-26/+76
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-211-3/+15
* [SPARK-16044][SQL] input_file_name() returns empty strings in data sources ba...hyukjinkwon2016-06-202-1/+8
* [SPARK-16017][CORE] Send hostname from CoarseGrainedExecutorBackend to driverShixiong Zhu2016-06-175-11/+12
* [SPARK-15926] Improve readability of DAGScheduler stage creation methodsKay Ousterhout2016-06-172-86/+76
* [SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi2016-06-163-1/+38
* [SPARK-15868][WEB UI] Executors table in Executors tab should sort Executor I...Alex Bozarth2016-06-161-2/+7
* [SPARK-15796][CORE] Reduce spark.memory.fraction default to avoid overrunning...Sean Owen2016-06-162-5/+5
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-3/+17
* [SPARK-15851][BUILD] Fix the call of the bash script to enable proper run in ...Reynold Xin2016-06-151-1/+2
* Revert "[SPARK-15782][YARN] Set spark.jars system property in client mode"Davies Liu2016-06-153-33/+1
* [HOTFIX][CORE] fix flaky BasicSchedulerIntegrationTestImran Rashid2016-06-151-8/+7
* [SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi2016-06-153-1/+33
* [SPARK-15826][CORE] PipedRDD to allow configurable char encodingTejas Patil2016-06-154-22/+36
* [SPARK-15518][CORE][FOLLOW-UP] Rename LocalSchedulerBackendEndpoint -> LocalS...Liwei Lin2016-06-154-19/+19
* [SPARK-15046][YARN] Parse value of token renewal interval correctly.Marcelo Vanzin2016-06-152-2/+9
* [SPARK-15927] Eliminate redundant DAGScheduler code.Kay Ousterhout2016-06-142-39/+74
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-144-15/+13
* [SPARK-15913][CORE] Dispatcher.stopped should be enclosed by synchronized block.Dongjoon Hyun2016-06-131-13/+8
* [SPARK-15876][CORE] Remove support for "zk://" master URLSean Owen2016-06-122-10/+0
* [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator APISean Owen2016-06-123-7/+17
* [SPARK-15806][DOCUMENTATION] update doc for SPARK_MASTER_IPbomeng2016-06-121-1/+7
* [SPARK-15878][CORE][TEST] fix cleanup in EventLoggingListenerSuite and Replay...Imran Rashid2016-06-122-4/+4
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-113-5/+56
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-116-40/+83