aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.Reynold Xin2015-08-032-4/+4
* [SPARK-8416] highlight and topping the executor threads in thread dumping pageCodingCat2015-08-032-3/+29
* [SPARK-9263] Added flags to exclude dependencies when using --packagesBurak Yavuz2015-08-033-15/+55
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-20/+0
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-0338-134/+839
* [SPARK-1855] Local checkpointingAndrew Or2015-08-0313-313/+1078
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-036-11/+178
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-027-75/+237
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-011-10/+31
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-0112-170/+749
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-313-30/+49
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-316-1/+1314
* [SPARK-9056] [STREAMING] Rename configuration `spark.streaming.minRememberDur...Sameer Abhyankar2015-07-311-1/+3
* [SPARK-9202] capping maximum number of executor&driver information kept in Wo...CodingCat2015-07-315-94/+315
* [SPARK-9446] Clear Active SparkContext in stop() methodtedyu2015-07-311-13/+37
* [SPARK-9497] [SPARK-9509] [CORE] Use ask instead of askWithRetryzsxwing2015-07-311-2/+3
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-302-38/+33
* [SPARK-9199] [CORE] Update Tachyon dependency from 0.6.4 -> 0.7.0Calvin Jia2015-07-301-29/+5
* [SPARK-8742] [SPARKR] Improve SparkR error messages for DataFrame APIHossein2015-07-301-2/+8
* [SPARK-9437] [CORE] avoid overflow in SizeEstimatorImran Rashid2015-07-301-3/+3
* [SPARK-8850] [SQL] Enable Unsafe mode by defaultJosh Rosen2015-07-301-0/+14
* [SPARK-8297] [YARN] Scheduler backend is not notified in case node fails in YARNMridul Muralidharan2015-07-302-1/+3
* [SPARK-9267] [CORE] Retire stringify(Partial)?Value from AccumulatorsFrançois Garillot2015-07-302-7/+2
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-302-0/+28
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-291-0/+297
* [SPARK-9460] Avoid byte array allocation in StringPrefixComparator.Reynold Xin2015-07-292-32/+16
* [SPARK-9458] Avoid object allocation in prefix generation.Reynold Xin2015-07-292-28/+0
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-294-31/+45
* [SPARK-746] [CORE] Added Avro Serialization to KryoJoseph Batchik2015-07-295-1/+267
* [SPARK-9419] ShuffleMemoryManager and MemoryStore should track memory on a pe...Josh Rosen2015-07-289-152/+184
* [SPARK-4352] [YARN] [WIP] Incorporate locality preferences in dynamic allocat...jerryshao2015-07-2711-30/+224
* [SPARK-9366] use task's stageAttemptId in TaskEnd eventRyan Williams2015-07-271-1/+1
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-272-1/+25
* [SPARK-9326] Close lock file used for file downloads.Kay Ousterhout2015-07-261-2/+3
* [SPARK-9352] [SPARK-9353] Add tests for standalone scheduling codeAndrew Or2015-07-262-5/+202
* [SPARK-8881] [SPARK-9260] Fix algorithm for scheduling executors on workersNishkam Ravi2015-07-251-37/+75
* [SPARK-9067] [SQL] Close reader in NewHadoopRDD early if there is no more dataLiang-Chi Hsieh2015-07-241-13/+24
* [SPARK-9261] [STREAMING] Avoid calling APIs that expose shaded classes.Marcelo Vanzin2015-07-241-0/+19
* [SPARK-9305] Rename org.apache.spark.Row to Item.Reynold Xin2015-07-241-5/+5
* [SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's partitio...François Garillot2015-07-242-1/+24
* [SPARK-9183] confusing error message when looking up missing function in Spar...Yijie Shen2015-07-232-0/+8
* [Build][Minor] Fix building error & performanceCheng Hao2015-07-231-0/+1
* [SPARK-9266] Prevent "managed memory leak detected" exception from masking or...Josh Rosen2015-07-232-2/+30
* [SPARK-8695] [CORE] [MLLIB] TreeAggregation shouldn't be triggered when it do...Perinkulam I. Ganesh2015-07-231-1/+3
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-2213-211/+102
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-225-7/+7
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-2221-56/+56
* [SPARK-5423] [CORE] Register a TaskCompletionListener to make sure release al...zsxwing2015-07-211-6/+19
* [SPARK-4598] [WEBUI] Task table pagination for the Stage pagezsxwing2015-07-216-222/+1102
* [SPARK-7171] Added a method to retrieve metrics sources in TaskContextJacek Lewandowski2015-07-2112-15/+59