aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8769] [TRIVIAL] [DOCS] toLocalIterator should mention it results in ma...Holden Karau2015-07-011-0/+4
* [SPARK-8771] [TRIVIAL] Add a version to the deprecated annotation for the act...Holden Karau2015-07-011-2/+2
* [SPARK-8688] [YARN] Bug fix: disable the cache fs to gain the HDFS connection.huangzhaowei2015-07-011-0/+13
* [SPARK-6602][Core]Remove unnecessary synchronizedzsxwing2015-06-301-5/+2
* [SPARK-6602][Core] Update Master, Worker, Client, AppClient and related class...zsxwing2015-06-3022-548/+691
* [SPARK-8739] [WEB UI] [WINDOWS] A illegal character `\r` can be contained in ...Kousuke Saruta2015-06-301-1/+1
* [SPARK-8705] [WEBUI] Don't display rects when totalExecutionTime is 0zsxwing2015-06-301-22/+30
* [SPARK-8372] Do not show applications that haven't recorded their app ID yet.Marcelo Vanzin2015-06-301-33/+65
* [SPARK-2645] [CORE] Allow SparkEnv.stop() to be called multiple times without...Joshi2015-06-301-32/+34
* [SPARK-8560] [UI] The Executors page will have negative if having resubmitted...xutingjun2015-06-301-3/+10
* [SPARK-8437] [DOCS] Corrected: Using directory path without wildcard for file...Sean Owen2015-06-301-3/+5
* [SPARK-8592] [CORE] CoarseGrainedExecutorBackend: Cannot register with driver...xuchenCN2015-06-301-1/+4
* [SPARK-7756] [CORE] More robust SSL options processing.Tim Ellison2015-06-301-5/+38
* Revert "[SPARK-8437] [DOCS] Using directory path without wildcard for filenam...Andrew Or2015-06-291-6/+2
* [SPARK-8019] [SPARKR] Support SparkR spawning worker R processes with a comma...Michael Sannella x2682015-06-291-1/+1
* [SPARK-8410] [SPARK-8475] remove previous ivy resolution when using spark-submitBurak Yavuz2015-06-291-14/+23
* [SPARK-8437] [DOCS] Using directory path without wildcard for filename slow f...Sean Owen2015-06-291-2/+6
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-291-0/+33
* [SPARK-8528] Expose SparkContext.applicationId in PySparkVladimir Vladimirov2015-06-291-0/+8
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-291-23/+15
* [SPARK-8702] [WEBUI] Avoid massive concating strings in Javascriptzsxwing2015-06-301-44/+44
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-271-15/+22
* [SPARK-8623] Hadoop RDDs fail to properly serialize configurationSandy Ryza2015-06-271-2/+4
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-261-1/+16
* [SPARK-8344] Add message processing time metric to DAGSchedulerJosh Rosen2015-06-263-5/+22
* [SPARK-5768] [WEB UI] Fix for incorrect memory in Spark UIJoshi2015-06-252-1/+5
* [SPARK-7884] Move block deserialization from BlockStoreShuffleFetcher to Shuf...Matt Massie2015-06-243-72/+129
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-191-6/+106
* [SPARK-8476] [CORE] Setters inc/decDiskBytesSpilled in TaskMetrics should als...Takuya UESHIN2015-06-191-2/+2
* [SPARK-7913] [CORE] Make AppendOnlyMap use the same growth strategy of OpenHa...zsxwing2015-06-191-6/+4
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-1812-28/+102
* [SPARK-8095] Resolve dependencies of --packages in local ivy cacheBurak Yavuz2015-06-171-7/+15
* [SPARK-8392] RDDOperationGraph: getting cached nodes is slowxutingjun2015-06-172-4/+4
* [SPARK-8373] [PYSPARK] Remove PythonRDD.emptyRDDzsxwing2015-06-171-5/+0
* [SPARK-7913] [CORE] Increase the maximum capacity of PartitionedPairBuffe, Pa...zsxwing2015-06-173-18/+53
* [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling...zsxwing2015-06-171-0/+5
* [SPARK-8372] History server shows incorrect information for application not s...Carson Wang2015-06-171-15/+23
* [SPARK-8161] Set externalBlockStoreInitialized to be true, after ExternalBloc...Mingfei2015-06-171-1/+3
* [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMapVyacheslav Baranov2015-06-171-3/+7
* [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variablesKan Zhang2015-06-165-12/+33
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-141-12/+21
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-131-3/+0
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-101-4/+13
* [SPARK-2774] Set preferred locations for reduce tasksShivaram Venkataraman2015-06-102-4/+82
* [SPARK-7261] [CORE] Change default log level to WARN in the REPLzsxwing2015-06-101-7/+19
* [SPARK-7527] [CORE] Fix createNullValue to return the correct null values and...zsxwing2015-06-102-29/+20
* [SPARK-7756] CORE RDDOperationScope fix for IBM JavaAdam Roberts2015-06-101-4/+3
* [SPARK-8282] [SPARKR] Make number of threads used in RBackend configurableHossein2015-06-101-2/+3
* [SPARK-5479] [YARN] Handle --py-files correctly in YARN.Marcelo Vanzin2015-06-101-60/+17
* [SPARK-7996] Deprecate the developer api SparkEnv.actorSystemIlya Ganelin2015-06-101-1/+4