Repository: aurora Updated Branches: refs/heads/master 6ba06ae84 -> 7b43b99a6
Fix typo in the scheduler deployment documentation. Reviewed at https://reviews.apache.org/r/36874/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7b43b99a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7b43b99a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7b43b99a Branch: refs/heads/master Commit: 7b43b99a618d4701c275a46c68f11761b7505f8c Parents: 6ba06ae Author: Kevin Sweeney <[email protected]> Authored: Wed Nov 18 20:36:49 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Wed Nov 18 20:36:49 2015 -0800 ---------------------------------------------------------------------- docs/deploying-aurora-scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7b43b99a/docs/deploying-aurora-scheduler.md ---------------------------------------------------------------------- diff --git a/docs/deploying-aurora-scheduler.md b/docs/deploying-aurora-scheduler.md index 22a27f8..812beaf 100644 --- a/docs/deploying-aurora-scheduler.md +++ b/docs/deploying-aurora-scheduler.md @@ -121,7 +121,7 @@ See [this document](storage-config.md#scheduler-storage-configuration-flags) for log and storage configuration options. ## Initializing the Replicated Log -Before you start Aurora you will also need to initialize the log on a majority of the masters. +Before you start Aurora you will also need to initialize the log on a majority of the schedulers. mesos-log initialize --path="/path/to/native/log"
