Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 211 to 220 from 24753 (0.285s).
Loading phrases to help you
refine your search...
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
does pig support loop and branching now? - Pig - [mail # user]
...Dear all,  I wonder if someone can tell me if the current version of pig support loop and branching?  regards!  Yong...
   Author: yonghu, 2013-05-07, 11:13
Re: Pig question - Pig - [mail # user]
...cdh-user to bcc  Your question doesn't make much sense...I think you may have left a piece off?   2013/5/7 abhishek  ...
   Author: Jonathan Coveney, 2013-05-07, 08:33
[PIG-2248] Pig parser does not detect when a macro name masks a UDF name - Pig - [issue]
...Pig accepts a macro like:define COUNT(in_relation, min_gpa) returns c {                           b = filter $in_relatio...
http://issues.apache.org/jira/browse/PIG-2248    Author: Alan Gates, 2013-05-07, 08:05
Re: Pig 0.10 XmlLoader can't handle XML shorthand - Pig - [mail # user]
...Hi, Zhu: Just want to clarify your requirement. Shorthand  means there is no data. I guess nothing is normal. What would you expect if there is no data in XML?  Thanks, Johnny &nbs...
   Author: Johnny Zhang, 2013-05-07, 05:44
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: add days to the current date - Pig - [mail # user]
...See http://pig.apache.org/docs/r0.11.0/func.html#datetime-functions Specially 'AddDuration'.  Regards, Shahab   On Mon, May 6, 2013 at 8:55 PM, soniya B  wrote:  ...
   Author: Shahab Yunus, 2013-05-07, 01:17
add days to the current date - Pig - [mail # user]
...Hi,  How to add days to the current date in PIG? Is there any built in fucntion?  Regards Soniya...
   Author: soniya B, 2013-05-07, 00:55
Re: Hbase Hex Values - Pig - [mail # user]
...You would use it like any other udf. so:  data2 = foreach data generate invoke&Integer.valueOf(id, 16);  or perhaps  data2 = foreach data generate invoke&Integer.valueOf((int)...
   Author: Jonathan Coveney, 2013-05-06, 21:13
Re: Hbase Hex Values - Pig - [mail # user]
...In my case, I am loading data using:   data = load 'hbase://data' using org.apache.pig.backend.hadoop.hbase.HBaseStorage('1:*', ' -loadKey true') AS (id:chararray, data:map[]);  Wo...
   Author: John Meek, 2013-05-06, 21:05
Sort:
project
Hadoop (68941)
HBase (57923)
Hive (38365)
Pig (24703)
Accumulo (21217)
MapReduce (17848)
HDFS (8736)
Zookeeper (8130)
Kafka (7497)
Flume (7375)
Avro (7194)
Sqoop (6550)
Chukwa (5924)
type
mail # user (11962)
javadoc (7260)
mail # dev (3239)
source code (1132)
issue (991)
web site (74)
Sematext # blog (50)
wiki (45)
date
last 7 days (96)
last 30 days (428)
last 90 days (1305)
last 6 months (2286)
last 9 months (16356)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (731)
Daniel Dai (544)
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)