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
Post a Comment