aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3560] Fixed setting spark.jars system property in yarn-cluster modeVictsm2014-09-181-1/+2
* [SPARK-3589][Minor]remove redundant codeWangTaoTheTonic2014-09-181-1/+1
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-3/+3
* [SPARK-3564][WebUI] Display App ID on HistoryPageKousuke Saruta2014-09-171-1/+3
* [SPARK-3490] Disable SparkUI for tests (backport into 1.1)Andrew Or2014-09-164-7/+16
* [SPARK-3518] Remove wasted statement in JsonProtocolKousuke Saruta2014-09-151-1/+0
* Revert "[Spark-3490] Disable SparkUI for tests"Andrew Or2014-09-124-16/+8
* [SPARK-3465] fix task metrics aggregation in local modeDavies Liu2014-09-111-1/+10
* [SPARK-3429] Don't include the empty string "" as a defaultAclUserAndrew Ash2014-09-111-1/+1
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-114-8/+16
* [SPARK-3345] Do correct parameters for ShuffleFileGroupLiang-Chi Hsieh2014-09-091-1/+1
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-091-1/+18
* SPARK-2425 Don't kill a still-running Application because of some misbehaving...Mark Hamstra2014-09-094-12/+22
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-071-9/+13
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+3
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-283-9/+36
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-282-8/+12
* [SPARK-3150] Fix NullPointerException in in Spark recovery: Add initializing ...Tatiana Borisova2014-08-281-0/+13
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-271-11/+15
* [SPARK-3243] Don't use stale spark-driver.* system propertiesAndrew Or2014-08-271-10/+9
* [SPARK-2608][Core] Fixed command line option passing issue over Mesos via SPA...Cheng Lian2014-08-272-4/+24
* [SPARK-3170][CORE][BUG]:RDD info loss in "StorageTab" and "ExecutorTab"uncleGen2014-08-272-3/+8
* [SPARK-3139] Made ContextCleaner to not block on shufflesTathagata Das2014-08-272-7/+23
* [SPARK-3167] Handle special driver configs in Windows (Branch 1.1)Andrew Or2014-08-261-6/+13
* [SPARK-3224] FetchFailed reduce stages should only show up once in failed sta...Reynold Xin2014-08-261-12/+20
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-261-1/+13
* [SPARK-2886] Use more specific actor system name than "spark"Andrew Or2014-08-255-13/+22
* [FIX] fix error message in sendMessageReliablyXiangrui Meng2014-08-251-2/+2
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-2011-74/+128
* [SPARK-2169] Don't copy appName / basePath everywhere.Marcelo Vanzin2014-08-2017-65/+48
* [SPARK-2849] Handle driver configs separately in client modeAndrew Or2014-08-206-36/+183
* [SPARK-3149] Connection establishment information is not enough.Kousuke Saruta2014-08-201-1/+1
* [SPARK-3062] [SPARK-2970] [SQL] spark-sql script ends with IOException when E...Kousuke Saruta2014-08-201-1/+14
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-196-40/+79
* [SPARK-3119] Re-implementation of TorrentBroadcast.Reynold Xin2014-08-192-167/+126
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-1924-663/+1046
* Move a bracket in validateSettings of SparkConfhzw199004162014-08-191-1/+1
* [SPARK-3089] Fix meaningless error message in ConnectionManagerKousuke Saruta2014-08-191-1/+1
* [SPARK-3116] Remove the excessive lockings in TorrentBroadcastReynold Xin2014-08-181-39/+27
* [SPARK-2718] [yarn] Handle quotes and other characters in user args.Marcelo Vanzin2014-08-181-1/+2
* [SPARK-2862] histogram method fails on some choices of bucketCountChandan Kumar2014-08-181-4/+11
* SPARK-2900. aggregate inputBytes per stageSandy Ryza2014-08-171-0/+6
* In the stop method of ConnectionManager to cancel the ackTimeoutMonitorGuoQiang Li2014-08-161-0/+1
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-161-0/+8
* [SPARK-2677] BasicBlockFetchIterator#next can wait foreverKousuke Saruta2014-08-161-10/+35
* [SPARK-2977] Ensure ShuffleManager is created before ShuffleBlockManagerJosh Rosen2014-08-164-19/+24
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-154-43/+31
* [SPARK-3015] Block on cleaning tasks to prevent Akka timeoutsAndrew Or2014-08-151-5/+7
* [SPARK-3046] use executor's class loader as the default serializer classloaderReynold Xin2014-08-154-3/+35
* SPARK-3028. sparkEventToJson should support SparkListenerExecutorMetrics...Sandy Ryza2014-08-152-1/+4