Skip to content

Commit

Permalink
Revert "[docs] Update cassandra-(un)loader download urls" (#11901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ball authored Mar 26, 2022
1 parent 54e53e4 commit 466e7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/latest/manage/data-migration/ycql/bulk-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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-3/cassandra-loader
$ wget https://github.com/yugabyte/cassandra-loader/releases/download/v0.0.27-yb-2/cassandra-loader
```

```sh
Expand Down Expand Up @@ -134,7 +134,7 @@ For additional options to cassandra-loader, see [here](https://github.com/yugaby
### Install cassandra-unloader

```sh
$ wget https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.27-yb-3/cassandra-unloader
$ wget https://github.com/brianmhess/cassandra-loader/releases/download/v0.0.27/cassandra-unloader
```

```sh
Expand Down

0 comments on commit 466e7c7

Please sign in to comment.