aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-0123-222/+212
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-011-1/+1
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-018-5/+629
* 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-302-24/+268
* 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-307-20/+12
* [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-301-2/+26
* [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-298-75/+154
* [SPARK-3795] Heuristics for dynamically scaling executorsAndrew Or2014-10-292-10/+487
* [SPARK-4097] Fix the race condition of 'thread'zsxwing2014-10-291-1/+5
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-296-41/+302
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-2931-1285/+472
* [SPARK-4084] Reuse sort key in SorterXiangrui Meng2014-10-285-49/+142
* [Spark 3922] Refactor spark-core to use Utils.UTF_8zsxwing2014-10-2812-29/+37
* [SPARK-4031] Make torrent broadcast read blocks on use.Shivaram Venkataraman2014-10-282-20/+38
* [SPARK-4107] Fix incorrect handling of read() and skip() return valuesJosh Rosen2014-10-286-29/+31
* [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-278-34/+50
* SPARK-2621. Update task InputMetrics incrementallySandy Ryza2014-10-275-21/+117
* [SPARK-4030] Make destroy public for broadcast variablesShivaram Venkataraman2014-10-272-3/+22
* [SPARK-3970] Remove duplicate removal of local dirsLiang-Chi Hsieh2014-10-262-5/+8
* [SPARK-3616] Add basic Selenium tests to WebUISuiteJosh Rosen2014-10-264-7/+10
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-255-9/+11
* [SPARK-4071] Unroll fails silently if BlockManager is smallAndrew Or2014-10-251-1/+16
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-2518-133/+430
* [SPARK-4080] Only throw IOException from [write|read][Object|External]Josh Rosen2014-10-2423-37/+66
* [SPARK-4067] refactor ExecutorUncaughtExceptionHandlerNan Zhu2014-10-245-22/+45
* [SPARK-4013] Do not create multiple actor systems on each executorAndrew Or2014-10-244-22/+61
* [SPARK-4075] [Deploy] Jar url validation is not enough for Jar fileKousuke Saruta2014-10-241-1/+10
* [SPARK-2713] Executors of same application in same host should only download ...Li Zhihui2014-10-243-20/+82
* [SPARK-3993] [PySpark] fix bug while reuse worker after take()Davies Liu2014-10-232-1/+12
* [SPARK-4019] [SPARK-3740] Fix MapStatus compression bug that could lead to em...Josh Rosen2014-10-231-12/+64
* [SPARK-4006] In long running contexts, we encountered the situation of double...Tal Sliwowicz2014-10-231-12/+13
* [SPARK-3426] Fix sort-based shuffle error when spark.shuffle.compress and spa...Josh Rosen2014-10-225-11/+37
* use isRunningLocally rather than runningLocallyCrazyJvm2014-10-221-1/+1
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-212-18/+42
* [SPARK-3994] Use standard Aggregator code path for countByKey and countByValueAaron Davidson2014-10-212-26/+16
* [SPARK-4020] Do not rely on timeouts to remove failed block managersAndrew Or2014-10-211-1/+1