aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-2219-54/+54
* [SPARK-4598] [WEBUI] Task table pagination for the Stage pagezsxwing2015-07-211-0/+99
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-216-13/+29
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-211-33/+21
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-211-2/+67
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-216-57/+69
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-202-0/+56
* [SPARK-8103][core] DAGScheduler should not submit multiple concurrent attempt...Imran Rashid2015-07-206-8/+262
* [SPARK-8593] [CORE] Sort app attempts by start time.Joshi2015-07-171-13/+11
* [SPARK-8857][SPARK-8859][Core]Add an internal flag to Accumulable and send in...zsxwing2015-07-161-3/+4
* [SPARK-8119] HeartbeatReceiver should replace executors, not killAndrew Or2015-07-161-19/+128
* [SPARK-6284] [MESOS] Add mesos role, principal and secretTimothy Chen2015-07-162-8/+117
* [SPARK-8644] Include call site in SparkException stack traces thrown by job f...Aaron Davidson2015-07-161-0/+15
* [SPARK-6602][Core]Replace Akka Serialization with Spark Serializerzsxwing2015-07-153-19/+140
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-146-4/+12
* [SPARK-4072] [CORE] Display Streaming blocks in Streaming UIzsxwing2015-07-142-0/+349
* [SPARK-9031] Merge BlockObjectWriter and DiskBlockObject writer to remove abs...Josh Rosen2015-07-143-29/+29
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-131-1/+2
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-103-0/+391
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1013-12/+36
* [SPARK-6287] [MESOS] Add dynamic allocation to the coarse-grained Mesos sched...Iulian Dragos2015-07-091-0/+175
* [SPARK-6707] [CORE] [MESOS] Mesos Scheduler should allow the user to specify ...Ankur Chauhan2015-07-063-49/+143
* [SPARK-6980] [CORE] Akka timeout exceptions indicate which conf controls them...Bryan Cutler2015-07-022-5/+96
* [SPARK-7835] Refactor HeartbeatReceiverSuite for coverage + cleanupAndrew Or2015-07-021-40/+121
* [SPARK-8581] [SPARK-8584] Simplify checkpointing code + better error messageAndrew Or2015-07-021-1/+1
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-011-5/+5
* [SPARK-3444] [CORE] Restore INFO level after log4j test.Marcelo Vanzin2015-07-011-5/+11
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-305-85/+115
* [SPARK-8372] Do not show applications that haven't recorded their app ID yet.Marcelo Vanzin2015-06-301-27/+82
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-301-0/+13
* [SPARK-7756] [CORE] More robust SSL options processing.Tim Ellison2015-06-303-18/+47
* [SPARK-8410] [SPARK-8475] remove previous ivy resolution when using spark-submitBurak Yavuz2015-06-291-3/+3
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-291-0/+2
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-291-0/+8
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-291-30/+13
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-271-0/+31
* [SPARK-7884] Move block deserialization from BlockStoreShuffleFetcher to Shuf...Matt Massie2015-06-242-24/+185
* [SPARK-8498] [TUNGSTEN] fix npe in errorhandling path in unsafeshuffle writerHolden Karau2015-06-231-0/+17
* [SPARK-8451] [SPARK-7287] SparkSubmitSuite should check exit codeAndrew Or2015-06-191-5/+12
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-191-4/+115
* [SPARK-8095] Resolve dependencies of --packages in local ivy cacheBurak Yavuz2015-06-172-26/+120
* [SPARK-8372] History server shows incorrect information for application not s...Carson Wang2015-06-171-13/+30
* [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMapVyacheslav Baranov2015-06-172-2/+12
* [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variablesKan Zhang2015-06-162-7/+39
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-141-7/+9
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-131-9/+10
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-1/+30
* [SPARK-2774] Set preferred locations for reduce tasksShivaram Venkataraman2015-06-102-16/+95
* [SPARK-7527] [CORE] Fix createNullValue to return the correct null values and...zsxwing2015-06-101-0/+44
* [SPARK-8126] [BUILD] Use custom temp directory during build.Marcelo Vanzin2015-06-081-10/+12