aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[SPARK-2468] Netty based block server / client module"Patrick Wendell2014-08-1523-980/+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-1423-666/+980
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-1412-22/+104
* 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-141-5/+6
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-141-1/+6
* 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-121-2/+9
* [SPARK-2931] In TaskSetManager, reset currentLocalityIndex after recomputing ...Josh Rosen2014-08-111-3/+8
* [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-102-51/+68
* [SPARK-2898] [PySpark] fix bugs in deamon.pyDavies Liu2014-08-101-1/+1
* [SPARK-2950] Add gc time and shuffle write time to JobLoggerShivaram Venkataraman2014-08-101-3/+6
* Remove extra semicolon in Task.scalaGuoQiang Li2014-08-101-1/+1
* Turn UpdateBlockInfo into case class.Reynold Xin2014-08-091-19/+1
* [SPARK-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-091-0/+4
* [SPARK-1766] sorted functions to meet pedantic requirementsChris Cope2014-08-091-19/+19
* [SPARK-2861] Fix Doc comment of histogram methodChandan Kumar2014-08-091-3/+3
* [SPARK-2635] Fix race condition at SchedulerBackend.isReady in standalone modeli-zhihui2014-08-082-17/+19
* [SPARK-2911] apply parent[T](j) to clarify UnionRDD codeErik Erlandson2014-08-081-2/+1
* [Web UI]Make decision order of Worker's WebUI port consistent with Master'sWangTao2014-08-083-10/+10
* [SPARK-2897][SPARK-2920]TorrentBroadcast does use the serializer class specif...GuoQiang Li2014-08-081-6/+25
* [SPARK-2911]: provide rdd.parent[T](j) to obtain jth parent RDDErik Erlandson2014-08-071-0/+5
* [SPARK-2904] Remove non-used local variable in SparkSubmitArgumentsKousuke Saruta2014-08-071-1/+0
* SPARK-2565. Update ShuffleReadMetrics as blocks are fetchedSandy Ryza2014-08-077-55/+74
* SPARK-2787: Make sort-based shuffle write files directly when there's no sort...Matei Zaharia2014-08-074-97/+245
* [SPARK-2887] fix bug of countApproxDistinct() when have more than one partitionDavies Liu2014-08-061-1/+1
* [SPARK-2583] ConnectionManager error reportingKousuke Saruta2014-08-067-80/+125
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-068-78/+91
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-061-25/+14
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-0616-80/+200
* SPARK-2294: fix locality inversion bug in TaskManagerCodingCat2014-08-053-53/+65
* SPARK-2869 - Fix tiny bug in JdbcRdd for closing jdbc connectionStephen Boesch2014-08-051-3/+10
* [SPARK-2503] Lower shuffle output buffer (spark.shuffle.file.buffer.kb) to 32KB.Reynold Xin2014-08-054-4/+4
* SPARK-2380: Support displaying accumulator values in the web UIPatrick Wendell2014-08-0511-13/+240
* SPARK-1890 and SPARK-1891- add admin and modify aclsThomas Graves2014-08-054-21/+96
* [SPARK-2856] Decrease initial buffer size for Kryo to 64KB.Reynold Xin2014-08-051-1/+3
* [SPARK-1779] Throw an exception if memory fractions are not between 0 and 1wangfei2014-08-051-0/+14
* [SPARK-2857] Correct properties to set Master / Worker portsAndrew Or2014-08-052-3/+3