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
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 for simple case, but when I try to run it under some complex query, the hive MR jobs failed with some strange errors. What I