aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-068-105/+315
* SPARK-1734: spark-submit throws an exception: Exception in thread "main"...witgo2014-05-061-1/+1
* [SPARK-1685] Cancel retryTimer on restart of Worker or AppClientMark Hamstra2014-05-062-8/+15
* Update OpenHashSet.scalaArcherShao2014-05-061-2/+2
* Expose SparkListeners and relevant classes as DeveloperApiAndrew Or2014-05-0511-33/+78
* SPARK-1728. JavaRDDLike.mapPartitionsWithIndex requires ClassTagSandy Ryza2014-05-051-2/+2
* SPARK-1721: Reset the thread classLoader in the Mesos ExecutorBouke van der Bijl2014-05-052-4/+3
* SPARK-1710: spark-submit should print better errors than "InvocationTargetExc...Sandeep2014-05-041-2/+10
* SPARK-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it...Sean Owen2014-05-041-3/+2
* SPARK-1689 AppClient should indicate app is dead() when removedAaron Davidson2014-05-034-14/+12
* [Bugfix] Tachyon file cleanup logical errorCheng Lian2014-05-031-5/+5
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-034-31/+48
* SPARK-1700: Close socket file descriptors on task completionAaron Davidson2014-05-021-1/+10
* delete no use varwangfei2014-05-021-2/+0
* Add tests for FileLogger, EventLoggingListener, and ReplayListenerBusAndrew Or2014-05-018-36/+791
* SPARK-1659: improvements spark-submit usagewitgo2014-05-011-2/+0
* fix the spelling mistakewangfei2014-05-011-1/+1
* Fix SPARK-1629: Spark should inline use of commons-lang `SystemUtils.IS_...witgo2014-04-301-4/+9
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-291-8/+2
* Handle the vals that never usedWangTao2014-04-294-5/+1
* Args for worker rather than masterChen Chao2014-04-291-1/+1
* SPARK-1509: add zipWithIndex zipWithUniqueId methods to java apiwitgo2014-04-292-8/+45
* SPARK-1557 Set permissions on event log files/directoriesThomas Graves2014-04-292-6/+22
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-282-2/+6
* SPARK-1654 and SPARK-1653: Fixes in spark-submit.Patrick Wendell2014-04-281-1/+3
* SPARK-1652: Spark submit should fail gracefully if YARN not enabledPatrick Wendell2014-04-282-0/+16
* Fix SPARK-1609: Executor fails to start when Command.extraJavaOptions contai...witgo2014-04-271-4/+5
* SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fa...Patrick Wendell2014-04-275-20/+82
* SPARK-1606: Infer user application arguments instead of requiring --arg.Patrick Wendell2014-04-264-149/+162