| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
20 (0.212s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Array index support non-constant expresssion - Hive - [mail # user]
|
|
...Hi, Navis: If I disable both CP/PPD, it will be worse, as neither 1) or 2) query works. But interested thing is that for both queries, I got same error message, but different one comparing w...
|
|
|
Author: java8964 java8964,
2012-12-13, 01:43
|
|
|
RE: Array index support non-constant expresssion - Hive - [mail # user]
|
|
...Hi, I played my query further, and found out it is very puzzle to explain the following behaviors: 1) The following query works: select c_poi.provider_str, c_poi.name from (select darray(sea...
|
|
|
Author: java8964 java8964,
2012-12-12, 18:28
|
|
|
RE: Array index support non-constant expresssion - Hive - [mail # user]
|
|
...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...
|
|
|
Author: java8964 java8964,
2012-12-12, 17:15
|
|
|
Array index support non-constant expresssion - Hive - [mail # user]
|
|
...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 ...
|
|
|
Author: java8964 java8964,
2012-12-11, 22:24
|
|
|
Hive 0.7 use the old mapred API - Hive - [mail # user]
|
|
...Hi, Our company current is using CDH3 release, which comes with Hive 0.7.1. Right now, I have the data coming from another team, which also provides the custom InputFormat and Recorder...
|
|
|
Author: java8964 java8964,
2012-12-03, 15:42
|
|
|
RE: need help on writing hive query - Hive - [mail # user]
|
|
...This is not a hive but a SQL question. You need to be more clear about your data, and try to think a way to solve your problem. Without the detail about your data, no easy way to answer your...
|
|
|
Author: java8964 java8964,
2012-11-03, 23:48
|
|
|
RE: need help on writing hive query - Hive - [mail # user]
|
|
...If you don't need to join current_web_page and previous_web_page, assumin g you can just trust the time stamp, as Phil points out, an custom UDF of collect_list() is the way to go. You...
|
|
|
Author: java8964 java8964,
2012-10-31, 23:08
|
|
|
is it possible to disable running termiatePartial and merge() methods in UDAF - Hive - [mail # user]
|
|
...Hi, I am trying to implement a UDAF of Kurtosis (http://en.wikipedia.org/wiki/Kurtosis in the hive. I already found a library to do it, from Apache commons math (http://commons.apache....
|
|
|
Author: java8964 java8964,
2012-10-01, 16:16
|
|
|
Question about the org.apache.hadoop.hive.contrib.serde2.RegexSerDe - Hive - [mail # dev]
|
|
...Hi, I have a question about the behavior of the class org.apache.hadoop.hive.co ntrib.serde2.RegexSerDe. Here is the example I tested using the Cloudra hiv e-0.7.1-cdh3u3 release. The ...
|
|
|
Author: java8964 java8964,
2012-04-04, 19:43
|
|
|
Question about org.apache.hadoop.hive.contrib.serde2.RegexSerDe - Hive - [mail # user]
|
|
...Hi, I have a question about the behavior of the class org.apache.hadoop.hive.co ntrib.serde2.RegexSerDe. Here is the example I tested using the Cloudra hiv e-0.7.1-cdh3u3 release. The ...
|
|
|
Author: java8964 java8964,
2012-04-03, 17:47
|
|
|
|