aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7223] Rename RPC askWithReply -> askWithReply, sendWithReply -> ask.Reynold Xin2015-04-293-13/+13
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-295-10/+10
* [SPARK-7205] Support `.ivy2/local` and `.m2/repositories/` in --packagesBurak Yavuz2015-04-281-13/+14
* [SPARK-5338] [MESOS] Add cluster mode support for MesosTimothy Chen2015-04-283-25/+99
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-287-11/+128
* [Core][test][minor] replace try finally block with tryWithSafeFinallyZhang, Liye2015-04-281-2/+2
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-273-9/+12
* [SPARK-6738] [CORE] Improve estimate the size of a large arrayHong Shen2015-04-271-0/+18
* [SPARK-7103] Fix crash with SparkContext.union when RDD has no partitionerSteven She2015-04-271-0/+21
* [SPARK-7046] Remove InputMetrics from BlockResultKay Ousterhout2015-04-221-6/+6
* [SPARK-7052][Core] Add ThreadUtils and move thread methods from Utils to Thre...zsxwing2015-04-221-0/+57
* [SPARK-6490][Docs] Add docs for rpc configurationszsxwing2015-04-212-2/+2
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-211-8/+24
* [SPARK-3386] Share and reuse SerializerInstances in shuffle pathsJosh Rosen2015-04-211-3/+3
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-203-5/+27
* [SPARK-6963][CORE]Flaky test: o.a.s.ContextCleanerSuite automatically cleanup...GuoQiang Li2015-04-191-6/+15
* SPARK-6993 : Add default min, max methods for JavaDoubleRDDOlivier Girardot2015-04-181-0/+14
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-171-0/+3
* [SPARK-6350][Mesos] Make mesosExecutorCores configurable in mesos "fine-grain...Jongyoul Lee2015-04-171-2/+2
* [SPARK-6703][Core] Provide a way to discover existing SparkContext'sIlya Ganelin2015-04-171-0/+20
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-171-0/+22
* SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibilit...Sean Owen2015-04-171-13/+27
* [SPARK-4194] [core] Make SparkContext initialization exception-safe.Marcelo Vanzin2015-04-161-6/+0
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-141-9/+11
* [SPARK-2033] Automatically cleanup checkpointGuoQiang Li2015-04-141-1/+48
* [SPARK-6081] Support fetching http/https uris in driver runner.Timothy Chen2015-04-142-6/+8
* SPARK-6878 [CORE] Fix for sum on empty RDD fails with exceptionErik van Oosten2015-04-141-0/+6
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-135-21/+65
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+0
* [SPARK-6765] Fix test code style for core.Reynold Xin2015-04-1259-304/+386
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* [SPARK-6753] Clone SparkConf in ShuffleSuite testsKay Ousterhout2015-04-081-2/+2