Skip to content

Commit

Permalink
[ignite, ignite-sql] update to Apache Ignite (incubating) version 2.6.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 5132047)
  • Loading branch information
busbey committed Jul 30, 2018
1 parent aedf6ef commit ba4d3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ignite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Git clone YCSB and compile:
### 2. Start Apache Ignite
1.1 Download latest binary [Apache Ignite release](https://ignite.apache.org/download.cgi#binaries)

1.2 Start ignite nodes using apache-ignite-fabric-2.5.0-bin/bin/**ignite.sh** ignite.xml
1.2 Start ignite nodes using apache-ignite-fabric-2.6.0-bin/bin/**ignite.sh** ignite.xml

1.3 Copy YCSB/ignite/target/ignite-binding-0.15.0-SNAPSHOT.jar to apache-ignite-fabric-2.5.0-bin/libs
1.3 Copy YCSB/ignite/target/ignite-binding-0.15.0-SNAPSHOT.jar to apache-ignite-fabric-2.6.0-bin/libs

Note: Please use YCSB/ignite/resources/**ignite.xml** for running **IgniteClient** tests and **ignite-sql.xml** for
**IgniteSqlClient** tests. Pay attention that some parameters such us **storagePath**, ****_walPath_****, ****_walArchivePath_****
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.5.0</ignite.version>
<ignite.version>2.6.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 ba4d3e7

Please sign in to comment.