aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [Spark] RDD take() method: overestimate too muchyingjieMiao2014-10-132-8/+12
* [SPARK-3905][Web UI]The keys for sorting the columns of Executor page ,Stage ...GuoQiang Li2014-10-123-12/+12
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-122-1/+45
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-124-13/+28
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-6/+4
* [SPARK-2924] Required by scala 2.11, only one fun/ctor amongst overriden alte...Prashant Sharma2014-10-102-6/+21
* [SPARK-3889] Attempt to avoid SIGBUS by not mmapping files in ConnectionManagerAaron Davidson2014-10-101-1/+15
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-104-5/+5
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-0912-65/+89
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-092-3/+9
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-094-5/+5
* [SPARK-3741] Make ConnectionManager propagate errors properly and add mo...zsxwing2014-10-092-69/+172
* [SPARK-3844][UI] Truncate appName in WebUI if it is too longXiangrui Meng2014-10-091-1/+5
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-084-5/+5
* [SPARK-3829] Make Spark logo image on the header of HistoryPage as a link to ...Kousuke Saruta2014-10-071-2/+4
* [SPARK-3777] Display "Executor ID" for Tasks in Stage pagezsxwing2014-10-071-2/+2
* [SPARK-3825] Log more detail when unrolling a block failsAndrew Or2014-10-072-8/+39
* [SPARK-3731] [PySpark] fix memory leak in PythonRDDDavies Liu2014-10-071-0/+5
* [SPARK-3762] clear reference of SparkEnv after stopDavies Liu2014-10-076-18/+8
* [SPARK-3827] Very long RDD names are not rendered properly in web UIHossein2014-10-071-0/+5
* Rectify gereneric parameter names between SparkContext and AccumulablePa...Nathan Kronenfeld2014-10-051-6/+6
* SPARK-3794 [CORE] Building spark core fails due to inadvertent dependency on ...Sean Owen2014-10-052-11/+10
* SPARK-1656: Fix potential resource leakszsxwing2014-10-053-15/+40
* [SPARK-3597][Mesos] Implement `killTask`.Brenden Matthews2014-10-051-0/+7
* [SPARK-1860] More conservative app directory cleanup.mcheah2014-10-034-27/+62
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-0321-76/+299
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA.Marcelo Vanzin2014-10-033-10/+14
* [SPARK-3535][Mesos] Fix resource handling.Brenden Matthews2014-10-033-8/+68
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-032-26/+50
* [DEPLOY] SPARK-3759: Return the exit code of the driver processEric Eijkelenboom2014-10-021-1/+2
* [SPARK-3755][Core] avoid trying privileged port when request a non-privileged...scwf2014-10-021-1/+6
* [SPARK-3632] ConnectionManager can run out of receive threads with authentica...Thomas Graves2014-10-023-79/+63
* [SPARK-3495] Block replication fails continuously when the replication target...Tathagata Das2014-10-028-49/+544
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-021-1/+2
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-027-17/+160
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-012-2/+66
* Revert "[SPARK-3755][Core] Do not bind port 1 - 1024 to server in spark"Patrick Wendell2014-10-011-1/+1
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-011-0/+4
* [SPARK-3756] [Core]check exception is caused by an address-port collision pro...scwf2014-10-011-0/+3
* [SPARK-3755][Core] Do not bind port 1 - 1024 to server in sparkscwf2014-10-011-1/+1
* [SPARK-3749] [PySpark] fix bugs in broadcast large closure of RDDDavies Liu2014-10-011-13/+21
* [SPARK-3757] mvn clean doesn't delete some filesMasayoshi TSUZUKI2014-10-011-0/+11
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-3747] TaskResultGetter could incorrectly abort a stage if it cannot ge...Reynold Xin2014-10-011-2/+5
* Remove compiler warning from TaskContext change.Reynold Xin2014-09-301-4/+4
* [SPARK-3356] [DOCS] Document when RDD elements' ordering within partitions is...Sean Owen2014-09-302-5/+24
* [SPARK-3734] DriverRunner should not read SPARK_HOME from submitter's environ...Josh Rosen2014-09-291-4/+1
* [SPARK-3709] Executors don't always report broadcast block removal properly b...Reynold Xin2014-09-292-3/+3
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-298-97/+236
* Minor cleanup of code.Reynold Xin2014-09-293-47/+31