Repository: mesos Updated Branches: refs/heads/master 8909bb889 -> 48260b7d7
Fixed default port values for master and slave in the documentation. Review: https://reviews.apache.org/r/26254 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/48260b7d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/48260b7d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/48260b7d Branch: refs/heads/master Commit: 48260b7d7adc07175c9215e8ac6c3b6e23eba963 Parents: 8909bb8 Author: Evelina Dumitrescu <[email protected]> Authored: Thu Oct 16 18:43:24 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Thu Oct 16 18:43:24 2014 -0700 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/48260b7d/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index c8b6ca0..ffe95ae 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -34,7 +34,7 @@ If you have special compilation requirements, please refer to `./configure --hel 'INFO', 'WARNING', 'ERROR'; if quiet flag is used, this will affect just the logs from log_dir (if specified) (default: INFO) - --port=VALUE Port to listen on (default: 5051) + --port=VALUE Port to listen on (master default: 5050 and slave default: 5051) --[no-]quiet Disable logging to stderr (default: false)
