| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
11 (0.15s).
|
|
|
Loading phrases to help you refine your search...
|
|
Pig Avro Storage - Pig - [mail # user]
|
|
...Hi all, Is there work around for Pig - 2684 Regards Abhi...
|
|
|
Author: abhishek,
2013-05-20, 22:48
|
|
|
Re: Pig question - Pig - [mail # user]
|
|
...Coveney, Thanks for the reply Got the answer using nested foreach. a = load 'data' using PigStorage(','); b = foreach a { c = substring(col1,0,4); generate 332 ...
|
|
|
Author: abhishek,
2013-05-07, 13:48
|
|
|
Pig question - Pig - [mail # user]
|
|
...Hi all, In my script a = load 'data' using PigStorage(); b = foreach a generate 342 as col1, substring(x,0,4) as col2, ; I want to use col2 later in foreach statemen...
|
|
|
Author: abhishek,
2013-05-07, 02:52
|
|
|
Re: Group by with count - Pig - [mail # user]
|
|
...Thanks for the reply , I got it Sent from my iPhone On Dec 27, 2012, at 2:31 PM, Jonathan Coveney wrote: ...
|
|
|
Author: abhishek,
2012-12-27, 20:36
|
|
|
Re: Group by with count - Pig - [mail # user]
|
|
...Thanks for the reply. Sent from my iPhone On Dec 27, 2012, at 3:14 PM, Russell Jurney wrote: ...
|
|
|
Author: abhishek,
2012-12-27, 20:36
|
|
|
Group by with count - Pig - [mail # user]
|
|
...Hi all, How can I achieve above hive query in pig Create table x as select y.col1,y.col2,y.col3,count(*) as count from tab1 y group by y.col1,y.col2,y.col3 Regards Abhishe...
|
|
|
Author: abhishek,
2012-12-26, 19:06
|
|
|
Re: Partitions in pig - Pig - [mail # user]
|
|
...It works for me thanks. Regards Abhi Sent from my iPhone On Dec 18, 2012, at 7:43 PM, Russell Jurney wrote: ...
|
|
|
Author: abhishek,
2012-12-19, 04:33
|
|
|
Re: Partitions in pig - Pig - [mail # user]
|
|
...Hi Russell, I will try this and get back to you. Regards Abhishek Sent from my iPhone On Dec 18, 2012, at 7:43 PM, Russell Jurney wrote: ...
|
|
|
Author: abhishek,
2012-12-19, 01:03
|
|
|
Re: Partitions in pig - Pig - [mail # user]
|
|
...Directory based partition in hive. Partition by date Thanks Abhi Sent from my iPhone On Dec 18, 2012, at 7:20 PM, Russell Jurney wrote: ...
|
|
|
Author: abhishek,
2012-12-19, 00:27
|
|
|
Re: Partitions in pig - Pig - [mail # user]
|
|
...Hi Russell, Thanks for the reply.How RCFile loader is related to partitions? I did not get your point in this. Regards Abhi Sent from my iPhone On Dec 18, 2012,...
|
|
|
Author: abhishek,
2012-12-19, 00:11
|
|
|
|