aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [HOT FIX] [SPARK-7418] Ignore flaky SparkSubmitUtilsSuite testAndrew Or2015-05-061-1/+1
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-061-0/+119
* [SPARK-7384][Core][Tests] Fix flaky tests for distributed mode in BroadcastSuitezsxwing2015-05-051-1/+13
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-0554-17888/+42
* [SPARK-7237] Many user provided closures are not actually cleanedAndrew Or2015-05-051-4/+144
* [SPARK-5074] [CORE] [TESTS] Fix the flakey test 'run shuffle with map stage f...zsxwing2015-05-051-1/+6
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0554-42/+17888
* [HOTFIX] [TEST] Ignoring flaky testsTathagata Das2015-05-052-2/+2
* [SPARK-6943] [SPARK-6944] DAG visualization on SparkUIAndrew Or2015-05-046-24/+196
* [SPARK-6030] [CORE] Using simulated field layout method to compute class shel...Ye Xianjin2015-05-022-8/+49
* [SPARK-7120] [SPARK-7121] Closure cleaner nesting + documentation + testsAndrew Or2015-05-012-3/+581
* [SPARK-2691] [MESOS] Support for Mesos DockerInfoChris Heller2015-05-011-0/+46
* [SPARK-6443] [SPARK SUBMIT] Could not submit app in standalone cluster mode w...WangTaoTheTonic2015-05-011-18/+22
* [SPARK-6954] [YARN] ExecutorAllocationManager can end up requesting a negativ...Sandy Ryza2015-05-011-72/+99
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-011-15/+25
* Ignore flakey test in SparkSubmitUtilsSuitePatrick Wendell2015-05-011-1/+1
* Revert "[SPARK-7224] added mock repository generator for --packages tests"Patrick Wendell2015-05-013-316/+28
* Revert "[SPARK-7287] enabled fixed test"Patrick Wendell2015-05-011-1/+1
* [SPARK-6846] [WEBUI] [HOTFIX] return to GET for kill link in UI since YARN AM...Sean Owen2015-05-011-2/+3
* [SPARK-4705] Handle multiple app attempts event logs, history server.Marcelo Vanzin2015-05-016-69/+212
* [SPARK-7291] [CORE] Fix a flaky test in AkkaRpcEnvSuitezsxwing2015-04-301-1/+1
* [SPARK-7287] enabled fixed testBurak Yavuz2015-04-301-1/+1
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-307-57/+463
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-304-35/+36
* [SPARK-7224] added mock repository generator for --packages testsBurak Yavuz2015-04-303-28/+316
* [HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)Patrick Wendell2015-04-301-1/+1
* [SPARK-7155] [CORE] Allow newAPIHadoopFile to support comma-separated list of...yongtang2015-04-291-1/+62
* [SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAggregationQiping Li2015-04-291-1/+4
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-291-4/+4
* [SPARK-6629] cancelJobGroup() may not work for jobs whose job groups are inhe...Josh Rosen2015-04-292-1/+80