You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2021/06/30 18:46:56 UTC

[ignite-3] branch ignite-3.0.0-alpha2 updated: IGNITE-15022 - Fixed the 'node stop' command in Getting Started Guide

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

vkulichenko pushed a commit to branch ignite-3.0.0-alpha2
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-3.0.0-alpha2 by this push:
     new 2edfc73  IGNITE-15022 - Fixed the 'node stop' command in Getting Started Guide
2edfc73 is described below

commit 2edfc7303b06541520b0bb9d4a8ecd48c39b969a
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Wed Jun 30 11:44:53 2021 -0700

    IGNITE-15022 - Fixed the 'node stop' command in Getting Started Guide
---
 docs/_docs/quick-start/getting-started-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index e04dacd..0b3b4e3 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -198,10 +198,10 @@ To run an example:
 
 == Stopping the Cluster
 
-To stop the node, use the command below passing `myFirstNode` as a node unique identifier:
+To stop the node, use the command below passing `node-1` as a node unique identifier:
 [source, shell]
 ----
-ignite node stop myFirstNode
+ignite node stop node-1
 ----