aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare release v1.0.2-rc1Tathagata Das2014-07-251-1/+1
* Revert "[maven-release-plugin] prepare release v1.0.2-rc1"Tathagata Das2014-07-251-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Tathagata Das2014-07-251-1/+1
* [maven-release-plugin] prepare for next development iterationTathagata Das2014-07-251-1/+1
* [maven-release-plugin] prepare release v1.0.2-rc1Tathagata Das2014-07-251-1/+1
* [SPARK-2529] Clean closures in foreach and foreachPartition.Reynold Xin2014-07-251-2/+4
* Revert "[maven-release-plugin] prepare release v1.0.1-rc3"Tathagata Das2014-07-251-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Ubuntu2014-07-251-1/+1
* [SPARK-2598] RangePartitioner's binary search does not use the given OrderingReynold Xin2014-07-203-5/+20
* [SPARK-2534] Avoid pulling in the entire RDD in various operators (branch-1.0...Reynold Xin2014-07-172-29/+28
* [SPARK-2412] CoalescedRDD throws exception with certain pref locsAaron Davidson2014-07-172-2/+16
* [SPARK-2154] Schedule next Driver when one completes (standalone mode)Aaron Davidson2014-07-161-0/+1
* SPARK-1097: Do not introduce deadlock while fixing concurrency bugAaron Davidson2014-07-161-2/+5
* Add/increase severity of warning in documentation of groupBy()Aaron Davidson2014-07-142-9/+21
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-141-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc3Ubuntu2014-07-141-1/+1
* Updating versions for branch-1.0Patrick Wendell2014-07-121-1/+1
* [SPARK-2403] Catch all errors during serialization in DAGSchedulerDaniel Darabos2014-07-081-0/+5
* Resolve sbt warnings during build Ⅱwitgo2014-07-083-57/+57
* [maven-release-plugin] prepare for next development iterationUbuntu2014-07-041-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc2v1.0.1Ubuntu2014-07-041-1/+1
* HOTFIX: Merge issue with cf1d46e4.Patrick Wendell2014-07-041-2/+2
* SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing SparkAaron Davidson2014-07-031-0/+2
* [SPARK-2307][Reprise] Correctly report RDD blocks on SparkUIAndrew Or2014-07-036-23/+184
* [SPARK-2350] Don't NPE while launching driversAaron Davidson2014-07-031-1/+1
* [SPARK-1097] Workaround Hadoop conf ConcurrentModification issueRaymond Liu2014-07-031-2/+2
* [SPARK] Fix NPE for ExternalAppendOnlyMapAndrew Or2014-07-032-11/+46
* [SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-303-6/+78
* Revert "[maven-release-plugin] prepare release v1.0.1-rc1"Patrick Wendell2014-06-271-1/+1
* Revert "[maven-release-plugin] prepare for next development iteration"Patrick Wendell2014-06-271-1/+1
* [SPARK-2259] Fix highly misleading docs on cluster / client deploy modesAndrew Or2014-06-272-5/+17
* [SPARK-2307] SparkUI - storage tab displays incorrect RDDsAndrew Or2014-06-272-6/+5
* SPARK-2181:The keys for sorting the columns of Executor page in SparkUI are i...witgo2014-06-263-11/+17
* [maven-release-plugin] prepare for next development iterationUbuntu2014-06-261-1/+1
* [maven-release-plugin] prepare release v1.0.1-rc1Ubuntu2014-06-261-1/+1
* Small error in previous commitPatrick Wendell2014-06-261-2/+2
* Updating versions for 1.0.1 releasePatrick Wendell2014-06-261-1/+1
* [SPARK-2286][UI] Report exception/errors for failed tasks that are not Except...Reynold Xin2014-06-264-26/+75
* [SPARK-2251] fix concurrency issues in random sampler (branch-1.0)Xiangrui Meng2014-06-262-4/+15
* [SPARK-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-252-4/+35
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-252-9/+69
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-251-2/+20
* [SPARK-2204] Launch tasks on the proper executors in mesos fine-grained modeSebastien Rainville2014-06-251-7/+6
* [SPARK-2270] Kryo cannot serialize results returned by asJavaIterableReynold Xin2014-06-252-0/+65
* [SPARK-2258 / 2266] Fix a few worker UI bugsAndrew Or2014-06-252-3/+4
* [SPARK-2267] Log exception when TaskResultGetter fails to fetch/deserialze ta...Reynold Xin2014-06-251-1/+2
* Fix possible null pointer in acumulator toStringMichael Armbrust2014-06-241-1/+1
* [SPARK-1112, 2156] (1.0 edition) Use correct akka frame size and overhead amo...Patrick Wendell2014-06-227-18/+33
* [SPARK-2151] Recognize memory format for spark-submitnravi2014-06-191-2/+4
* [SPARK-2147 / 2161] Show removed executors on the UIAndrew Or2014-06-174-87/+107