aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Use unmanaged source dir to include common yarn codeRaymond Liu2014-01-031-11/+15
| * | | | | | merge yarn/scheduler yarn/common code into one directoryRaymond Liu2014-01-033-0/+0
| * | | | | | Need to send dummy hello message to actually estabilish akka connection.Raymond Liu2014-01-032-0/+4
| * | | | | | A few clean up for yarn 2.0 codeRaymond Liu2014-01-032-8/+7
| * | | | | | Update maven build documentationRaymond Liu2014-01-032-8/+4
| * | | | | | Fix yarn/README.md and update docs/running-on-yarn.mdRaymond Liu2014-01-032-3/+1
| * | | | | | Add README for yarn modulesRaymond Liu2014-01-031-0/+16
| * | | | | | some code clean up for Yarn 2.2Raymond Liu2014-01-032-3/+3
| * | | | | | Fix pom file for scala binary versionRaymond Liu2014-01-036-8/+8
| * | | | | | Fix yarn/assemble pom fileRaymond Liu2014-01-032-0/+75
| * | | | | | Change profile name new-yarn to hadoop2.2-yarnRaymond Liu2014-01-034-4/+4
| * | | | | | Fix pom for yarn code reorgnaize commitRaymond Liu2014-01-038-535/+264
| * | | | | | Reorganize yarn related codes into sub projects to remove duplicate files.Raymond Liu2014-01-0330-957/+337
|/ / / / / /
| | | | * | Changes on top of Prashant's patch.Patrick Wendell2014-01-0310-72/+42
| | | | * | Restored the previously removed testPrashant Sharma2014-01-031-1/+12
| | | | * | fixed review commentsPrashant Sharma2014-01-039-21/+44
| | | | * | Merge branch 'master' into spark-1002-remove-jarsPrashant Sharma2014-01-03149-1221/+2291
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #323 from tgravescs/sparkconf_yarn_fixPatrick Wendell2014-01-0210-113/+101
|\ \ \ \ \ \
| * | | | | | fix yarn-clientThomas Graves2014-01-022-8/+10
| * | | | | | Fix yarn build after sparkConf changesThomas Graves2014-01-0210-109/+95
| |/ / / / /
* | | | | | Merge pull request #320 from kayousterhout/erroneous_failed_msgReynold Xin2014-01-022-12/+15
|\ \ \ \ \ \
| * | | | | | Remove erroneous FAILED state for killed tasks.Kay Ousterhout2014-01-022-12/+15
| |/ / / / /
* | | | | | Merge pull request #297 from tdas/window-improvementPatrick Wendell2014-01-029-172/+388
|\ \ \ \ \ \
| * | | | | | Added Apache boilerplate and class docs to PartitionerAwareUnionRDD.Tathagata Das2013-12-261-3/+33
| * | | | | | Removed unncessary options from WindowedDStream.Tathagata Das2013-12-261-5/+3
| * | | | | | Merge branch 'apache-master' into window-improvementTathagata Das2013-12-2650-1548/+1841
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into window-improvementTathagata Das2013-12-2637-123/+465
| |\ \ \ \ \ \ \
| * | | | | | | | Updated groupByKeyAndWindow to be computed incrementally, and added mapSideCo...Tathagata Das2013-12-265-12/+34
| * | | | | | | | Fixed bug in PartitionAwareUnionRDDTathagata Das2013-12-261-6/+9
| * | | | | | | | Merge branch 'scheduler-update' into window-improvementTathagata Das2013-12-234-5/+32
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added tests for PartitionerAwareUnionRDD in the CheckpointSuite. Refactored C...Tathagata Das2013-12-203-170/+231
| * | | | | | | | | Merge branch 'scheduler-update' into window-improvementTathagata Das2013-12-19306-4277/+10714
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added flag in window operation to use partition awaare union.Tathagata Das2013-11-211-1/+3
| * | | | | | | | | | Added partitioner aware union, modified DStream.window.Tathagata Das2013-11-213-39/+94
| * | | | | | | | | | Added partition aware union to improve reduceByKeyAndWindowTathagata Das2013-11-201-2/+49
* | | | | | | | | | | Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-sparkMatei Zaharia2014-01-022-6/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #319 from kayousterhout/remove_error_methodReynold Xin2014-01-022-6/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Removed redundant TaskSetManager.error() function.Kay Ousterhout2014-01-022-6/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #311 from tmyklebu/masterMatei Zaharia2014-01-024-15/+93
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make Python function/line appear in the UI.Tor Myklebust2013-12-281-11/+55
| * | | | | | | | | | Factor call site reporting out to SparkContext.Tor Myklebust2013-12-283-4/+38
* | | | | | | | | | | Merge pull request #309 from mateiz/conf2Patrick Wendell2014-01-01140-941/+1731
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix Python code after change of getOrElseMatei Zaharia2014-01-012-7/+14
| * | | | | | | | | | | Fixed two uses of conf.get with no default value in MesosMatei Zaharia2014-01-012-2/+2
| * | | | | | | | | | | Miscellaneous fixes from code review.Matei Zaharia2014-01-0149-189/+206
| * | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0119-37/+52
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0112-211/+457
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix two compile errors introduced in mergeMatei Zaharia2013-12-312-2/+2
| * | | | | | | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-3130-259/+347
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-3023-124/+241