Skip to content

Commit

Permalink
Pull request brianfrankcooper#55: Update CLI example
Browse files Browse the repository at this point in the history
Merge in HSE/hse-ycsb from updates/NFSE-4984-update-CLI-ex to v0.17.0-hse

* commit '2cec7b42e20ac78af71b360fa58947666e98f9d9':
  Update CLI example
  • Loading branch information
STEVE MOYER authored and STEVE MOYER committed Sep 13, 2021
2 parents bcd4a12 + 2cec7b4 commit f926f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Create a KVDB for use with YCSB.
```shell
cd /opt/ycsb/ycsb-hse-binding-0.17.0
mkdir ycsbKVDB
hse -C ${PWD}/ycsbKVDB kvdb create
hse kvdb create ${PWD}/ycsbKVDB
```

Run YCSB Workload A as follows.
Expand Down

0 comments on commit f926f69

Please sign in to comment.