Getting the exception:
java.sql.SQLException: Can't find record in 'linkedavailableroute'
This is occuring when loading records from a csv file using
load data local infile '{fileName}' replace into table {tableName} fields terminated by ',';
Environment is mysql-5.5.28 ndb-7.2.9
java.sql.SQLException: Can't find record in 'linkedavailableroute'
This is occuring when loading records from a csv file using
load data local infile '{fileName}' replace into table {tableName} fields terminated by ',';
Environment is mysql-5.5.28 ndb-7.2.9