aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-3454] separate json endpoints for data in the UI"Reynold Xin2015-05-0537-1803/+129
* Some minor cleanup after SPARK-4550.Sandy Ryza2015-05-052-9/+4
* [SPARK-7007] [CORE] Add a metric source for ExecutorAllocationManagerjerryshao2015-05-052-0/+32
* [SPARK-7318] [STREAMING] DStream cleans objects that are not closuresAndrew Or2015-05-051-0/+5
* [SPARK-7237] Many user provided closures are not actually cleanedAndrew Or2015-05-054-12/+30
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-0537-129/+1803
* [SPARK-5112] Expose SizeEstimator as a developer apiSandy Ryza2015-05-051-0/+44
* [SPARK-7139] [STREAMING] Allow received block metadata to be saved to WAL and...Tathagata Das2015-05-051-4/+4
* [SPARK-7314] [SPARK-3524] [PYSPARK] upgrade Pyrolite to 4.4Xiangrui Meng2015-05-041-5/+2
* [SPARK-7236] [CORE] Fix to prevent AkkaUtils askWithReply from sleeping on fi...Bryan Cutler2015-05-041-1/+3
* [SPARK-6943] [SPARK-6944] DAG visualization on SparkUIAndrew Or2015-05-0426-312/+954
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-031-1/+1
* [SPARK-6030] [CORE] Using simulated field layout method to compute class shel...Ye Xianjin2015-05-021-10/+51
* [SPARK-7323] [SPARK CORE] Use insertAll instead of insert while merging combi...Mridul Muralidharan2015-05-021-4/+1
* [SPARK-7120] [SPARK-7121] Closure cleaner nesting + documentation + testsAndrew Or2015-05-011-55/+250
* [SPARK-7317] [Shuffle] Expose shuffle handleMridul Muralidharan2015-05-011-1/+4
* [SPARK-6229] Add SASL encryption to network library.Marcelo Vanzin2015-05-015-22/+41
* [SPARK-2691] [MESOS] Support for Mesos DockerInfoChris Heller2015-05-013-4/+157
* [SPARK-6443] [SPARK SUBMIT] Could not submit app in standalone cluster mode w...WangTaoTheTonic2015-05-017-77/+207
* [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-011-52/+49
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-013-0/+28
* [SPARK-7309] [CORE] [STREAMING] Shutdown the thread pools in ReceivedBlockHan...zsxwing2015-05-011-0/+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-012-87/+69
* [SPARK-6846] [WEBUI] [HOTFIX] return to GET for kill link in UI since YARN AM...Sean Owen2015-05-014-11/+20
* 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-0113-128/+319
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-019-32/+391
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-3014-122/+745
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-3017-289/+485
* 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-302-69/+87
* [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-291-3/+9
* [SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAggregationQiping Li2015-04-291-1/+2
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-291-2/+17
* [SPARK-6629] cancelJobGroup() may not work for jobs whose job groups are inhe...Josh Rosen2015-04-291-4/+11
* [SPARK-7223] Rename RPC askWithReply -> askWithReply, sendWithReply -> ask.Reynold Xin2015-04-2916-315/+378
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-296-5/+72
* [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-281-8/+26
* [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-2824-465/+1961
* [SPARK-6314] [CORE] handle JsonParseException for history serverZhang, Liye2015-04-281-2/+3
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-2811-35/+157
* [SPARK-4286] Add an external shuffle service that can be run as a daemon.Iulian Dragos2015-04-282-13/+59
* [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