Re: Problem build hive index table

2011-10-13 Thread trang van anh
Thanks for your reply, I found that when loading data into hive table with key is null value then the exception thrown, after that, i reload data that value is not null. the exception don't throw. Now i cant build index table. please forgive to me because my English is not good. Best reg

Re: Problem build hive index table

2011-10-11 Thread wd
You can look at your hadoop jobtracker log for the detail of the error. On Tue, Oct 11, 2011 at 5:04 PM, trang van anh wrote: > Dear Experts, > > I have problem with building index table in hive, step by step : > > 1. i created tableĀ  named pv_users (pageid int, age int ) that has around 31 > mi

Problem build hive index table

2011-10-11 Thread trang van anh
Dear Experts, I have problem with building index table in hive, step by step : 1. i created table named pv_users (pageid int, age int ) that has around 31 minion rows. 2 create index table create index pv_users_index on table pv_users(age) as 'compact' with deferred rebuild stored as RCFile.