aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-035-9/+175
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-0110-60/+240
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-311-1/+7
* [SPARK-9056] [STREAMING] Rename configuration `spark.streaming.minRememberDur...Sameer Abhyankar2015-07-311-1/+3
* [SPARK-9202] capping maximum number of executor&driver information kept in Wo...CodingCat2015-07-312-42/+86
* [SPARK-9446] Clear Active SparkContext in stop() methodtedyu2015-07-311-13/+37
* [SPARK-9497] [SPARK-9509] [CORE] Use ask instead of askWithRetryzsxwing2015-07-311-2/+3
* [SPARK-8742] [SPARKR] Improve SparkR error messages for DataFrame APIHossein2015-07-301-2/+8
* [SPARK-9437] [CORE] avoid overflow in SizeEstimatorImran Rashid2015-07-301-3/+3
* [SPARK-8297] [YARN] Scheduler backend is not notified in case node fails in YARNMridul Muralidharan2015-07-302-1/+3
* [SPARK-9267] [CORE] Retire stringify(Partial)?Value from AccumulatorsFrançois Garillot2015-07-302-7/+2
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-291-0/+297
* [SPARK-746] [CORE] Added Avro Serialization to KryoJoseph Batchik2015-07-293-1/+178
* [SPARK-9419] ShuffleMemoryManager and MemoryStore should track memory on a pe...Josh Rosen2015-07-287-96/+115
* [SPARK-4352] [YARN] [WIP] Incorporate locality preferences in dynamic allocat...jerryshao2015-07-279-25/+167
* [SPARK-9366] use task's stageAttemptId in TaskEnd eventRyan Williams2015-07-271-1/+1
* [SPARK-9326] Close lock file used for file downloads.Kay Ousterhout2015-07-261-2/+3
* [SPARK-9352] [SPARK-9353] Add tests for standalone scheduling codeAndrew Or2015-07-261-2/+6
* [SPARK-8881] [SPARK-9260] Fix algorithm for scheduling executors on workersNishkam Ravi2015-07-251-37/+75
* [SPARK-9067] [SQL] Close reader in NewHadoopRDD early if there is no more dataLiang-Chi Hsieh2015-07-241-13/+24
* [SPARK-9261] [STREAMING] Avoid calling APIs that expose shaded classes.Marcelo Vanzin2015-07-241-0/+19
* [SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's partitio...François Garillot2015-07-241-1/+1
* [Build][Minor] Fix building error & performanceCheng Hao2015-07-231-0/+1
* [SPARK-9266] Prevent "managed memory leak detected" exception from masking or...Josh Rosen2015-07-231-2/+5
* [SPARK-8695] [CORE] [MLLIB] TreeAggregation shouldn't be triggered when it do...Perinkulam I. Ganesh2015-07-231-1/+3
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-229-134/+88
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-225-7/+7
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-222-2/+2
* [SPARK-5423] [CORE] Register a TaskCompletionListener to make sure release al...zsxwing2015-07-211-6/+19
* [SPARK-4598] [WEBUI] Task table pagination for the Stage pagezsxwing2015-07-212-221/+904
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-216-2/+30
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-211-25/+7
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-211-2/+29
* [SPARK-9193] Avoid assigning tasks to "lost" executor(s)Grace2015-07-211-5/+12
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-214-135/+103
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-201-0/+28
* [SPARK-9187] [WEBUI] Timeline view may show negative value for running tasksCarson Wang2015-07-201-8/+15
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-201-0/+8
* [SPARK-8103][core] DAGScheduler should not submit multiple concurrent attempt...Imran Rashid2015-07-207-78/+121
* [SPARK-9171][SQL] add and improve tests for nondeterministic expressionsWenchen Fan2015-07-181-1/+1
* [SPARK-8593] [CORE] Sort app attempts by start time.Joshi2015-07-171-7/+3
* [SPARK-8851] [YARN] In Client mode, make sure the client logs in and updates ...Hari Shreedharan2015-07-172-13/+26
* [SPARK-8857][SPARK-8859][Core]Add an internal flag to Accumulable and send in...zsxwing2015-07-169-53/+100
* [SPARK-8119] HeartbeatReceiver should replace executors, not killAndrew Or2015-07-163-18/+66
* [SPARK-6284] [MESOS] Add mesos role, principal and secretTimothy Chen2015-07-164-88/+219
* [SPARK-8644] Include call site in SparkException stack traces thrown by job f...Aaron Davidson2015-07-161-0/+3
* [SPARK-8893] Add runtime checks against non-positive number of partitionsDaniel Darabos2015-07-162-1/+6
* [SPARK-8974] Catch exceptions in allocation schedule task.KaiXinXiaoLei2015-07-151-1/+11
* [SPARK-6602][Core]Replace Akka Serialization with Spark Serializerzsxwing2015-07-157-43/+63
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-151-1/+14