Re: Array index support non-constant expresssion

2012-12-12 Thread Navis류승우
Different error messages but seemed from same problem. Could you do that with later versions of hive? I think these kind of bugs are fixed. 2012/12/13 java8964 java8964 : > ExprNodeGenericFuncEvaluator

RE: Array index support non-constant expresssion

2012-12-12 Thread java8964 java8964
org.apache.hadoop.mapred.Task: Runnning cleanup for the task > Date: Thu, 13 Dec 2012 09:06:25 +0900 > Subject: Re: Array index support non-constant expresssion > From: navis@nexr.com > To: user@hive.apache.org > > Could you try it with CP/PPD disabled? > > set hive.

Re: Array index support non-constant expresssion

2012-12-12 Thread Navis류승우
= 'POI' > > any kind of criteria I tried to add on provider_str, the hive MR jobs failed > in the same error I shown below. > > Any idea why this happened? Is it related to the data? But provider_str is > just a simple String type. > > Thanks > > Yong >

RE: Array index support non-constant expresssion

2012-12-12 Thread java8964 java8964
hotmail.com To: user@hive.apache.org Subject: RE: Array index support non-constant expresssion Date: Wed, 12 Dec 2012 12:15:27 -0500 OK. I followed the hive source code of org.apache.hadoop.hive.ql.udf.generic.GenericUDFArrayContains and wrote the UDF. It is quite simple. It works fine as I expected

RE: Array index support non-constant expresssion

2012-12-12 Thread java8964 java8964
be happy to provide, but right now I am stuck with the above error, and not sure is it a HIVE bug, or I did something wrong. Thanks Yong From: java8...@hotmail.com To: user@hive.apache.org Subject: Array index support non-constant expresssion Date: Tue, 11 Dec 2012 17:24:52 -0500 Hi, In our pr

Array index support non-constant expresssion

2012-12-11 Thread java8964 java8964
Hi, In our project to use the HIVE on CDH3U4 release (Hive 0.7.1), I have a hive table like the following: Table foo ( search_results array> search_clicks array>) As you can see, the 2nd column, which represents the list of search results clicked, contains the index location of which result