Skip to content

Commit

Permalink
[ignite] Apache Ignite version updated (#1270)
Browse files Browse the repository at this point in the history
* Changed Apache Ignite version

* Minor documentation fix
  • Loading branch information
isuntsov-gridgain authored and busbey committed Apr 25, 2019
1 parent f3a7549 commit e47de41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ignite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Git clone YCSB and compile:

1.2 Copy Ignite configs:

cp YCSB/ignite/resources/ignite.xml path/to/apache-ignite-fabric-**ignite_version**-bin
cp YCSB/ignite/resources/ignite-sql.xml path/to/apache-ignite-fabric-**ignite_version**-bin
cp YCSB/ignite/resources/ignite.xml path/to/apache-ignite-**ignite_version**-bin
cp YCSB/ignite/resources/ignite-sql.xml path/to/apache-ignite-**ignite_version**-bin

NOTE: Pay attention that some parameters such us ****_storagePath_****, ****_walPath_****, ****_walArchivePath_****
should be overwritten by certain pathes. Also please add ip addresses of your host(s) inside the bean ****_TcpDiscoveryVmIpFinder_****

1.3 Copy ignite-binding-**YCSB version**-SNAPSHOT.jar to Ignite libs:

cp YCSB/ignite/target/ignite-binding-**YCSB_version**-SNAPSHOT.jar path/to/apache-ignite-fabric-**ignite_version**-bin/libs
Expand All @@ -49,7 +49,7 @@ More information about Apache Ignite WAL (Write Ahead Log): https://apacheignite

1.4 Start ignite nodes:

cd path/to/apache-ignite-fabric-**ignite_version**-bin
cd path/to/apache-ignite-**ignite_version**-bin
bin/**ignite.sh** ignite.xml
or

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ LICENSE file.
<hbase14.version>1.4.2</hbase14.version>
<hbase20.version>2.0.0</hbase20.version>
<hypertable.version>0.9.5.6</hypertable.version>
<ignite.version>2.6.0</ignite.version>
<ignite.version>2.7.0</ignite.version>
<infinispan.version>7.2.2.Final</infinispan.version>
<kudu.version>1.6.0</kudu.version>
<maprhbase.version>1.1.8-mapr-1710</maprhbase.version>
Expand Down

0 comments on commit e47de41

Please sign in to comment.