updated cql driver parameter to cqldriver to avoid clash

This commit is contained in:
Jonathan Shook 2020-05-04 16:25:36 -05:00
parent 5d540ef42e
commit 5f74b805a7

View File

@ -30,10 +30,9 @@ activity types.
### CQL ActivityType Parameters ### CQL ActivityType Parameters
- **driver** - default: dse - The type of driver to use, either dse, or - **cqldriver** - default: dse - The type of driver to use, either dse, or oss. If you need DSE-specific features, use
oss. If you need DSE-specific features, use the dse driver. If you are the dse driver. If you are connecting to an OSS Apache Cassandra cluster, you must use the oss driver. The oss driver
connecting to an OSS Apache Cassandra cluster, you must use the oss option is only available in nosqlbench.
driver. The oss driver option is only available in nosqlbench.
- **host** - The host or hosts to use for connection points to - **host** - The host or hosts to use for connection points to
the cluster. If you specify multiple values here, use commas the cluster. If you specify multiple values here, use commas
with no spaces. with no spaces.