Created on 04-26-2018 09:36 AM - edited 08-18-2019 02:14 AM
here I am just using a small table to test bulk loading.
I keep getting this error message (attached)!
Is the warning message "unable to load native-hadoop library" the reason?
Created 04-26-2018 11:44 AM
Can you provide the csv file data ? and create table statement?
Looks like data inside csv file may not be correct
Created on 04-26-2018 01:47 PM - edited 08-18-2019 02:14 AM
p.s. the cells format is "standard"
create table "test" ("nom" varchar, "age" integer, "city" varchar, constraint pk primary key("nom"));
Created 04-26-2018 03:43 PM
I solved the issue! I found out I needed the right delimiter in my csv file (,)! Plus I think Phoenix is case sensitive (when I wrote the create statement using capital letters for the table's name, it worked!
Created 04-26-2018 03:48 PM
Yeah. I saw displaying ';'