Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 18 (0.283s).
Loading phrases to help you
refine your search...
UDF for transforming a collection of arrays into an array of structs - Hive - [mail # user]
...Hi, I am working on ingesting some legacy data that is denormalized in hive somewhat like the following:  CREATE TABLE mytable (            order_id int, &...
   Author: Roberto Congiu, 2013-03-29, 21:29
Re: Interference between two customSerde.jar - Hive - [mail # user]
...Without more specific info about the two serdes I can't be sure, but most likely there may be a dependency conflict between the two serdes. Sometimes, for instance, they may use a different ...
   Author: Roberto Congiu, 2012-10-12, 23:39
Re: SerDe loading external scheme - Hive - [mail # user]
...I think the additions you make to the Configuration object in the client are done after the job.xml is written to disk and sent to the rest of the cluster, but  you could add the extern...
   Author: Roberto Congiu, 2012-04-05, 17:35
Re: Accessing elements from array returned by split() function - Hive - [mail # user]
...You can also use parse_url(url, 'HOST') instead of a regular expression.  On Thu, Mar 1, 2012 at 1:32 PM, Saurabh S  wrote:  ...
   Author: Roberto Congiu, 2012-03-02, 00:17
Re: Adding Hive Partitions Programatically. - Hive - [mail # user]
...Also consider that if you're using the metastore API, you'll most likely need to recompile  whenever you upgrade hive, while you most likely won't need to do that if you use thrift. &nb...
   Author: Roberto Congiu, 2012-03-01, 22:48
Re: 2 questions about SerDe - Hive - [mail # user]
...Have a look at the code for the LazySerDes. When you deserialize in the SerDe, you don't actually have to deserialize all the columns. Deserialized could return an object that is not actuall...
   Author: Roberto Congiu, 2012-02-21, 16:35
Re: Executing queries on rows from multiple tables - Hive - [mail # user]
...You can use UNION even if the tables are different: SELECT * FROM (   select_statement   UNION ALL   select_statement ) unionResult   https://cwiki.apache.org/confluence/...
   Author: Roberto Congiu, 2012-02-14, 03:45
Re: external partitioned table - Hive - [mail # user]
...Hi Koert, we have a similar situation and this is what we did. In our case, the partitions correspond to dates. We also have multiple external tables set up this way. The upstream process up...
   Author: Roberto Congiu, 2012-02-08, 19:18
Re: error on left/right join, hive 0.8.0 - Hive - [mail # user]
...Woops... you're right and I apologize for the .  We were using the stock cloudera 0.7 version but needed some patches in 0.8 so I took the cloudera hive srpm, changed the spec file, sou...
   Author: Roberto Congiu, 2012-01-20, 18:29
error on left/right join, hive 0.8.0 - Hive - [mail # user]
...Hey guys, we found an issue that looks like a bug (hive 0.8 , caldera's distribution).  SELECT count(1)    FROM table1 a LEFT OUTER JOIN table2 b    ON ( a.key1 = b....
   Author: Roberto Congiu, 2012-01-20, 01:01
Sort:
project
Hive (18)
Hadoop (1)
type
mail # user (18)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (1)
last 9 months (18)
author
Namit Jain (802)
Edward Capriolo (632)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Roberto Congiu