aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-0415-359/+257
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-034-145/+102
* [SPARK-4166][Core] Add a backward compatibility test for ExecutorLostFailurezsxwing2014-11-031-0/+9
* [SPARK-4163][Core] Add a backward compatibility test for FetchFailedzsxwing2014-11-031-0/+11
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-0313-7/+247
* [SPARK-4168][WebUI] web statges number should show correctly when stages are ...Zhang, Liye2014-11-032-4/+15
* SPARK-4178. Hadoop input metrics ignore bytes read in RecordReader insta...Sandy Ryza2014-11-033-25/+53
* [SPARK-4163][Core][WebUI] Send the fetch failure message back to Web UIzsxwing2014-11-0212-65/+92
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-026-23/+49
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-021-0/+8
* [SPARK-4166][Core][WebUI] Display the executor ID in the Web UI when Executor...zsxwing2014-11-025-8/+13
* [SPARK-3466] Limit size of results that a driver collects for each actionDavies Liu2014-11-027-22/+92
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-011-1/+1
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0132-272/+327
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-011-1/+1
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-0110-5/+892
* SPARK-4175. Exception on stage pageSandy Ryza2014-10-311-1/+1
* [SPARK-4141] Hide Accumulators column on stage page when no accumulators existMark Mims2014-10-311-6/+15
* [SPARK-4016] Allow user to show/hide UI metrics.Kay Ousterhout2014-10-317-95/+350
* [SPARK-3250] Implement Gap Sampling optimization for random samplingErik Erlandson2014-10-304-119/+788
* HOTFIX: Clean up build in network module.Patrick Wendell2014-10-301-1/+1
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-305-11/+5
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-305-5/+11
* [SPARK-3661] Respect spark.*.memory in cluster modeAndrew Or2014-10-302-37/+45
* [SPARK-4153][WebUI] Update the sort keys for HistoryPagezsxwing2014-10-301-4/+4
* Minor style hot fix after #2711Andrew Or2014-10-301-6/+6
* [SPARK-4155] Consolidate usages of <driver>Andrew Or2014-10-309-27/+23
* [Minor] A few typos in comments and log messagesAndrew Or2014-10-302-3/+3
* [SPARK-3319] [SPARK-3338] Resolve Spark submit config pathsAndrew Or2014-10-303-14/+158
* [SPARK-4078] New FsPermission instance w/o FsPermission.createImmutable in ev...Grace2014-10-301-1/+1
* [SPARK-4027][Streaming] WriteAheadLogBackedBlockRDD to read received either f...Tathagata Das2014-10-301-0/+4
* [SPARK-4102] Remove unused ShuffleReader.stop() method.Kay Ousterhout2014-10-292-5/+6
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-2910-76/+195
* [SPARK-3795] Heuristics for dynamically scaling executorsAndrew Or2014-10-293-10/+1149
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-297-44/+306
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-2940-1831/+702
* [FIX] disable benchmark codeXiangrui Meng2014-10-281-1/+1
* [SPARK-4008] Fix "kryo with fold" in KryoSerializerSuitezsxwing2014-10-281-4/+9
* [SPARK-4084] Reuse sort key in SorterXiangrui Meng2014-10-287-105/+307
* [Spark 3922] Refactor spark-core to use Utils.UTF_8zsxwing2014-10-2816-46/+55
* [SPARK-4031] Make torrent broadcast read blocks on use.Shivaram Venkataraman2014-10-283-21/+67
* [SPARK-4107] Fix incorrect handling of read() and skip() return valuesJosh Rosen2014-10-287-35/+33
* [SPARK-4064]NioBlockTransferService.fetchBlocks may cause spark to hang.GuoQiang Li2014-10-271-10/+15
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-2711-45/+56
* SPARK-2621. Update task InputMetrics incrementallySandy Ryza2014-10-276-21/+170
* [SPARK-4030] Make destroy public for broadcast variablesShivaram Venkataraman2014-10-273-4/+41
* [SPARK-3970] Remove duplicate removal of local dirsLiang-Chi Hsieh2014-10-262-5/+8
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-266-7/+127
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-255-9/+11