You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2022/06/07 17:34:30 UTC

[ignite-3] branch main updated: IGNITE-17127 Bumped product version numer in documentation

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e9f283846 IGNITE-17127 Bumped product version numer in documentation
e9f283846 is described below

commit e9f283846130f87ec5ebfbb9231c577d2075f488
Author: IgGusev <de...@mail.ru>
AuthorDate: Tue Jun 7 20:33:50 2022 +0300

    IGNITE-17127 Bumped product version numer in documentation
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
---
 .../includes/ignite-cli-download-windows.adoc      |  2 +-
 docs/_docs/index.adoc                              | 12 ++++---
 docs/_docs/quick-start/getting-started-guide.adoc  | 41 ++++++++++++++++++----
 docs/_docs/sql-reference/ddl.adoc                  |  2 +-
 docs/_docs/sql-reference/dml.adoc                  |  2 +-
 5 files changed, 44 insertions(+), 15 deletions(-)

diff --git a/docs/_docs/includes/ignite-cli-download-windows.adoc b/docs/_docs/includes/ignite-cli-download-windows.adoc
index a13ce48d4..62b512bb3 100644
--- a/docs/_docs/includes/ignite-cli-download-windows.adoc
+++ b/docs/_docs/includes/ignite-cli-download-windows.adoc
@@ -14,5 +14,5 @@
 // limitations under the License.
 
 // tag::command[]
-curl "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha4/apache-ignite-3.0.0-alpha4.zip" -o apache-ignite-3.0.0-alpha4.zip
+curl "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha5/apache-ignite-3.0.0-alpha5.zip" -o apache-ignite-3.0.0-alpha5.zip
 // end::command[]
diff --git a/docs/_docs/index.adoc b/docs/_docs/index.adoc
index 624258e2e..2fb5fdb05 100644
--- a/docs/_docs/index.adoc
+++ b/docs/_docs/index.adoc
@@ -35,11 +35,13 @@ possesses the highest level of usability thanks to the following improvements:
 * See a link:https://cwiki.apache.org/confluence/display/IGNITE/Proposals+for+Ignite+3.0[full list of improvements,window=_blank].
 
 
-== New in Alpha 4
+== New in Alpha 5
 
-Apache Ignite Alpha 4 comes with the following new features:
+Apache Ignite Alpha 5 comes with the following new features:
 
-* Transactions functionality;
-* Data Definition Language (DDL) commands;
-* Table views.
+* New CLI tool;
+* Distributed Computing;
+* Java SQL API;
+* Data colocation;
+* REST API.
 
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index 58c3ffc5d..5ffee3ecc 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -14,7 +14,7 @@
 // limitations under the License.
 = Getting Started Guide
 
-This guide provides essential details on how to start working with Ignite 3.0 Alpha 4 by using the Ignite CLI tool, including the following information:
+This guide provides essential details on how to start working with Ignite 3.0 Alpha 5 by using the Ignite CLI tool, including the following information:
 
 * How to download and install the tool.
 * How to use the Ignite CLI tool to manage nodes.
@@ -24,7 +24,7 @@ This guide provides essential details on how to start working with Ignite 3.0 Al
 == Prerequisites
 
 
-Ignite 3.0 Alpha 4 was officially tested on:
+Ignite 3.0 Alpha 5 was officially tested on:
 
 include::../includes/prereqs.adoc[]
 
@@ -40,7 +40,7 @@ To download and install the Ignite CLI Tool, follow the steps below:
 tab:Unix[]
 [source,shell]
 ----
-curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha4/apache-ignite-3.0.0-alpha4.zip" -o apache-ignite-3.0.0-alpha4.zip
+curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha5/apache-ignite-3.0.0-alpha5.zip" -o apache-ignite-3.0.0-alpha5.zip
 ----
 
 tab:Windows (PowerShell)[]
@@ -63,19 +63,19 @@ include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
 tab:Unix[]
 [source,shell]
 ----
-unzip apache-ignite-3.0.0-alpha4.zip && cd apache-ignite-3.0.0-alpha4
+unzip apache-ignite-3.0.0-alpha5.zip && cd apache-ignite-3.0.0-alpha5
 ----
 
 tab:Windows (PowerShell)[]
 [source,shell]
 ----
-Expand-Archive apache-ignite-3.0.0-alpha4.zip -DestinationPath . ; cd apache-ignite-3.0.0-alpha4
+Expand-Archive apache-ignite-3.0.0-alpha5.zip -DestinationPath . ; cd apache-ignite-3.0.0-alpha5
 ----
 
 tab:Windows (CMD)[]
 [source,shell]
 ----
-tar -xf apache-ignite-3.0.0-alpha4.zip & cd apache-ignite-3.0.0-alpha4
+tar -xf apache-ignite-3.0.0-alpha5.zip & cd apache-ignite-3.0.0-alpha5
 ----
 --
 
@@ -131,6 +131,33 @@ ignite
 ignite bootstrap --help
 ----
 
+== Installing Ignite Artifacts and Dependencies
+
+Ignite CLI allows to install Ignite modules and 3rd party Maven dependencies.
+
+WARNING: If you have installed one of the Ignite 3 Alpha releases before, please remove the `~/.ignitecfg` file before proceeding. This is a temporary step, the procedure will be improved in the future releases.
+
+. To start an Ignite 3.0 Alpha 5 cluster, you need to install Ignite core artifacts first:
++
+[source, shell]
+----
+ignite init
+----
+
+. Use the `module add` command to download Guava from Maven and add it to the Ignite classpath:
++
+[source, shell]
+----
+ignite module add mvn:com.google.guava:guava:23.0
+----
+
+. Confirm the library is added to the Ignite dependencies list:
++
+[source, shell]
+----
+ignite module list
+----
+
 
 == Starting a Node
 
@@ -157,7 +184,7 @@ For example, use the `cat` command on a Unix operating system.
 
 == Built-in Examples
 
-Ignite 3.0 Alpha 4 comes with examples that are configured as a separate Maven project located in the `examples` folder.
+Ignite 3.0 Alpha 5 comes with examples that are configured as a separate Maven project located in the `examples` folder.
 
 The project includes the following examples:
 
diff --git a/docs/_docs/sql-reference/ddl.adoc b/docs/_docs/sql-reference/ddl.adoc
index 0ac2c1d8d..5a7b485d7 100644
--- a/docs/_docs/sql-reference/ddl.adoc
+++ b/docs/_docs/sql-reference/ddl.adoc
@@ -14,7 +14,7 @@
 // limitations under the License.
 = Data Definition Language (DDL)
 
-This section walks you through all data definition language (DDL) commands supported by Apache Ignite 3.0 Alpha 4.
+This section walks you through all data definition language (DDL) commands supported by Apache Ignite 3.0 Alpha.
 
 == CREATE TABLE
 
diff --git a/docs/_docs/sql-reference/dml.adoc b/docs/_docs/sql-reference/dml.adoc
index c10d0db74..656062578 100644
--- a/docs/_docs/sql-reference/dml.adoc
+++ b/docs/_docs/sql-reference/dml.adoc
@@ -14,7 +14,7 @@
 // limitations under the License.
 = Data Manipulation Language (DML)
 
-This section walks you through all data manipulation language (DML) commands supported by Apache Ignite 3.0 Alpha 4.
+This section walks you through all data manipulation language (DML) commands supported by Apache Ignite 3.0 Alpha.
 
 WARNING: Currently, `WITH` and `MERGE` commands are not supported.