Hi all,
  It will be okay when creating a table in this way, describing its
LOCATION,

CREATE TABLE log_data(log STRING, time STRING)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '"'
STORED AS SEQUENCEFILE
LOCATION 'hdfs://test162.sqa:9000/user/hive/warehouse/log_data';

JPox will retrieve the full path of this table, including its prefix
"hdfs://test162.sqa:9000".


-- 
My research interests are distributed systems, parallel computing and
bytecode based virtual machine.

http://coderplay.javaeye.com

Reply via email to