aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [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-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
* [SPARK-7733] [CORE] [BUILD] Update build, code to use Java 7 for 1.5.0+Sean Owen2015-06-071-3/+0
* [SPARK-7169] [CORE] Allow metrics system to be configured through SparkConf.Marcelo Vanzin2015-06-061-4/+78
* [SPARK-7699] [CORE] Lazy start the scheduler for dynamic allocationjerryshao2015-06-051-16/+74
* Revert "[MINOR] [BUILD] Use custom temp directory during build."Andrew Or2015-06-051-12/+10
* [SPARK-6324] [CORE] Centralize handling of script usage messages.Marcelo Vanzin2015-06-051-1/+1
* [MINOR] [BUILD] Use custom temp directory during build.Marcelo Vanzin2015-06-051-10/+12
* [HOTFIX] [TYPO] Fix typo in #6546Andrew Or2015-06-031-2/+2
* [SPARK-7989] [CORE] [TESTS] Fix flaky tests in ExternalShuffleServiceSuite an...zsxwing2015-06-033-12/+16
* [SPARK-8001] [CORE] Make AsynchronousListenerBus.waitUntilEmpty throw Timeout...zsxwing2015-06-034-23/+23
* [MINOR] [UI] Improve confusing message on log pageAndrew Or2015-06-032-11/+90
* [SPARK-7161] [HISTORY SERVER] Provide REST api to download event logs fro...Hari Shreedharan2015-06-032-7/+121
* [SPARK-7562][SPARK-6444][SQL] Improve error reporting for expression data typ...Wenchen Fan2015-06-031-2/+2
* [MINOR] [UI] Improve error message on log pageAndrew Or2015-06-011-0/+70
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-1/+1
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-3110-41/+41
* [HOTFIX] Replace FunSuite with SparkFunSuite.Josh Rosen2015-05-303-9/+4
* [SPARK-7855] Move bypassMergeSort-handling from ExternalSorter to own componentJosh Rosen2015-05-306-158/+379
* [SPARK-7558] Guard against direct uses of FunSuite / FunSuiteLikeAndrew Or2015-05-291-0/+2
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-29146-381/+374
* [SPARK-7863] [CORE] Create SimpleDateFormat for every SimpleDateParam instanc...zsxwing2015-05-291-0/+5
* [SPARK-7756] [CORE] Use testing cipher suites common to Oracle and IBM securi...Tim Ellison2015-05-292-4/+4
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-2830-98/+101
* [SPARK-7826] [CORE] Suppress extra calling getCacheLocs.Takuya UESHIN2015-05-281-4/+31
* [SPARK-7873] Allow KryoSerializerInstance to create multiple streams at the s...Josh Rosen2015-05-271-1/+36
* [CORE] [TEST] HistoryServerSuite failed due to timezone issuescwf2015-05-271-1/+1
* [SPARK-7854] [TEST] refine Kryo test suiteZhang, Liye2015-05-261-24/+27
* [CORE] [TEST] Fix SimpleDateParamTestscwf2015-05-261-3/+3