aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7046] Remove InputMetrics from BlockResultKay Ousterhout2015-04-223-15/+11
* [SPARK-7052][Core] Add ThreadUtils and move thread methods from Utils to Thre...zsxwing2015-04-2215-68/+161
* [MINOR] Comment improvements in ExternalSorter.Patrick Wendell2015-04-211-8/+19
* [SPARK-6490][Docs] Add docs for rpc configurationszsxwing2015-04-213-4/+6
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-216-64/+164
* Avoid warning message about invalid refuse_seconds value in Mesos >=0.21...mweindel2015-04-211-1/+1
* [SPARK-3386] Share and reuse SerializerInstances in shuffle pathsJosh Rosen2015-04-218-24/+34
* [SPARK-5360] [SPARK-6606] Eliminate duplicate objects in serialized CoGroupedRDDKay Ousterhout2015-04-212-29/+44
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-2015-53/+86
* [SPARK-6983][Streaming] Update ReceiverTrackerActor to use the new Rpc interfacezsxwing2015-04-191-1/+1
* [SPARK-6963][CORE]Flaky test: o.a.s.ContextCleanerSuite automatically cleanup...GuoQiang Li2015-04-192-6/+17
* SPARK-6993 : Add default min, max methods for JavaDoubleRDDOlivier Girardot2015-04-182-0/+28
* [core] [minor] Make sure ConnectionManager stops.Marcelo Vanzin2015-04-181-6/+10
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-174-23/+22
* [SPARK-6350][Mesos] Make mesosExecutorCores configurable in mesos "fine-grain...Jongyoul Lee2015-04-172-9/+9
* [SPARK-6703][Core] Provide a way to discover existing SparkContext'sIlya Ganelin2015-04-172-7/+62
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-172-69/+76
* [SPARK-6604][PySpark]Specify ip of python server scoketlinweizhong2015-04-171-1/+1
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-174-90/+120
* SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibilit...Sean Owen2015-04-177-52/+78
* [SPARK-6934][Core] Use 'spark.akka.askTimeout' for the ask timeoutzsxwing2015-04-161-3/+4
* [SPARK-4194] [core] Make SparkContext initialization exception-safe.Marcelo Vanzin2015-04-166-244/+329
* SPARK-4783 [CORE] System.exit() calls in SparkContext disrupt applications em...Sean Owen2015-04-162-6/+8
* [SPARK-2312] Logging Unhandled messagesIsaias Barroso2015-04-151-1/+7
* [SPARK-5634] [core] Show correct message in HS when no incomplete apps f...Marcelo Vanzin2015-04-141-0/+2
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-142-9/+19
* SPARK-1706: Allow multiple executors per worker in Standalone modeCodingCat2015-04-149-73/+85
* [SPARK-2033] Automatically cleanup checkpointGuoQiang Li2015-04-143-18/+102
* [CORE] SPARK-6880: Fixed null check when all the dependent stages are cancell...pankaj arora2015-04-141-6/+1
* [SPARK-6081] Support fetching http/https uris in driver runner.Timothy Chen2015-04-144-15/+23
* SPARK-6878 [CORE] Fix for sum on empty RDD fails with exceptionErik van Oosten2015-04-142-1/+7
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-1316-80/+186
* [SPARK-6662][YARN] Allow variable substitution in spark.yarn.historyServer.ad...Cheolsoo Park2015-04-131-4/+34
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+0
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-135-17/+25
* [SPARK-6765] Fix test code style for core.Reynold Xin2015-04-1259-304/+386
* [SPARK-6843][core]Add volatile for the "state"lisurprise2015-04-121-1/+1
* [Minor][Core] Fix typoLiang-Chi Hsieh2015-04-111-1/+1
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-092-4/+4
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-088-18/+1364
* [SPARK-6753] Clone SparkConf in ShuffleSuite testsKay Ousterhout2015-04-081-2/+2
* [SPARK-6754] Remove unnecessary TaskContextHelperKay Ousterhout2015-04-073-34/+5
* [SPARK-6737] Fix memory leak in OutputCommitCoordinatorJosh Rosen2015-04-073-29/+42
* Revert "[SPARK-6568] spark-shell.cmd --jars option does not accept the jar th...Xiangrui Meng2015-04-072-5/+3
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-04-072-3/+5