| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
730 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...Ahhh, I see. That makes sense. Sadly, this won't currently be possible in the current version of Pig, but this is a really good reason to want to do this. Can you make a ticket about making ...
|
|
|
Author: Jonathan Coveney,
2013-01-23, 00:44
|
|
|
Review Request: Allow UDFs to flatten themselves - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9060/ Review request for pig. Description see PIG-3010 Diffs s...
|
|
|
Author: Jonathan Coveney,
2013-01-23, 00:12
|
|
|
Re: Custom Scripting Engine - Pig - [mail # dev]
|
|
...So, something like this is not currently possible, but I think it would be possible to expose a set of interfaces that would make this possible. That said, why is this desirable? Is your goa...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 23:56
|
|
|
[PIG-3078] Make a UDF that, given a string, returns just the columns prefixed by that string - Pig - [issue]
|
|
...This comes up fairly often, usually as the result of a join. Given that the resulting schema has the column name prepended, a udf in the following form could give just the columns from the d...
|
|
|
http://issues.apache.org/jira/browse/PIG-3078
Author: Jonathan Coveney,
2013-01-22, 23:30
|
|
|
[PIG-3090] Introduce a syntax to be able to easily refer to the previously defined relation - Pig - [issue]
|
|
...Sometimes I feel like swimming with ANTLRs. This particular feature isn't too hard to add... and supports syntax like this:a = load 'thing' as (x:int);b = foreach @ generate x;c = foreach @ ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3090
Author: Jonathan Coveney,
2013-01-22, 23:06
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...I think that this is all available, it's just not the easiest thing to get at. If you look at the explain plan, it has a lot of this info, and you can definitely get at that info. I'm not su...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 23:05
|
|
|
Re: Shared script commands - Pig - [mail # user]
|
|
...At Twitter, we have a lightweight framework that handles stitching code together....so I think with pig, stitching stuff together in some organized way is the current best practice. 2...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 22:25
|
|
|
Re: Syntax for dereferenced project-range - Pig - [mail # user]
|
|
...I do not believe that this is currently supported for nested projections, though it should be. Feel free to make a JIRA ticket, I do not think it would be hard. 2013/1/22 Uri Laserson...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 22:23
|
|
|
Re: Review Request: Add BigInteger and BigDecimal to Pig - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9012/ (Updated Jan. 22, 2013, 10:05 p.m.) Review request for pig, Alan Gates and Mathias...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 22:06
|
|
|
Re: Review Request: Add BigInteger and BigDecimal to Pig - Pig - [mail # dev]
|
|
... This is a bit annoying/confusing, but there are two internal "CHARARRAYS," either a CHARARRAY or a BIGCHARRAY. So if it's bigger than a short, it will be an int (ie a BIGCHARARRAY) an...
|
|
|
Author: Jonathan Coveney,
2013-01-22, 19:31
|
|
|
|