aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7216] [MESOS] Add driver details page to Mesos cluster UI.Timothy Chen2015-05-016-11/+222
* [SPARK-6954] [YARN] ExecutorAllocationManager can end up requesting a negativ...Sandy Ryza2015-05-012-124/+148
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-014-15/+53
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-011-0/+1
* Ignore flakey test in SparkSubmitUtilsSuitePatrick Wendell2015-05-011-1/+1
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-015-3/+110
* Revert "[SPARK-7224] added mock repository generator for --packages tests"Patrick Wendell2015-05-015-403/+97
* 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-015-13/+23
* changing persistence engine trait to an abstract classniranda2015-05-011-1/+1
* [SPARK-4705] Handle multiple app attempts event logs, history server.Marcelo Vanzin2015-05-0119-197/+531
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-0114-32/+782
* [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-3021-179/+1208
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-3021-324/+521
* Revert "[SPARK-5342] [YARN] Allow long running Spark apps to run on secure YA...Patrick Wendell2015-04-306-206/+4
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-04-306-4/+206
* [SPARK-7224] added mock repository generator for --packages testsBurak Yavuz2015-04-305-97/+403
* [HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)Patrick Wendell2015-04-301-1/+1
* [SPARK-6862] [STREAMING] [WEBUI] Add BatchPage to display details of a batchzsxwing2015-04-291-1/+1
* [SPARK-7155] [CORE] Allow newAPIHadoopFile to support comma-separated list of...yongtang2015-04-292-4/+71
* [SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAggregationQiping Li2015-04-292-2/+6
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-292-6/+21
* [SPARK-6629] cancelJobGroup() may not work for jobs whose job groups are inhe...Josh Rosen2015-04-293-5/+91
* [SPARK-6752] [STREAMING] [REOPENED] Allow StreamingContext to be recreated fr...Tathagata Das2015-04-291-0/+27
* [SPARK-7223] Rename RPC askWithReply -> askWithReply, sendWithReply -> ask.Reynold Xin2015-04-2919-328/+391
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-2912-15/+87
* [SPARK-7204] [SQL] Fix callSite for Dataframe and SQL operationsPatrick Wendell2015-04-291-9/+19
* [SPARK-7205] Support `.ivy2/local` and `.m2/repositories/` in --packagesBurak Yavuz2015-04-282-21/+40
* [MINOR] [CORE] Warn users who try to cache RDDs with dynamic allocation on.Marcelo Vanzin2015-04-281-0/+5
* [SPARK-5338] [MESOS] Add cluster mode support for MesosTimothy Chen2015-04-2827-490/+2060
* [SPARK-6314] [CORE] handle JsonParseException for history serverZhang, Liye2015-04-281-2/+3
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-2818-46/+285
* [SPARK-4286] Add an external shuffle service that can be run as a daemon.Iulian Dragos2015-04-282-13/+59
* [Core][test][minor] replace try finally block with tryWithSafeFinallyZhang, Liye2015-04-281-2/+2
* [SPARK-7168] [BUILD] Update plugin versions in Maven build and centralize ver...Sean Owen2015-04-281-1/+0
* [SPARK-7187] SerializationDebugger should not crash user codeAndrew Or2015-04-281-2/+10
* [SPARK-7174][Core] Move calling `TaskScheduler.executorHeartbeatReceived` to ...zsxwing2015-04-271-9/+17
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-273-9/+12
* [SPARK-3090] [CORE] Stop SparkContext if user forgets to.Marcelo Vanzin2015-04-272-15/+33
* [SPARK-6738] [CORE] Improve estimate the size of a large arrayHong Shen2015-04-272-15/+48
* [SPARK-7103] Fix crash with SparkContext.union when RDD has no partitionerSteven She2015-04-273-1/+23
* [SPARK-6014] [CORE] [HOTFIX] Add try-catch block around ShutDownHookNishkam Ravi2015-04-252-3/+7
* Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from c...Patrick Wendell2015-04-251-27/+0
* [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3Calvin Jia2015-04-243-10/+16
* [SPARK-7037] [CORE] Inconsistent behavior for non-spark config properties in ...Cheolsoo Park2015-04-231-6/+16
* [SPARK-6879] [HISTORYSERVER] check if app is completed before clean it upWangTaoTheTonic2015-04-231-12/+20
* [SPARK-7058] Include RDD deserialization time in "task deserialization time" ...Josh Rosen2015-04-235-3/+20
* [SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoin...Tathagata Das2015-04-231-0/+27