aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12701][CORE] FileAppender should use join to ensure writing thread com...Bryan Cutler2016-01-081-10/+1
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-081-0/+1
* [SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for KryoShixiong Zhu2016-01-072-7/+37
* [SPARK-12604][CORE] Addendum - use casting vs mapValues for countBy{Key,Value}Sean Owen2016-01-072-2/+2
* [SPARK-12598][CORE] bug in setMinPartitionsDarek Blasiak2016-01-071-3/+2
* [STREAMING][MINOR] More contextual information in logs + minor code i…Jacek Laskowski2016-01-073-4/+4
* [SPARK-12295] [SQL] external spilling for window functionsDavies Liu2016-01-065-8/+48
* [SPARK-12678][CORE] MapPartitionsRDD clearDependenciesGuillaume Poulin2016-01-061-1/+6
* [SPARK-12673][UI] Add missing uri prepending for job descriptionjerryshao2016-01-061-3/+3
* [SPARK-7689] Remove TTL-based metadata cleaning in Spark 2.0Josh Rosen2016-01-068-554/+36
* [SPARK-12640][SQL] Add simple benchmarking utility class and add Parquet scan...Nong Li2016-01-061-0/+120
* [SPARK-12604][CORE] Java count(AprroxDistinct)ByKey methods return Scala Long...Sean Owen2016-01-063-30/+36
* [SPARK-12665][CORE][GRAPHX] Remove Vector, VectorSuite and GraphKryoRegistrat...Kousuke Saruta2016-01-062-204/+0
* [SPARK-12340][SQL] fix Int overflow in the SparkPlan.executeTake, RDD.take an...QiangCai2016-01-062-10/+10
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0582-196/+176
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-05158-250/+246
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-053-11/+44
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-0517-624/+3
* [SPARK-12641] Remove unused code related to Hadoop 0.23Kousuke Saruta2016-01-051-10/+3
* [SPARK-12486] Worker should kill the executors more forcefully if possible.Nong Li2016-01-043-12/+112
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-0224-260/+78
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-3127-1113/+74
* [SPARK-12561] Remove JobLogger in Spark 2.0.Reynold Xin2015-12-301-277/+0
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-308-457/+13
* [SPARK-12399] Display correct error message when accessing REST API with an u...Carson Wang2015-12-301-2/+14
* [SPARK-12263][DOCS] IllegalStateException: Memory can't be 0 for SPARK_WORKER...Neelesh Srinivas Salian2015-12-301-1/+1
* [SPARK-12490][CORE] Limit the css style scope to fix the Streaming UIShixiong Zhu2015-12-293-3/+5
* [SPARK-12490] Don't use Javascript for web UI's paginated table controlsJosh Rosen2015-12-285-97/+178
* [SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugsShixiong Zhu2015-12-281-2/+1
* [SPARK-12222][CORE] Deserialize RoaringBitmap using Kryo serializer throw Buf...Daoyuan Wang2015-12-291-6/+1
* [SPARK-12517] add default RDD name for one created via sc.textFileYaron Weinsberg2015-12-292-2/+27
* [SPARK-12396][CORE] Modify the function scheduleAtFixedRate to schedule.echo2mei2015-12-251-2/+2
* [SPARK-12440][CORE] Avoid setCheckpoint warning when directory is not localpierre-borckmans2015-12-241-2/+3
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-2430-81/+183
* [SPARK-12500][CORE] Fix Tachyon deprecations; pull Tachyon dependency into on...Sean Owen2015-12-233-84/+104
* [SPARK-12471][CORE] Spark daemons will log their pid on start up.Nong Li2015-12-228-20/+34
* Minor corrections, i.e. typo fixes and follow deprecatedJacek Laskowski2015-12-225-6/+6
* [SPARK-11807] Remove support for Hadoop < 2.2Reynold Xin2015-12-212-24/+3
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-213-11/+272
* [SPARK-12466] Fix harmless NPE in testsAndrew Or2015-12-211-1/+5
* [SPARK-2331] SparkContext.emptyRDD should return RDD[T] not EmptyRDD[T]Reynold Xin2015-12-211-1/+1
* [SPARK-12392][CORE] Optimize a location order of broadcast blocks by consider...Takeshi YAMAMURO2015-12-212-2/+29
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-211-1/+1
* [SPARK-11808] Remove Bagel.Reynold Xin2015-12-192-2/+2
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-192-2/+2
* Revert "[SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs wit...Andrew Or2015-12-182-7/+2
* Revert "[SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST...Andrew Or2015-12-181-1/+1
* Revert "[SPARK-12413] Fix Mesos ZK persistence"Andrew Or2015-12-181-5/+1
* [SPARK-12345][CORE] Do not send SPARK_HOME through Spark submit REST interfaceLuc Bourlier2015-12-181-2/+4
* [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the n...Shixiong Zhu2015-12-184-77/+96