aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.DoingDone92015-03-161-14/+37
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-112-3/+2
* [SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not large e...Lev Khomich2015-03-101-0/+14
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-053-12/+46
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-041-38/+47
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-031-2/+21
* [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.Com...CodingCat2015-03-031-3/+2
* [SPARK-4777][CORE] Some block memory after unrollSafely not count into used m...hushan[胡珊]2015-03-021-0/+2
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-021-12/+0
* [SPARK-6066] Make event log format easier to parseAndrew Or2015-03-023-59/+85
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-282-0/+141
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-271-2/+14
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-261-0/+2
* [SPARK-5801] [core] Avoid creating nested directories.Marcelo Vanzin2015-02-261-2/+6
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-251-3/+0
* [Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActiveJobIdsTathagata Das2015-02-241-0/+22
* [SPARK-3885] Provide mechanism to remove accumulators once they are no longer...Ilya Ganelin2015-02-223-1/+29
* [SPARK-911] allow efficient queries for a range if RDD is partitioned wi...Aaron Josephs2015-02-221-0/+28
* [SPARK-5860][CORE] JdbcRDD: overflow on large range with high number of parti...Evan Yu2015-02-211-14/+46
* SPARK-5744 [CORE] Take 2. RDD.isEmpty / take fails for (empty) RDD of NothingSean Owen2015-02-202-0/+7
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-194-77/+53
* SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2Jacek Lewandowski2015-02-191-2/+7
* [SPARK-5811] Added documentation for maven coordinates and added Spark Packag...Burak Yavuz2015-02-171-5/+8
* [SPARK-5778] throw if nonexistent metrics config file providedRyan Williams2015-02-172-3/+1
* [SPARK-5849] Handle more types of invalid JSON requests in SubmitRestProtocol...Josh Rosen2015-02-161-0/+4
* [SPARK-5227] [SPARK-5679] Disable FileSystem cache in WholeTextFileRecordRead...Josh Rosen2015-02-131-2/+10
* [HOTFIX] Fix build break in MesosSchedulerBackendSuiteAndrew Or2015-02-131-1/+2
* [SPARK-5735] Replace uses of EasyMock with MockitoJosh Rosen2015-02-132-87/+80
* [SPARK-5783] Better eventlog-parsing error messagesRyan Williams2015-02-131-2/+2
* [SPARK-5760][SPARK-5761] Fix standalone rest protocol corner cases + revamp t...Andrew Or2015-02-121-167/+504
* [SPARK-5645] Added local read bytes/time to task metricsKay Ousterhout2015-02-122-4/+25
* [SPARK-4879] Use driver to coordinate Hadoop output committing for speculativ...mcheah2015-02-102-8/+230
* [HOTFIX][SPARK-4136] Fix compilation and testsAndrew Or2015-02-101-6/+4
* SPARK-4136. Under dynamic allocation, cancel outstanding executor requests wh...Sandy Ryza2015-02-101-1/+35
* [SPARK-5701] Only set ShuffleReadMetrics when task has shuffle depsKay Ousterhout2015-02-091-0/+28
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-093-6/+45
* [SPARK-5388] Provide a stable application submission gateway for standalone c...Andrew Or2015-02-065-22/+633
* [SPARK-4874] [CORE] Collect record count metricsKostas Sakellis2015-02-064-30/+234
* [SPARK-5600] [core] Clean up FsHistoryProvider test, fix app sort order.Marcelo Vanzin2015-02-061-46/+39
* [HOTFIX] Fix test build break in ExecutorAllocationManagerSuite.Josh Rosen2015-02-061-6/+6
* [SPARK-5555] Enable UISeleniumSuite testsJosh Rosen2015-02-061-9/+20
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-065-7/+72
* [SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in Execu...lianhuiwang2015-02-061-17/+15
* [SPARK-4877] Allow user first classes to extend classes in the parent.Stephen Haberman2015-02-061-4/+12
* [SPARK-5582] [history] Ignore empty log directories.Marcelo Vanzin2015-02-061-0/+18
* SPARK-5548: Fixed a race condition in AkkaUtilsSuiteJacek Lewandowski2015-02-051-1/+1
* SPARK-4687. Add a recursive option to the addFile APISandy Ryza2015-02-052-0/+108
* [SPARK-5411] Allow SparkListeners to be specified in SparkConf and loaded whe...Josh Rosen2015-02-041-17/+39