| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
731 (3.074s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How do you pass a schema to the backend in a builtin UDF? - Pig - [mail # dev]
|
|
...EvalFunc now has a getInputSchema method, so this is done for you. Unless I am misunderstanding why you want to do? 2013/2/13 Prashant Kommireddi ...
|
|
|
Author: Jonathan Coveney,
2013-02-13, 07:47
|
|
|
Re: $HOME - Pig - [mail # user]
|
|
...Prashant: not sure. It probably isn't. We should make a ticket for that if it isn't. Russell: can you close the ticket you made, with the answer? 2013/2/11 Russell Jurney ...
|
|
|
Author: Jonathan Coveney,
2013-02-11, 17:44
|
|
|
Re: $HOME - Pig - [mail # user]
|
|
...Bill was right, he just forgot an escape: %default HOME `echo \$HOME` I believe that should work 2013/2/11 Russell Jurney ...
|
|
|
Author: Jonathan Coveney,
2013-02-11, 15:52
|
|
|
Re: Failing unit tests in trunk - Pig - [mail # dev]
|
|
...Thanks for doing this Cheolsoo! 2013/2/7 Cheolsoo Park ...
|
|
|
Author: Jonathan Coveney,
2013-02-08, 07:30
|
|
|
Re: How to refer field name in Jython UDF - Pig - [mail # user]
|
|
...Sorry, hit enter prematurely. Although in this particular case, it's a little janky, but you could have a helper which takes the thrift class i.e. get_name(some_field, 'SomeClass') and...
|
|
|
Author: Jonathan Coveney,
2013-02-08, 07:04
|
|
|
Re: How to refer field name in Jython UDF - Pig - [mail # user]
|
|
...Currently, the answer to this is no. In Javaland in 0.11.0 you can get the schema in an EvalFunc, and it would not be hard to make this available from a Jython UDF, though we'd need a patch....
|
|
|
Author: Jonathan Coveney,
2013-02-08, 07:03
|
|
|
Re: Is there a size limit on tuple or a field in tuple? - Pig - [mail # user]
|
|
...A tuple must fit in memory. That is the only bound. 2013/2/6 Dexin Wang ...
|
|
|
Author: Jonathan Coveney,
2013-02-07, 15:46
|
|
|
Re: reference tuple field by name in UDF - Pig - [mail # user]
|
|
...Yeah, if you are locked into an older version of Pig you don't really have any option. Lobby EMR to use .11 once it is released :) 2013/2/1 Dexin Wang ...
|
|
|
Author: Jonathan Coveney,
2013-02-03, 06:03
|
|
|
Re: Ignore missing paths on load - Pig - [mail # user]
|
|
...AFAIK, this is a Hadoop issue and not a pig issue. That said, we could make this a configurable thing to overload and do something more reasonable. Feel free to open a JIRA and suggest that ...
|
|
|
Author: Jonathan Coveney,
2013-02-03, 06:01
|
|
|
[PIG-2764] Add a biginteger and bigdecimal type to pig - Pig - [issue]
|
|
...I think it would be useful for applications where precision is more important than speed to have the option of using java's bigdecimal and biginteger types natively....
|
|
|
http://issues.apache.org/jira/browse/PIG-2764
Author: Jonathan Coveney,
2013-02-01, 20:59
|
|
|
|