Skip to content
Snippets Groups Projects
Commit e47de419 authored by isuntsov's avatar isuntsov Committed by Sean Busbey
Browse files

[ignite] Apache Ignite version updated (#1270)

* Changed Apache Ignite version

* Minor documentation fix
parent f3a75493
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment