Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 9 from 9 (0.301s).
Loading phrases to help you
refine your search...
HBaseStorage. Inconsistent result. - Pig - [mail # user]
...Hello everyone.  I have following script: pages = LOAD 'hbase://mmpages' USING org.apache.pig.backend.hadoop.hbase.HBaseStorage('t:d', '-loadKey'); pages2 = FOREACH pages GENERATE $0; p...
   Author: Eugene Morozov, 2013-04-09, 07:58
Re: Pivot table with zeros instead of empty - Pig - [mail # user]
...I would like to share what I've been trying to do to achieve my goal with only PIG (no custom UDF - just to please my curiosity =)). Please tell me if that's wrong direction.  So, I've ...
   Author: Eugene Morozov, 2013-03-08, 19:21
Re: Pivot table with zeros instead of empty - Pig - [mail # user]
...Prashant,  thank you for the advice. That's a good one!  On Thu, Mar 7, 2013 at 12:04 PM, Prashant Kommireddi wrote:     Evgeny Morozov Developer Grid Dynamics Skype: mor...
   Author: Eugene Morozov, 2013-03-08, 08:55
Pivot table with zeros instead of empty - Pig - [mail # user]
...Hello!  I have a script that gives me following result:  time_grouped = GROUP joined BY (ip, hour); counts = FOREACH time_grouped GENERATE group.ip as ip, group.hour as hour, COUNT...
   Author: Eugene Morozov, 2013-03-06, 15:20
Re: Pig and DistributedCache - Pig - [mail # user]
...Rohini,  thanks a lot, I'll check the parameter.  On Wed, Feb 20, 2013 at 1:39 AM, Rohini Palaniswamy <[EMAIL PROTECTED]     Evgeny Morozov Developer Grid Dynamics Sky...
   Author: Eugene Morozov, 2013-02-20, 04:54
Re: Pig and DistributedCache - Pig - [mail # user]
...Rohini,  Sorry for misleading in previous e-mails with these users. Here is more robust explanation of my issue.  This is what I've got when I've tried to run it.  File has be...
   Author: Eugene Morozov, 2013-02-19, 12:26
Re: Pig and DistributedCache - Pig - [mail # user]
...Hi, again.  I've been able to successfully use the trick with DistributedCache and "tmpfiles" - during run of my Pig script the files are copied by JobClient to job-cache.  But her...
   Author: Eugene Morozov, 2013-02-11, 06:26
Re: Pig and DistributedCache - Pig - [mail # user]
...Rohini,  thank you for the reply.  Isn't it kinda hack to use "tmpfiles"? It's neither API nor good known practice, it's internal details. How safe is it to use such a trick? I mea...
   Author: Eugene Morozov, 2013-02-07, 07:42
Pig and DistributedCache - Pig - [mail # user]
...Hello, folks!  I'm using greatly customized HBaseStorage in my pig script. And during HBaseStorage.setLocation() I'm preparing a file with values that would be source for my filter. The...
   Author: Eugene Morozov, 2013-02-04, 21:26
Sort:
project
Pig (9)
HBase (1)
type
mail # user (9)
date
last 7 days (0)
last 30 days (0)
last 90 days (6)
last 6 months (9)
last 9 months (9)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (729)
Daniel Dai (541)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Eugene Morozov