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

Hive job not distributing

2012-09-01 Thread John Omernik
I have a job that has lots of tiny map tasks that finish very fast (I think my max time was 9 seconds) I understand that I should change my input to avoid that... and it's difficult because these processes are using a transform script on binary data so it makes it difficult to pull off (Long