Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhess committed Apr 28, 2015
1 parent 06f9360 commit 049ef34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ loading of various types of delimited files, including

### Downloading
This utility has already been built, and is available at
https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.7/cassandra-loader
https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.8/cassandra-loader

Get it with wget:
```
wget https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.7/cassandra-loader
wget https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.8/cassandra-loader
```

### Building
Expand Down Expand Up @@ -104,6 +104,9 @@ numFutures is a way to control the level of parallelism, but at some point
too many will actually slow down the load. The default of 500 is a decent
place to start.

Double quotes will be stripped from all fields if they both begin and end
with ".

boolStyle is a case-insensitive test of the True and False strings. For the
different styles, the True and False strings are as follows:

Expand Down

0 comments on commit 049ef34

Please sign in to comment.