Skip to content
Snippets Groups Projects
Commit a9e0f49f authored by Jean-Daniel Cryans's avatar Jean-Daniel Cryans
Browse files

[kudu] Add instructions on how to change the client version

parent f66bb148
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,15 @@ Then, you can run the workload:
```
bin/ycsb run kudu -P workloads/workloada
```
## Using a previous client version
If you wish to use a different Kudu client version than the one shipped with YCSB, you can specify on the
command line with `-Dkudu.version=x`. For example:
```
mvn -pl com.yahoo.ycsb:kudu-binding -am package -DskipTests -Dkudu.version=0.7.1
```
Note that prior to 1.0, Kudu doesn't guarantee wire or API compability between versions and only the latest
one is officially supported.
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