Re: problem with hadoop or hive

2011-01-31 Thread Cam Bazz
Hello, I have fixed the problem. I had to use not the last version of hadoop but the previous release. hadoop-0.20.2 - with the hive-0.6.0-bin - thank you very much. I already started importing my web logs and making basic statistics on them. -C.B. On Mon, Jan 31, 2011 at 7:32 PM, Jean-Daniel

Re: problem with hadoop or hive

2011-01-31 Thread Jean-Daniel Cryans
It seems the hadoop version you're running isn't the same as the one that hive is using. Check the lib/ folder and if it's not the same, replace the hadoop jars with the ones from the version you're running. J-D On Mon, Jan 31, 2011 at 6:29 AM, Cam Bazz wrote: > Hello, > > I have written a probl

problem with hadoop or hive

2011-01-31 Thread Cam Bazz
Hello, I have written a problem in my previous email. I now tried: select item_view_raw.* from item_view_raw WHERE log_level = 'INFO'; and I get the same error. select * from item_view_raw works just fine, but when i do a WHERE clause to any column I get the same exception: Total MapReduce jobs