aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Pull detection of being in a shutdown hook into utility function.Charles Reiss2013-02-192-14/+23
| | * | | | | | | | | | | Catch/log errors deleting temp dirsCharles Reiss2013-02-191-1/+5
| | * | | | | | | | | | | Paranoid uncaught exception handling for exceptions during shutdownCharles Reiss2013-02-191-6/+23
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * / | | | | | | | | | Added a method to create PartitionPruningRDD.Reynold Xin2013-02-191-0/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-2083-802/+926
|\| | | | | | | | | |
| * | | | | | | | | | Rename "jobs" to "applications" in the standalone clusterMatei Zaharia2013-02-1731-286/+290
| * | | | | | | | | | Renamed "splits" to "partitions"Matei Zaharia2013-02-1745-376/+391
| * | | | | | | | | | Merge pull request #471 from stephenh/parallelrddMatei Zaharia2013-02-163-34/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Move ParallelCollection into spark.rdd package.Stephen Haberman2013-02-163-34/+29
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #470 from stephenh/morekMatei Zaharia2013-02-163-7/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Make CoGroupedRDDs explicitly have the same key type.Stephen Haberman2013-02-163-7/+7
| | |/ / / / / / / / /
| * | | | | | | | | | Add assertion about dependencies.Stephen Haberman2013-02-162-4/+14
| * | | | | | | | | | Avoid a shuffle if combineByKey is passed the same partitioner.Stephen Haberman2013-02-162-1/+16
| |/ / / / / / / / /
| * | | | | | | | | use appid instead of frameworkid; simplify stupid conditionImran Rashid2013-02-131-2/+2
| * | | | | | | | | include jobid in Executor commandline argsImran Rashid2013-02-132-3/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge pull request #464 from pwendell/java-type-fixMatei Zaharia2013-02-111-0/+24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Initial cut at replacing K, V in Java filesPatrick Wendell2013-02-111-0/+24
| | |/ / / / / / /
| * | | | | | | | Merge pull request #465 from pwendell/java-sort-fixMatei Zaharia2013-02-111-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SPARK-696: sortByKey should use 'ascending' parameterPatrick Wendell2013-02-111-1/+1
| | |/ / / / / / /
| * | | | | | | | Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-111-4/+10
| * | | | | | | | Some bug and formatting fixes to FTMatei Zaharia2013-02-105-16/+21
| * | | | | | | | Detect hard crashes of workers using a heartbeat mechanism.root2013-02-108-7/+62
| * | | | | | | | Tweak web UI so that people don't get confused about master URL formatMatei Zaharia2013-02-105-11/+14
| |/ / / / / / /
| * | | | | | | Merge pull request #448 from squito/fetch_maxBytesInFlightMatei Zaharia2013-02-091-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | add as many fetch requests as we can, subject to maxBytesInFlightImran Rashid2013-02-051-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #452 from stephenh/miscMatei Zaharia2013-02-0926-98/+89
| |\ \ \ \ \ \
| | * | | | | | Move JavaRDDLike.coalesce into the right places.Stephen Haberman2013-02-094-5/+15
| | * | | | | | Fix JavaRDDLike.coalesce return type.Stephen Haberman2013-02-091-1/+1
| | * | | | | | Add back return types.Stephen Haberman2013-02-0919-31/+35
| | * | | | | | Remove RDD.coalesce default arguments.Stephen Haberman2013-02-092-7/+1
| | * | | | | | Clean up RDDs, mainly to use getSplits.Stephen Haberman2013-02-0511-59/+30
| | * | | | | | Remove unneeded zipWithIndex.Stephen Haberman2013-02-051-5/+7
| | * | | | | | Add RDD.coalesce.Stephen Haberman2013-02-054-6/+23
| | * | | | | | Add private, minor formatting.Stephen Haberman2013-02-051-21/+14
| * | | | | | | Merge branch 'master' of https://github.com/mesos/spark into commutativeMark Hamstra2013-02-08149-2353/+5490
| |\| | | | | |
| * | | | | | | Change docs on 'reduce' since the merging of local reduces no longer preservesMark Hamstra2013-02-052-2/+2
* | | | | | | | Fixed bug in CheckpointRDD to prevent exception when the original RDD had zer...Tathagata Das2013-02-102-2/+12
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #450 from stephenh/inlinemergepairMatei Zaharia2013-02-051-6/+4
|\ \ \ \ \ \ \
| * | | | | | | Inline mergePair to look more like the narrow dep branch.Stephen Haberman2013-02-051-6/+4
* | | | | | | | Merge branch 'master' into fixdeathpactexceptionStephen Haberman2013-02-0523-237/+965
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #449 from stephenh/longerdriversuiteMatei Zaharia2013-02-051-1/+2
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Increase DriverSuite timeout.Stephen Haberman2013-02-051-1/+2
| | |/ / / / / /
| * | | | | | | Small fix to test for distinctMatei Zaharia2013-02-041-1/+1
| * | | | | | | Fix failing testMatei Zaharia2013-02-041-2/+1
| * | | | | | | Merge pull request #445 from JoshRosen/pyspark_fixesMatei Zaharia2013-02-031-2/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fetch fewer objects in PySpark's take() method.Josh Rosen2013-02-031-2/+9
| | |/ / / / /
| * | | | | | Merge pull request #379 from stephenh/sparkmemMatei Zaharia2013-02-026-35/+17
| |\ \ \ \ \ \
| | * | | | | | Fix dangling old variable names.Stephen Haberman2013-02-021-2/+2
| | * | | | | | Move executorMemory up into SchedulerBackend.Stephen Haberman2013-02-024-29/+12
| | * | | | | | Merge branch 'master' into sparkmemStephen Haberman2013-02-02136-1920/+3738
| | |\| | | | |