tkalkirill commented on code in PR #831:
URL: https://github.com/apache/ignite-3/pull/831#discussion_r886978937


##########
examples/README.md:
##########
@@ -10,17 +10,10 @@ The following examples are included:
 * `KeyValueViewExample` - demonstrates the usage of the 
`org.apache.ignite.table.KeyValueView` API
 * `SqlJdbcExample` - demonstrates the usage of the Apache Ignite JDBC driver.
 * `RebalanceExample` - demonstrates the data rebalancing process.
+* `VolatilePageMemoryStorageExample` - demonstrates the usage of the 
PageMemory storage engine configured with an in-memory data region.
 
-To run the `RebalanceExample`, refer to its JavaDoc for instructions.
+Before running the examples, read abaut 
[cli](https://ignite.apache.org/docs/3.0.0-alpha/ignite-cli-tool).
 
-To run any other example, do the following:
-1. Import the examples project into you IDE.
-2. Start a server node using the CLI tool:
-   ```
-   ignite node start --config=$IGNITE_HOME/examples/config/ignite-config.json 
my-first-node
-   ```
-3. Initialize the node using the following command:
-   ```
-   ignite cluster init --node-endpoint 'localhost:10300' --meta-storage-node 
'my-first-node' --cluster-name 'ignite-cluster'
-   ```
-4. Run the preferred example in the IDE.
+To run the examples, refer to their JavaDoc for instructions.
+
+If errors occur at the cluster initialization step, it is recommended to 
delete the `ignite-work` directory and repeat the instruction to run the 
example.

Review Comment:
   Remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to