cassandra 2.0, cqlsh 3.0. I was trying to import csv file (fields delimited by |) however import chokes after certain number of lines with the following error:
Bad Request: line 1:300 no viable alternative at input '-' Aborting import at record #514 (line 515). Previously-inserted values still present. the filed in question is a float number (longitude) and all fields defined in cassandra table (cf) match values in the csv file. what may be wrong?