Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 8 from 8 (0.091s).
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
Sort:
project
Hive (8)
type
mail # user (8)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (8)
last 9 months (8)
author
Namit Jain (802)
Edward Capriolo (633)
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)
Mathieu Despriee