@@ -329,24 +329,25 @@ cassandra-unloader
329
329
version: 0.0.21
330
330
Usage: -f <outputStem> -host <ipaddress> -schema <schema> [OPTIONS]
331
331
OPTIONS:
332
- -configFile <filename> File with configuration options
333
- -delim <delimiter> Delimiter to use [,]
334
- -dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
335
- -nullString <nullString> String that signifies NULL [none]
336
- -port <portNumber> CQL Port Number [9042]
337
- -user <username> Cassandra username [none]
338
- -pw <password> Password for user [none]
339
- -ssl-truststore-path <path> Path to SSL truststore [none]
340
- -ssl-truststore-pwd <pwd> Password for SSL truststore [none]
341
- -ssl-keystore-path <path> Path to SSL keystore [none]
342
- -ssl-keystore-pwd <pwd> Password for SSL keystore [none]
343
- -consistencyLevel <CL> Consistency level [LOCAL_ONE]
344
- -decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
345
- -boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
346
- -numThreads <numThreads> Number of concurrent threads to unload [5]
347
- -beginToken <tokenString> Begin token [none]
348
- -endToken <tokenString> End token [none]
349
- -where <predicate> WHERE clause [none]
332
+ -configFile <filename> File with configuration options
333
+ -format [delim|jsonline|jsonarray] Format of data: delimited or JSON [delim]
334
+ -delim <delimiter> Delimiter to use [,]
335
+ -dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
336
+ -nullString <nullString> String that signifies NULL [none]
337
+ -port <portNumber> CQL Port Number [9042]
338
+ -user <username> Cassandra username [none]
339
+ -pw <password> Password for user [none]
340
+ -ssl-truststore-path <path> Path to SSL truststore [none]
341
+ -ssl-truststore-pw <pwd> Password for SSL truststore [none]
342
+ -ssl-keystore-path <path> Path to SSL keystore [none]
343
+ -ssl-keystore-pw <pwd> Password for SSL keystore [none]
344
+ -consistencyLevel <CL> Consistency level [LOCAL_ONE]
345
+ -decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
346
+ -boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
347
+ -numThreads <numThreads> Number of concurrent threads to unload [5]
348
+ -beginToken <tokenString> Begin token [none]
349
+ -endToken <tokenString> End token [none]
350
+ -where <predicate> WHERE clause [none]
350
351
```
351
352
352
353
A few simple examples using the ` -where ` are as follows:
0 commit comments