| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
112 (0.053s).
|
|
|
Loading phrases to help you refine your search...
|
|
dense_rank() equivalent in Hive? - Hive - [mail # user]
|
|
...Hi, Does Hive have any function equivalent to Oracle's dense_rank ( http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/functions038.htm) function? Here's what I'm trying to...
|
|
|
Author: Saurabh Nanda,
2009-07-20, 05:24
|
|
|
Re: Creating a UDF (was Hive SerDe?) - Hive - [mail # user]
|
|
...Any chance of making a binary Hive release with the latest features? Saurabh. On Sat, Jul 18, 2009 at 12:53 AM, Ashish Thusoo wrote: http://nandz.blogspot.com http:...
|
|
|
Author: Saurabh Nanda,
2009-07-18, 13:10
|
|
|
Re: Creating a UDF (was Hive SerDe?) - Hive - [mail # user]
|
|
...the release is quite old, we implemented "add jar" after this release. Should I just compile Hive directly from http://svn.apache.org/repos/asf/hadoop/hive/trunk/ ? Is it ...
|
|
|
Author: Saurabh Nanda,
2009-07-17, 06:32
|
|
|
Re: Creating a UDF (was Hive SerDe?) - Hive - [mail # user]
|
|
... hive> add jar myjar.jar; Usage: add [FILE] []* hive> add file myjar.jar; hive> Apparently, ADD JAR doesn't work for me. I am however using ADD FILE before CREATE T...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 11:44
|
|
|
Re: Creating a UDF (was Hive SerDe?) - Hive - [mail # user]
|
|
...I've added the JAR (containing my UDF class) in the session. I've issued the CREATE TEMPORARY FUNCTION command. However, all my map tasks fail with a ClassNotFoundException when I try to run...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 11:10
|
|
|
Re: Importing log files in custom (non-delimited) format - Hive - [mail # user]
|
|
...So, I'm back to square one. Is there *any* way I can do this using Hive One way, I'm trying out is to have multiple UDFs, each taking the raw log entry as input and returning a specif...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 08:17
|
|
|
Re: Importing log files in custom (non-delimited) format - Hive - [mail # user]
|
|
...(Copying this list on this as well) Unfortunately, the simplest way to import a log file into a tab seperated So, I'm back to square one. Is there *any* way I can do this using H...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 07:47
|
|
|
Re: Importing log files in custom (non-delimited) format - Hive - [mail # user]
|
|
...Hi Eric, Could you clarify what you mean by 'not delimited properly'? Here's what a line in the log file looks like. Fields are separated by spaces; some are quoted, some are no...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 05:39
|
|
|
Importing log files in custom (non-delimited) format - Hive - [mail # user]
|
|
...Hi, How do I import log files that are not delimited properly (and don't have timestamps in standard formats) into a tab-separated Hive table? What's the simplest approach for me? &nbs...
|
|
|
Author: Saurabh Nanda,
2009-07-16, 05:03
|
|
|
Re: Creating a UDF (was Hive SerDe?) - Hive - [mail # user]
|
|
...http://svn.apache.org/repos/asf/hadoop/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTestTranslate.javalooks so intimidating! Also, this is not exactly a UDF that re...
|
|
|
Author: Saurabh Nanda,
2009-07-15, 12:20
|
|
|
|