Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhess committed Oct 26, 2016
1 parent a41cd68 commit 33e628b
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,24 +329,25 @@ cassandra-unloader
version: 0.0.21
Usage: -f <outputStem> -host <ipaddress> -schema <schema> [OPTIONS]
OPTIONS:
-configFile <filename> File with configuration options
-delim <delimiter> Delimiter to use [,]
-dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
-nullString <nullString> String that signifies NULL [none]
-port <portNumber> CQL Port Number [9042]
-user <username> Cassandra username [none]
-pw <password> Password for user [none]
-ssl-truststore-path <path> Path to SSL truststore [none]
-ssl-truststore-pwd <pwd> Password for SSL truststore [none]
-ssl-keystore-path <path> Path to SSL keystore [none]
-ssl-keystore-pwd <pwd> Password for SSL keystore [none]
-consistencyLevel <CL> Consistency level [LOCAL_ONE]
-decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
-boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
-numThreads <numThreads> Number of concurrent threads to unload [5]
-beginToken <tokenString> Begin token [none]
-endToken <tokenString> End token [none]
-where <predicate> WHERE clause [none]
-configFile <filename> File with configuration options
-format [delim|jsonline|jsonarray] Format of data: delimited or JSON [delim]
-delim <delimiter> Delimiter to use [,]
-dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
-nullString <nullString> String that signifies NULL [none]
-port <portNumber> CQL Port Number [9042]
-user <username> Cassandra username [none]
-pw <password> Password for user [none]
-ssl-truststore-path <path> Path to SSL truststore [none]
-ssl-truststore-pw <pwd> Password for SSL truststore [none]
-ssl-keystore-path <path> Path to SSL keystore [none]
-ssl-keystore-pw <pwd> Password for SSL keystore [none]
-consistencyLevel <CL> Consistency level [LOCAL_ONE]
-decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
-boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
-numThreads <numThreads> Number of concurrent threads to unload [5]
-beginToken <tokenString> Begin token [none]
-endToken <tokenString> End token [none]
-where <predicate> WHERE clause [none]
```

A few simple examples using the `-where` are as follows:
Expand Down

0 comments on commit 33e628b

Please sign in to comment.