File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Here is an example command that will load the data.csv file into the `video_rati
49
49
** Note** This loads the data from the file stored in the github repo so the machine running this command will need access to the internet.
50
50
51
51
```
52
- ./dsbulk load -url https://raw.githubusercontent.com/DataStax-Examples/dsbulk-csv- to-apollo /master/data.csv -b /path/to/bundle.zip -k <KEYSPACE NAME> -t video_ratings_by_user -u <USERNAME> -p <PASSWORD>
52
+ ./dsbulk load -url https://raw.githubusercontent.com/DataStax-Examples/dsbulk-to-astra /master/data.csv -b /path/to/bundle.zip -k <KEYSPACE NAME> -t video_ratings_by_user -u <USERNAME> -p <PASSWORD>
53
53
```
54
54
55
55
#### Loading from an existing Cassandra table
You can’t perform that action at this time.
0 commit comments