aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9366] use task's stageAttemptId in TaskEnd eventRyan Williams2015-07-271-1/+1
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-272-1/+25
* [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-262-5/+202
* [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-9305] Rename org.apache.spark.Row to Item.Reynold Xin2015-07-241-5/+5
* [SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's partitio...François Garillot2015-07-242-1/+24
* [SPARK-9183] confusing error message when looking up missing function in Spar...Yijie Shen2015-07-232-0/+8
* [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-232-2/+30
* [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-2213-211/+102
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-225-7/+7
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-2221-56/+56
* [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-216-222/+1102
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-2112-15/+59
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-212-58/+28
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-212-4/+96
* [SPARK-9193] Avoid assigning tasks to "lost" executor(s)Grace2015-07-211-5/+12
* [SPARK-8401] [BUILD] Scala version switching build enhancementsMichael Allman2015-07-211-1/+1
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-2110-192/+172
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-204-2/+87
* [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-2013-86/+383
* [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-172-20/+14
* [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-1610-56/+104
* [SPARK-8119] HeartbeatReceiver should replace executors, not killAndrew Or2015-07-164-37/+194
* [SPARK-6284] [MESOS] Add mesos role, principal and secretTimothy Chen2015-07-166-96/+336
* [SPARK-8644] Include call site in SparkException stack traces thrown by job f...Aaron Davidson2015-07-162-0/+18
* [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-1511-62/+208
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-151-1/+14
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-151-0/+4
* [SPARK-9012] [WEBUI] Escape Accumulators in the task tablezsxwing2015-07-151-1/+3
* [SPARK-5523] [CORE] [STREAMING] Add a cache for hostname in TaskMetrics to de...jerryshao2015-07-141-0/+20
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-1433-57/+73
* [SPARK-4072] [CORE] Display Streaming blocks in Streaming UIzsxwing2015-07-1413-28/+684
* [SPARK-9031] Merge BlockObjectWriter and DiskBlockObject writer to remove abs...Josh Rosen2015-07-1416-114/+90
* [SPARK-8911] Fix local mode endless heartbeatsAndrew Or2015-07-141-7/+13
* [SPARK-8950] [WEBUI] Correct the calculation of SchedulerDelay in StagePageCarson Wang2015-07-131-23/+22
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-135-16/+107
* [SPARK-8880] Fix confusing Stage.attemptId member variableKay Ousterhout2015-07-123-12/+18
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-1017-15/+1533