Re: Newbie - Hive Tutorial question, what format is the sample data file in?

2012-09-01 Thread Edward Capriolo
I do not think their is a sample file. You can tell the format by create table statement. COMMENT 'This is the staging page view table' ROW FORMAT DELIMITED FIELDS TERMINATED BY '44' LINES TERMINATED BY '12' STORED AS TEXTFILE LOCATION '/user/data/staging/page_view';

Re: Newbie - Hive Tutorial question, what format is the sample data file in?

2012-09-01 Thread David Swearingen
Thanks. Still not clear to me what a time field is as an INT: milleseconds since the epoch? That was my question. Sent from my iPhone On Sep 1, 2012, at 9:37 AM, Edward Capriolo edlinuxg...@gmail.com wrote: I do not think their is a sample file. You can tell the format by create table