aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Update more javadocs.Stephen Haberman2013-02-162-15/+17
| | * | | | Tweak test names.Stephen Haberman2013-02-161-2/+2
| | * | | | Remove fileServerSuite.txt.Stephen Haberman2013-02-161-1/+0
| | * | | | Update default.parallelism docs, have StandaloneSchedulerBackend use it.Stephen Haberman2013-02-167-24/+39
| | * | | | Change defaultPartitioner to use upstream split size.Stephen Haberman2013-02-103-6/+29
| * | | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-2416-47/+339
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #468 from haitaoyao/masterMatei Zaharia2013-02-231-1/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'mesos'haitao.yao2013-02-213-7/+37
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Merge branch 'mesos'haitao.yao2013-02-201-0/+12
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-1977-704/+744
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-1643-162/+239
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-053-5/+11
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-0436-358/+1137
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-012-26/+24
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | bug fix for javadochaitao.yao2013-01-311-1/+1
| | * | | | | | | | | | | Add subtract to JavaRDD, JavaDoubleRDD, and JavaPairRDD.Stephen Haberman2013-02-243-1/+63
| | * | | | | | | | | | | Update for split->partition rename.Stephen Haberman2013-02-243-17/+17
| | * | | | | | | | | | | Merge branch 'master' into subtractStephen Haberman2013-02-2384-751/+907
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | 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-222-4/+41
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Add fault tolerance test that uses replicated RDDs.Charles Reiss2013-02-221-0/+21
| | | | * | | | | | | | | | | 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
| | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Add RDD.subtract.Stephen Haberman2013-02-163-0/+155
| * | | | | | | | | | | | | | Change spark.cleaner.delay to spark.cleaner.ttl. Updated docs.Tathagata Das2013-02-231-2/+2
| * | | | | | | | | | | | | | Fixed bug in CheckpointSuiteTathagata Das2013-02-202-6/+6
| * | | | | | | | | | | | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-204-7/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-2083-802/+926
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Fixed bug in CheckpointRDD to prevent exception when the original RDD had zer...Tathagata Das2013-02-102-2/+12
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | remove bogus commentImran Rashid2013-02-251-2/+0
* | | | | | | | | | | | | | make the ShuffleFetcher responsible for collecting shuffle metrics, which giv...Imran Rashid2013-02-214-15/+17
* | | | | | | | | | | | | | add cleanup iteratorImran Rashid2013-02-211-0/+25
* | | | | | | | | | | | | | sparkListeners should be a valImran Rashid2013-02-211-1/+1
* | | | | | | | | | | | | | add some docs & some cleanupImran Rashid2013-02-213-4/+22
* | | | | | | | | | | | | | store taskInfo & metrics together in a tupleImran Rashid2013-02-213-7/+4
* | | | | | | | | | | | | | get rid of a bunch of boilerplate; more formatting happens in Listener, not S...Imran Rashid2013-02-212-68/+54
* | | | | | | | | | | | | | taskInfo tracks if a task is run on a preferred hostImran Rashid2013-02-213-3/+4
* | | | | | | | | | | | | | add runtime breakdownsImran Rashid2013-02-212-3/+47
* | | | | | | | | | | | | | add task result size; better formatting for time interval distributions; clea...Imran Rashid2013-02-212-5/+45
* | | | | | | | | | | | | | add timing around parts of executor & track result sizeImran Rashid2013-02-213-3/+18