Import .csv file into cassandra -


i want import csv file cassandra. when write command on cassandra cqlsh, got error: command is:

copy table ( id,  name) 'table.csv' header = true; 

and error:

can't open 'table.csv' reading: [errno 2] no such file or directory: 'table.csv' 

can 1 tell me mean?

thanks.

table.csv file should in cassandra installation directory(where run cqlsh).

file name case senstive, check orginal file name case.


Comments

Popular posts from this blog

Admob integration with pygame in android -

Function that returns a formatted array in VBA -

python - performance - finding all points within certain distance by lat/long -