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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -