| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
633 (0.175s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hive UDF intialization - Hive - [mail # user]
|
|
...You could start with this: https://github.com/edwardcapriolo/hive-geoip On Tue, Sep 4, 2012 at 10:42 AM, Ravi Shetye wrote:...
|
|
|
Author: Edward Capriolo,
2012-09-04, 14:45
|
|
|
Re: Hive sort by using a single reducer - Hive - [mail # user]
|
|
...Sort by does not have the single reduce restriction. Not sure which rank you are using but any one should allow you to sort and rank if the query is written correctly. Our implementation on ...
|
|
|
Author: Edward Capriolo,
2012-09-02, 20:01
|
|
|
Re: Newbie - Hive Tutorial question, what format is the sample data file in? - Hive - [mail # user]
|
|
...It is up to the user to decide what that INT means in this case. This tutorial was created very early on. Since then hive has added support for timestamp type which has a clear meaning. &nbs...
|
|
|
Author: Edward Capriolo,
2012-09-01, 15:33
|
|
|
Re: Newbie - Hive Tutorial question, what format is the sample data file in? - Hive - [mail # user]
|
|
...I do not think their is a sample file. You can tell the format by create table statement. COMMENT 'This is the staging page view table' ROW FORMAT DELIMITED FIELDS TERMIN...
|
|
|
Author: Edward Capriolo,
2012-09-01, 13:37
|
|
|
Re: variable substitution doesn't for table name? - Hive - [mail # user]
|
|
...No. Variable substitution works for anything. Likely your version of hive is old and does not support this at all. On Friday, August 31, 2012, Yue Guan wrote:...
|
|
|
Author: Edward Capriolo,
2012-08-31, 21:05
|
|
|
Re: A question about HiveStatement.executeUpdate's exception - Hive - [mail # user]
|
|
...I will commit that one later tonight. Seems like it is no big deal. On Fri, Aug 31, 2012 at 11:50 AM, Mark Grover wrote:...
|
|
|
Author: Edward Capriolo,
2012-08-31, 15:56
|
|
|
Re: unexplode? - Hive - [mail # user]
|
|
...Also I have a colllect udf. https://github.com/edwardcapriolo/hive-collect Since collect sets removes duplicates. On Thu, Aug 23, 2012 at 1:26 PM, Philip Tromans wrote:...
|
|
|
Author: Edward Capriolo,
2012-08-23, 17:31
|
|
|
Re: hive comment in Chinese - Hive - [mail # user]
|
|
...Currently what is a legal column or table name is a very limited set of ascii characters. This is because hive needs to pass this meta information between components, sometimes as XML someti...
|
|
|
Author: Edward Capriolo,
2012-08-23, 15:09
|
|
|
Re: Help with Join involving Non-Equality condition - Hive - [mail # user]
|
|
...You should check out the work being done on. non-equi map joins http://mail-archives.apache.org/mod_mbox/hive-dev/201206.mbox/%3C1948451998 .13482.1339612423225.JavaMail.jiratomcat@issues-vm...
|
|
|
Author: Edward Capriolo,
2012-08-17, 13:51
|
|
|
Re: Upper case column names - Hive - [mail # user]
|
|
...No, changing the underlying metastore-db will not help. Along the way parts of hive normalize everything to lower case. On Wed, Aug 15, 2012 at 9:05 AM, Mayank Bansal wrote: ng f...
|
|
|
Author: Edward Capriolo,
2012-08-15, 19:39
|
|
|
|