aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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-2710-39/+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-265-7/+122
* 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-2519-133/+508
* [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-242-1/+16
* [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-233-34/+100
* [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-226-11/+61
* use isRunningLocally rather than runningLocallyCrazyJvm2014-10-221-1/+1
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-215-21/+119
* [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
* [SPARK-4035] Fix a wrong format specifierzsxwing2014-10-211-1/+1
* [SPARK-3958] TorrentBroadcast cleanup / debugging improvements.Josh Rosen2014-10-213-92/+97
* [SPARK-3736] Workers reconnect when disassociated from the master.mcheah2014-10-203-20/+72
* [SPARK-4010][Web UI]Spark UI returns 500 in yarn-client modeGuoQiang Li2014-10-202-5/+5
* [SPARK-3948][Shuffle]Fix stream corruption bug in sort-based shufflejerryshao2014-10-202-6/+28
* [SPARK-3902] [SPARK-3590] Stabilize AsynRDDActions and add Java APIJosh Rosen2014-10-195-34/+234
* [SPARK-2546] Clone JobConf for each task (branch-1.0 / 1.1 backport)Josh Rosen2014-10-191-15/+38
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-183-8/+21
* [SPARK-3935][Core] log the number of records that has been writtenlikun2014-10-171-2/+0
* [SPARK-3973] Print call site information for broadcastsShivaram Venkataraman2014-10-161-0/+2
* [SPARK-3067] JobProgressPage could not show Fair Scheduler Pools section some...yantangzhai2014-10-161-1/+4
* [SPARK-3741] Add afterExecute for handleConnectExecutorzsxwing2014-10-161-1/+10
* [SPARK-3941][CORE] _remainingmem should not increase twice when updateBlockInfoZhang, Liye2014-10-161-4/+5
* [SPARK-3923] Increase Akka heartbeat pause above heartbeat intervalAaron Davidson2014-10-161-1/+1
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-1613-219/+178
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-162-4/+17
* [SPARK-3944][Core] Code re-factored as suggestedShiti2014-10-161-8/+8
* [SPARK-2098] All Spark processes should support spark-defaults.conf, config fileGuoQiang Li2014-10-147-50/+117
* [SPARK-3944][Core] Using Option[String] where value of String can be nullshitis2014-10-141-12/+14
* SPARK-3178 setting SPARK_WORKER_MEMORY to a value without a label (m or g) s...Bill Bejeck2014-10-142-2/+93
* [SPARK-3921] Fix CoarseGrainedExecutorBackend's arguments for Standalone modeAaron Davidson2014-10-135-12/+15
* [Spark] RDD take() method: overestimate too muchyingjieMiao2014-10-132-8/+12
* [SPARK-3905][Web UI]The keys for sorting the columns of Executor page ,Stage ...GuoQiang Li2014-10-123-12/+12
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-122-1/+45
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-124-13/+28
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-6/+4