aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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-7910] [TINY] [JAVAAPI] expose partitioner information in javarddHolden Karau2015-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
* Add test which shows Kryo buffer size configured in mb is properly supportedtedyu2015-05-251-0/+4
* [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packagesPatrick Wendell2015-05-231-1/+2
* [HOTFIX] Add tests for SparkListenerApplicationStart with Driver Logs.Hari Shreedharan2015-05-221-2/+23
* [SPARK-7224] [SPARK-7306] mock repository generator for --packages tests with...Burak Yavuz2015-05-223-31/+318
* [SPARK-7760] add /json back into master & worker pages; add testImran Rashid2015-05-221-2/+29
* [SPARK-7766] KryoSerializerInstance reuse is unsafe when auto-reset is disabledJosh Rosen2015-05-221-0/+33
* [SPARK-7750] [WEBUI] Rename endpoints from `json` to `api` to allow fu…Hari Shreedharan2015-05-202-10/+10
* [SPARK-7719] Re-add UnsafeShuffleWriterSuite test that was removed for Java 6...Josh Rosen2015-05-201-0/+15
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-201-0/+4
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-191-14/+0
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-181-6/+6
* [SPARK-7627] [SPARK-7472] DAG visualization: style skipped stagesAndrew Or2015-05-181-41/+186
* [SPARK-7660] Wrap SnappyOutputStream to work around snappy-java bugJosh Rosen2015-05-171-8/+0
* [SPARK-7655][Core][SQL] Remove 'scala.concurrent.ExecutionContext.Implicits.g...zsxwing2015-05-161-0/+12
* [SPARK-7672] [CORE] Use int conversion in translating kryoserializer.buffer.m...Nishkam Ravi2015-05-161-0/+3
* [SPARK-7563] OutputCommitCoordinator.stop() should only run on the driverJosh Rosen2015-05-151-1/+1
* [CORE] Protect additional test vars from early GCTim Ellison2015-05-151-2/+8
* [HOTFIX] Add workaround for SPARK-7660 to fix JavaAPISuite failures.Josh Rosen2015-05-141-0/+8
* [HOT FIX #6125] Do not wait for all stages to start renderingAndrew Or2015-05-131-1/+0
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-137-0/+1066
* [SPARK-7399] Spark compilation error for scala 2.11Andrew Or2015-05-131-9/+11
* [SPARK-7608] Clean up old state in RDDOperationGraphListenerAndrew Or2015-05-131-0/+87
* [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.Tim Ellison2015-05-131-1/+1
* [MINOR] Enhance SizeEstimator to detect IBM compressed refs and s390 …Tim Ellison2015-05-131-0/+12
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-05-132-36/+62
* [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinctVinod K C2015-05-091-0/+2
* [SPARK-7237] Clean function in several RDD methodstedyu2015-05-081-0/+21
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-081-0/+78
* [MINOR] Defeat early garbage collection of test suite variableTim Ellison2015-05-081-0/+1
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-081-9/+9
* [SPARK-7436] Fixed instantiation of custom recovery mode factory and added testsJacek Lewandowski2015-05-082-3/+207
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0855-42/+6591
* [SPARK-7392] [CORE] bugfix: Kryo buffer size cannot be larger than 2MZhang, Liye2015-05-081-0/+30