You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/02/02 15:29:24 UTC

[ozone] branch master updated: HDDS-4785. Document run configuration launch order (#1872)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new cb8f818  HDDS-4785. Document run configuration launch order (#1872)
cb8f818 is described below

commit cb8f818402c8dee1c4ff37b00067790458567a0a
Author: Viacheslav Avramenko <vy...@gmail.com>
AuthorDate: Tue Feb 2 16:29:05 2021 +0100

    HDDS-4785. Document run configuration launch order (#1872)
---
 CONTRIBUTING.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5dd59d3..9aae42c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -167,6 +167,15 @@ To start Ozone from IntelliJ:
 3. Start the IDE
 4. New runner definitions are available from the Run menu.
 
+You can use the installed Run configurations in the following order:
+
+1. StorageContainerManagerInit (to initialize the SCM dir)
+2. StorageContainerManger (to start SCM)
+3. OzoneManagerInit (to initialize OM, it requires SCM)
+4. OzoneManager
+5. Recon (required by datanode)
+6. Datanode1, Datanode2, Datanode3
+
 ### Setting up Checkstyle
 
 Checkstyle plugin may help to detect violations directly from the IDE.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org