From 2cec7b42e20ac78af71b360fa58947666e98f9d9 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Sun, 12 Sep 2021 20:34:58 -0500 Subject: [PATCH] Update CLI example --- hse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hse/README.md b/hse/README.md index 3dff45f5c8..0c52083d4c 100644 --- a/hse/README.md +++ b/hse/README.md @@ -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.