aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-12411][CORE] Decrease executor heartbeat timeout to match heartbeat in...Nong Li2015-12-181-1/+3
* [SPARK-9552] Return "false" while nothing to kill in killExecutorsGrace2015-12-183-17/+24
* [SPARK-12350][CORE] Don't log errors when requested stream is not found.Marcelo Vanzin2015-12-182-11/+13
* [SPARK-12413] Fix Mesos ZK persistenceMichael Gummelt2015-12-181-1/+5
* [CORE][TESTS] minor fix of JavaSerializerSuiteJeff Zhang2015-12-181-2/+7
* [SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST serverIulian Dragos2015-12-181-1/+1
* [SPARK-12220][CORE] Make Utils.fetchFile support files that contain special c...Shixiong Zhu2015-12-175-6/+46
* Revert "Once driver register successfully, stop it to connect to master."Davies Liu2015-12-171-1/+0
* Once driver register successfully, stop it to connect to master.echo2mei2015-12-171-0/+1
* [SPARK-12390] Clean up unused serializer parameter in BlockManagerAndrew Or2015-12-162-28/+11
* [SPARK-12386][CORE] Fix NPE when spark.executor.port is set.Marcelo Vanzin2015-12-161-1/+6
* [SPARK-12186][WEB UI] Send the complete request URI including the query strin...Rohit Agarwal2015-12-161-1/+3
* [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutd...tedyu2015-12-163-20/+15
* [SPARK-10248][CORE] track exceptions in dagscheduler event loop in testsImran Rashid2015-12-162-4/+29
* [MINOR] Add missing interpolation in NettyRPCEnvAndrew Or2015-12-161-1/+1
* [SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos ...Timothy Chen2015-12-162-2/+7
* [SPARK-12062][CORE] Change Master to asyc rebuild UI when application completesBryan Cutler2015-12-152-29/+52
* [SPARK-9886][CORE] Fix to use ShutdownHookManager inNaveen2015-12-151-11/+5
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-152-1/+45