aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9128] [CORE] Get outerclasses and objects with only one method calling...Liang-Chi Hsieh2015-07-212-58/+28
* [SPARK-9036] [CORE] SparkListenerExecutorMetricsUpdate messages not included ...Ben2015-07-212-4/+96
* [SPARK-9193] Avoid assigning tasks to "lost" executor(s)Grace2015-07-211-5/+12
* [SPARK-8401] [BUILD] Scala version switching build enhancementsMichael Allman2015-07-211-1/+1
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-2110-192/+172
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-204-2/+87
* [SPARK-9187] [WEBUI] Timeline view may show negative value for running tasksCarson Wang2015-07-201-8/+15
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-201-0/+8