aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2976] Replace tabs with spacesKousuke Saruta2014-08-251-138/+137
* [FIX] fix error message in sendMessageReliablyXiangrui Meng2014-08-251-2/+2
* Clean unused code in SortShuffleWriterRaymond Liu2014-08-231-6/+1
* [SPARK-2871] [PySpark] add approx API for RDDDavies Liu2014-08-231-0/+17
* [Minor] fix typoLiang-Chi Hsieh2014-08-231-1/+1
* [SPARK-3068]remove MaxPermSize option for jvm 1.8Daoyuan Wang2014-08-231-2/+2
* [SPARK-2848] Shade Guava in uber-jars.Marcelo Vanzin2014-08-201-0/+35
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-2015-224/+555
* [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-199-43/+144
* [SPARK-3119] Re-implementation of TorrentBroadcast.Reynold Xin2014-08-193-240/+181
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-1928-663/+1483
* 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-2169] Don't copy appName / basePath everywhere.Marcelo Vanzin2014-08-1817-65/+48
* [SPARK-2862] histogram method fails on some choices of bucketCountChandan Kumar2014-08-182-4/+34
* SPARK-3093 : masterLock in Worker is no longer needCrazyJvm2014-08-181-27/+14
* SPARK-2900. aggregate inputBytes per stageSandy Ryza2014-08-172-1/+14
* 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-162-11/+78
* [SPARK-2977] Ensure ShuffleManager is created before ShuffleBlockManagerJosh Rosen2014-08-166-26/+37
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-157-73/+182
* [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-156-4/+128
* SPARK-3028. sparkEventToJson should support SparkListenerExecutorMetrics...Sandy Ryza2014-08-152-1/+4
* Revert "[SPARK-2468] Netty based block server / client module"Patrick Wendell2014-08-1528-2769/+666
* [SPARK-2924] remove default args to overloaded methodsAnand Avati2014-08-151-1/+1
* Add caching information to rdd.toDebugStringNathan Kronenfeld2014-08-141-5/+25
* [SPARK-2736] PySpark converter and example script for reading Avro filesKan Zhang2014-08-143-13/+17
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-1428-666/+2769
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-1414-23/+144
* SPARK-3009: Reverted readObject method in ApplicationInfo so that Applic...Jacek Lewandowski2014-08-141-0/+5
* Minor cleanup of metrics.SourceReynold Xin2014-08-147-19/+17
* SPARK-2893: Do not swallow Exceptions when running a custom kryo registratorGraham Dennis2014-08-142-5/+16
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-142-2/+9
* SPARK-3020: Print completed indices rather than tasks in web UIPatrick Wendell2014-08-133-1/+4
* [SPARK-1777 (partial)] bugfix: make size of requested memory correctlyZhang, Liye2014-08-121-2/+2
* Use transferTo when copy merge files in ExternalSorterRaymond Liu2014-08-122-11/+25
* [SPARK-2953] Allow using short names for io compression codecsReynold Xin2014-08-122-2/+27
* [SPARK-2931] In TaskSetManager, reset currentLocalityIndex after recomputing ...Josh Rosen2014-08-112-5/+46
* [SPARK-2952] Enable logging actor messages at DEBUG levelReynold Xin2014-08-1113-38/+111
* [SPARK-2936] Migrate Netty network module from Java to ScalaReynold Xin2014-08-1012-364/+292
* [SPARK-2937] Separate out samplyByKeyExact as its own API in PairRDDFunctionDoris Xin2014-08-104-128/+216