Skip to content

Commit

Permalink
Merge pull request #6 from YugaByte/amitanand_jsonb
Browse files Browse the repository at this point in the history
 Bump up the cassandra-loader version to v0.0.27-yb-2 to support json
  • Loading branch information
amitanandaiyer authored Feb 22, 2019
2 parents 5298a4a + 235cd4f commit 67d7756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python ./gen_csv.py file04.csv 5120 &
You can do this as shown below.

```sh
$ wget https://github.com/YugaByte/cassandra-loader/releases/download/v0.0.27-yb-1/cassandra-loader
$ wget https://github.com/YugaByte/cassandra-loader/releases/download/v0.0.27-yb-2/cassandra-loader
```

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cqlsh> COPY example.SensorData FROM '/path/to/sample.csv';
You can do this as shown below.

```sh
$ wget https://github.com/YugaByte/cassandra-loader/releases/download/v0.0.27-yb-1/cassandra-loader
$ wget https://github.com/YugaByte/cassandra-loader/releases/download/v0.0.27-yb-2/cassandra-loader
```

```sh
Expand Down

0 comments on commit 67d7756

Please sign in to comment.