| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
370 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Clearing out old JIRAs - Pig - [mail # dev]
|
|
...Thanks Jon. Can you please review a couple of JIRAs for me? https://issues.apache.org/jira/browse/PIG-3138 has a hotfix by Chelseoo that needs a review/commit. https://issu...
|
|
|
Author: Prashant Kommireddi,
2013-02-19, 16:16
|
|
|
Re: Review Request: Review for PIG-2641 - add ToJson builtin to Pig - Pig - [mail # dev]
|
|
... "does not parse"? Did not get that. Wouldn't declaring it as a class var and initializing only once work? public class ToJson extends EvalFunc { private static Byt...
|
|
|
Author: Prashant Kommireddi,
2013-02-18, 23:06
|
|
|
Re: Review Request: Review for PIG-2641 - add ToJson builtin to Pig - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9481/#review16700 src/org/apache/pig/builtin/ToJson.java Hey Russel...
|
|
|
Author: Prashant Kommireddi,
2013-02-18, 05:51
|
|
|
Re: Pig 0.12 3 months after Pig 0.11? - Pig - [mail # dev]
|
|
...+1. It would be great if we can have more frequent releases. Let me know if I can help in anyway, would be glad to be involved in the process. Sent from my iPhone On Feb 17...
|
|
|
Author: Prashant Kommireddi,
2013-02-18, 02:49
|
|
|
Re: Pig standalone jar - Pig - [mail # dev]
|
|
...Thanks Cheolsoo, that's exactly what I was looking for. On Thu, Feb 14, 2013 at 9:49 AM, Cheolsoo Park wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-02-14, 19:37
|
|
|
Pig standalone jar - Pig - [mail # dev]
|
|
...Should pig have a standalone jar? We have a case when building pig with external code produces jar conflicts. Just like we have "pig-withouthadoop" as a target, does it make sense to do "pig...
|
|
|
Author: Prashant Kommireddi,
2013-02-14, 05:59
|
|
|
Re: How do you pass a schema to the backend in a builtin UDF? - Pig - [mail # dev]
|
|
...Take a look at UDFContext. Sent from my iPhone On Feb 12, 2013, at 7:54 PM, Russell Jurney wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-02-13, 04:14
|
|
|
Re: Injecting plans - Pig - [mail # dev]
|
|
...Thanks Bill. I think the issue would be with the fact that I am trying to inject the property (base path) from an external framework into Load/StoreFunc. An analogy could be a fancy random g...
|
|
|
Author: Prashant Kommireddi,
2013-02-12, 08:24
|
|
|
Re: Injecting plans - Pig - [mail # dev]
|
|
...That would work in the case when it's a static path? The problem here is my base path will vary entirely for each different Pig job, and I would not like the client to set that. Rather my fr...
|
|
|
Author: Prashant Kommireddi,
2013-02-12, 02:17
|
|
|
Injecting plans - Pig - [mail # dev]
|
|
...Hey, I wanted to run an idea by you guys. I have a use-case where I try injecting load/store paths into the script. So if a user says A = load 'input'; I would like to add a base path ...
|
|
|
Author: Prashant Kommireddi,
2013-02-11, 22:10
|
|
|
|