Hi,
  I am want to load data in mysql using a hadoop file similar to following:
LOAD DATA INFILE 'test.txt' INTO TABLE test
  FIELDS TERMINATED BY ','  LINES STARTING BY 'xxx';

But how do I load the hdfs file into the mysql comand above?  Do I start the
file name with hdfd://test.txt?  I am using java.
Thanks.

-- 
View this message in context: 
http://www.nabble.com/Mysql-Load-Data-Infile-with-Hadoop--tp23623256p23623256.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.

Reply via email to