| 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
|
|
|
|