aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-141-1/+1
* [maven-release-plugin] prepare release v1.0.0-rc6Patrick Wendell2014-05-141-1/+1
* Revert "[maven-release-plugin] prepare release v1.0.0-rc5"Patrick Wendell2014-05-141-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-05-141-1/+1
* [SPARK-1620] Handle uncaught exceptions in function run by Akka schedulerMark Hamstra2014-05-145-18/+36
* [SPARK-1769] Executor loss causes NPE race conditionAndrew Or2014-05-145-26/+35
* SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve...Koert Kuipers2014-05-142-3/+11
* Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per ...Patrick Wendell2014-05-132-95/+0
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-131-3/+3
* [SPARK-1784] Add a new partitioner to allow specifying # of keys per partitionSyed Hashmi2014-05-132-0/+95
* [SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePathYe Xianjin2014-05-131-1/+1
* [SPARK-1816] LiveListenerBus dies if a listener throws an exceptionAndrew Or2014-05-134-29/+109
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-131-1/+1
* [maven-release-plugin] prepare release v1.0.0-rc5Patrick Wendell2014-05-131-1/+1
* Revert "[maven-release-plugin] prepare release v1.0.0-rc4"Patrick Wendell2014-05-121-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-05-121-1/+1
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-131-1/+1
* [maven-release-plugin] prepare release v1.0.0-rc4Patrick Wendell2014-05-131-1/+1
* SPARK-1815. SparkContext should not be marked DeveloperApiSandy Ryza2014-05-121-2/+0
* [SPARK-1780] Non-existent SPARK_DAEMON_OPTS is lurking aroundAndrew Or2014-05-121-1/+1
* Typo: resond -> respondAndrew Ash2014-05-121-1/+1
* SPARK-1623: Use File objects instead of String's in HTTPBroadcastPatrick Wendell2014-05-121-4/+4
* Rename testExecutorEnvs --> executorEnvs.Patrick Wendell2014-05-124-9/+8
* Rollback versions for 1.0.0-rc4Patrick Wendell2014-05-121-1/+1
* [maven-release-plugin] prepare for next development iterationPatrick Wendell2014-05-121-1/+1
* [maven-release-plugin] prepare release v1.0.0-rc4Patrick Wendell2014-05-121-1/+1
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-1214-85/+116
* SPARK-1806: Upgrade Mesos dependency to 0.18.1Bernardo Gomez Palacio2014-05-123-3/+4
* SPARK-1772 Stop catching Throwable, let Executors dieAaron Davidson2014-05-1219-140/+127
* SPARK-1770: Load balance elements when repartitioning.Patrick Wendell2014-05-112-2/+46
* remove outdated runtime Information scala homewitgo2014-05-111-2/+1
* [SPARK-1774] Respect SparkSubmit --jars on YARN (client)Andrew Or2014-05-103-50/+101
* SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fa...Sean Owen2014-05-101-2/+1
* [SPARK-1690] Tolerating empty elements when saving Python RDD to text filesKan Zhang2014-05-101-2/+3
* Add Python includes to path before depickling broadcast valuesBouke van der Bijl2014-05-101-5/+5
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-1018-42/+65
* SPARK-1686: keep schedule() calling in the main threadCodingCat2014-05-091-3/+12
* SPARK-1770: Revert accidental(?) fixAaron Davidson2014-05-091-2/+2
* Converted bang to ask to avoid scary warning when a block is removedTathagata Das2014-05-081-1/+1
* MINOR: Removing dead code.Patrick Wendell2014-05-081-1/+0
* SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfoSandeep2014-05-081-9/+7
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-081-2/+2
* [SPARK-1755] Respect SparkSubmit --name on YARNAndrew Or2014-05-082-8/+11
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-085-22/+17
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-081-4/+4
* [SPARK-1688] Propagate PySpark worker stderr to driverAndrew Or2014-05-074-101/+123
* Nicer logging for SecurityManager startupAndrew Ash2014-05-071-2/+3
* SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptionsAaron Davidson2014-05-073-105/+127
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-071-5/+5
* SPARK-1746: Support setting SPARK_JAVA_OPTS on executors for backwards compat...Patrick Wendell2014-05-071-2/+9