aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into subtractStephen Haberman2013-02-2368-569/+676
|\
| * Responding to code reviewPatrick Wendell2013-02-231-5/+10
| * Adding Java-accessible methods to Vector.scalaPatrick Wendell2013-02-231-0/+5
| * Handle exceptions in RecordReader.close() better (suggested by JimMatei Zaharia2013-02-232-9/+23
| * Merge pull request #490 from woggling/conn-deathMatei Zaharia2013-02-221-4/+20
| |\
| | * Detect when SendingConnections drop by trying to read them.Charles Reiss2013-02-221-4/+20
| * | Several fixes to the work to log when no resources can be used by a job.Matei Zaharia2013-02-222-8/+12
| * | Merge remote-tracking branch 'pwendell/starvation-check'Matei Zaharia2013-02-222-3/+32
| |\ \
| | * | Minor fixesPatrick Wendell2013-02-091-1/+0
| | * | Changing to use Timer based on code reviewPatrick Wendell2013-02-092-39/+20
| | * | Starvation check in Standlone schedulerPatrick Wendell2013-02-031-0/+8
| | * | Starvation check in ClusterSchedulerPatrick Wendell2013-02-032-1/+41
| * | | Merge pull request #475 from JoshRosen/spark-668Matei Zaharia2013-02-222-26/+7
| |\ \ \
| | * | | Remove hack workaround for SPARK-668.Josh Rosen2013-02-112-26/+7
| * | | | SPARK-702: Replace Function --> JFunction in JavaAPI Suite.Patrick Wendell2013-02-221-3/+3
| | |_|/ | |/| |
| * | | Merge pull request #482 from woggling/shutdown-exceptionsMatei Zaharia2013-02-193-7/+37
| |\ \ \
| | * | | 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
| |/ / /
| * | | Rename "jobs" to "applications" in the standalone clusterMatei Zaharia2013-02-1723-206/+210
| * | | Renamed "splits" to "partitions"Matei Zaharia2013-02-1739-295/+305
| * | | Merge pull request #471 from stephenh/parallelrddMatei Zaharia2013-02-162-14/+9
| |\ \ \
| | * | | Move ParallelCollection into spark.rdd package.Stephen Haberman2013-02-162-14/+9
| * | | | Merge pull request #470 from stephenh/morekMatei Zaharia2013-02-162-6/+6
| |\ \ \ \
| | * | | | Make CoGroupedRDDs explicitly have the same key type.Stephen Haberman2013-02-162-6/+6
| | |/ / /
| * | | | Add assertion about dependencies.Stephen Haberman2013-02-161-1/+1
| * | | | Avoid a shuffle if combineByKey is passed the same partitioner.Stephen Haberman2013-02-161-1/+3
| |/ / /
* / / / Add RDD.subtract.Stephen Haberman2013-02-162-0/+129
|/ / /
* | | 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 #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-103-5/+8
|/ /
* | 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-0924-92/+83
|\ \ \
| * | | 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-052-0/+17
| * | | Add private, minor formatting.Stephen Haberman2013-02-051-21/+14
* | | | Merge branch 'master' of https://github.com/mesos/spark into commutativeMark Hamstra2013-02-08114-1851/+3633
|\| | |
| * | | Merge pull request #450 from stephenh/inlinemergepairMatei Zaharia2013-02-051-6/+4
| |\ \ \