aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4035] Fix a wrong format specifierzsxwing2014-10-211-1/+1
* [SPARK-3958] TorrentBroadcast cleanup / debugging improvements.Josh Rosen2014-10-212-77/+70
* [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-193-30/+112
* [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-166-13/+133
* [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-146-50/+98
* [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-141-2/+11
* [SPARK-3921] Fix CoarseGrainedExecutorBackend's arguments for Standalone modeAaron Davidson2014-10-134-6/+11
* [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-121-1/+5
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-123-11/+24
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-6/+4
* [SPARK-2924] Required by scala 2.11, only one fun/ctor amongst overriden alte...Prashant Sharma2014-10-101-2/+17
* [SPARK-3889] Attempt to avoid SIGBUS by not mmapping files in ConnectionManagerAaron Davidson2014-10-101-1/+15
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-103-3/+3
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-092-19/+41
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-092-3/+9
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-093-3/+3
* [SPARK-3741] Make ConnectionManager propagate errors properly and add mo...zsxwing2014-10-092-69/+172
* [SPARK-3844][UI] Truncate appName in WebUI if it is too longXiangrui Meng2014-10-091-1/+5
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-083-3/+3
* [SPARK-3829] Make Spark logo image on the header of HistoryPage as a link to ...Kousuke Saruta2014-10-071-2/+4
* [SPARK-3777] Display "Executor ID" for Tasks in Stage pagezsxwing2014-10-071-2/+2
* [SPARK-3825] Log more detail when unrolling a block failsAndrew Or2014-10-072-8/+39