I'm trying to load data into table using the command below. However, I only
got a bunch of NULL in the field. The data fields are seperated by tab.

CREATE TABLE IF NOT EXISTS userweight(source INT, dist INT, weight DOUBLE)
row format delimited fields terminated by " \t";
load data local inpath "/tmp/Graph/edges_tag_jaccard_directed_2006.dat" into
table userweight

-- 
Thank you,
Keven Chen

Reply via email to