| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.169s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Run hive queries, and collect job information - Hive - [mail # user]
|
|
...Fantastic. Thanks ! 2013/1/30 Qiang Wang ...
|
|
|
Author: Mathieu Despriee,
2013-01-30, 13:52
|
|
|
Run hive queries, and collect job information - Hive - [mail # user]
|
|
...Hi folks, I would like to run a list of generated HIVE queries. For each, I would like to retrieve the MR job_id (or ids, in case of multiple stages). And then, with this job_id, colle...
|
|
|
Author: Mathieu Despriee,
2013-01-30, 10:03
|
|
|
Re: Real-life experience of forcing smaller input splits? - Hive - [mail # user]
|
|
...Hi David, What file format and compression type are you using ? Mathieu Le 25 janv. 2013 à 07:16, David Morel a écrit : ...
|
|
|
Author: Mathieu Despriee,
2013-01-25, 07:44
|
|
|
specification of SERDE in RCFile - Hive - [mail # user]
|
|
...Hi folks, Through samples here and there, I've seen tables definitions using RCFile storage specifying a SERDE in somecase, and sometimes not. ie : sometimes ROW FORMAT SERDE 'or...
|
|
|
Author: Mathieu Despriee,
2013-01-22, 14:06
|
|
|
Re: Stack function in Hive : how to specify multiple aliases? - Hive - [mail # user]
|
|
...Yep, that worked. As suggested by Nitin, LATERAL VIEW is a helpful too, and here's the syntax SELECT Id, Name, App, Byte, Packet FROM testApp2 LATERAL VIEW stack(2,...
|
|
|
Author: Mathieu Despriee,
2013-01-11, 15:00
|
|
|
Re: Stack function in Hive : how to specify multiple aliases? - Hive - [mail # user]
|
|
...Not working either : SELECT stack(2,AppWeb, ByteWeb, PacketWeb, AppP2P, ByteP2P, PacketP2P) AS App,Byte,Packet FROM testApp2; clause is supported with UDTF's. Error encountered near to...
|
|
|
Author: Mathieu Despriee,
2013-01-10, 09:42
|
|
|
Re: Stack function in Hive : how to specify multiple aliases? - Hive - [mail # user]
|
|
...SELECT stack(2,AppWeb, ByteWeb, PacketWeb, AppP2P, ByteP2P, PacketP2P) AS A FROM testApp2; 2013/1/10 Nitin Pawar ...
|
|
|
Author: Mathieu Despriee,
2013-01-10, 08:58
|
|
|
Stack function in Hive : how to specify multiple aliases? - Hive - [mail # user]
|
|
...Hi folks, I want to use the stack function, described here : https://cwiki.apache.org/Hive/languagemanual-udf.html#LanguageManualUDF-BuiltinTableGeneratingFunctions%2528UDTF%2529  ...
|
|
|
Author: Mathieu Despriee,
2013-01-10, 08:39
|
|
|
|
|
|
|