aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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