| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
42 (0.18s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Array index support non-constant expresssion - Hive - [mail # user]
|
|
...Could you try it with CP/PPD disabled? set hive.optimize.cp=false; set hive.optimize.ppd=false; 2012/12/13 java8964 java8964 :...
|
|
|
Author: Navis류승우,
2012-12-13, 00:06
|
|
|
Re: stats19.q is failing on the current trunk? - Hive - [mail # dev]
|
|
...It's booked on https://issues.apache.org/jira/browse/HIVE-3783 and I also seen this. 2012/12/11 Zhenxiao Luo :...
|
|
|
Author: Navis류승우,
2012-12-11, 05:48
|
|
|
[discussion] Convention for internal magic words - Hive - [mail # dev]
|
|
...Hi, All Doing HIVE-3431(https://issues.apache.org/jira/browse/HIVE-3431), I needed to define a magic word which means "this is not a path string and translate it as a temporary directo...
|
|
|
Author: Navis류승우,
2012-12-11, 04:24
|
|
|
Re: reflect UDF can't handle both String and int - Hive - [mail # user]
|
|
...It seemed a bug. I've booked it on https://issues.apache.org/jira/browse/HIVE-3622 2012/10/26 Alexander Ershov ...
|
|
|
Author: Navis류승우,
2012-10-26, 02:10
|
|
|
Re: Hive Query Unable to distribute load evenly in reducers - Hive - [mail # user]
|
|
...How about using MapJoin? 2012/10/16 Saurabh Mishra ...
|
|
|
Author: Navis류승우,
2012-10-16, 05:17
|
|
|
Re: Book 'Programming Hive' from O'Reilly now available! - Hive - [mail # user]
|
|
...Great works! Ant I've heard our team will translate your book into Korean. Let's sell it a lot. ^^ Regards, Navis 2012/10/1 Aniket Mokashi ...
|
|
|
Author: Navis류승우,
2012-10-10, 09:06
|
|
|
Re: What does ROW__OFFSET__INSIDE__BLOCK FROM mean? - Hive - [mail # user]
|
|
...It seemed that ROW__OFFSET__INSIDE__BLOCK is meaningful only with SequenceFileFormat (+block compression) or RCFileFormat. 2012/10/3 Edward Capriolo ...
|
|
|
Author: Navis류승우,
2012-10-04, 00:35
|
|
|
Re: Hive error: Unable to deserialize reduce input key - Hive - [mail # user]
|
|
...I've tried to deserialize your data. 0 = bigint = -6341068275337623706 1 = string = TTFVUFHFH 2 = int = -1037822201 3 = int = -1467607277 4 = int = -1473682089 5 = int = -1337884091 6 ...
|
|
|
Author: Navis류승우,
2012-09-07, 05:14
|
|
|
Re: Identifying and Marking records as duplicates - Hive - [mail # user]
|
|
...We've solved similar cases by using UDAF + UDTF, something like.. select assign(unique(a, b, c, d)) as (a, b, c, d), e, f from A group by a, b, c, d; unique(UDAF) returns struct ...
|
|
|
Author: Navis류승우,
2012-08-20, 07:04
|
|
|
Re: writing your own custom map-reduce to scan a table - Hive - [mail # dev]
|
|
...How about using HCatalogue? I heard it's made for that kind of works. 2012/8/18 Mahsa Mofidpoor ...
|
|
|
Author: Navis류승우,
2012-08-20, 06:52
|
|
|
|