| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
732 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PigServer, load query fails, passes on grunt - Pig - [mail # user]
|
|
...Why do you have an "as" statement with the store? The schema should come down with the script. That's probably the issue. 2013/5/4 ÐΞ€ρ@Ҝ (๏̯͡๏) ...
|
|
|
Author: Jonathan Coveney,
2013-05-04, 21:51
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...I agree that this is cool, and if other projects are using JTS it is worth talking them to see how. I also agree that licensing is very frustrating. In the short term, however, while i...
|
|
|
Author: Jonathan Coveney,
2013-05-04, 21:47
|
|
|
[PIG-3010] Allow UDF's to flatten themselves - Pig - [issue]
|
|
...This is something I thought would be cool for a while, so I sat down and did it because I think there are some useful debugging tools it'd help with.The idea is that if you attach an annotat...
|
|
|
http://issues.apache.org/jira/browse/PIG-3010
Author: Jonathan Coveney,
2013-04-25, 17:33
|
|
|
[PIG-3088] Add a builtin udf which removes prefixes - Pig - [issue]
|
|
...This is something that I always hear people complaining about. Note that this depends on the FlattenOutput annotation.This UDF supports the following.a = load 'a' as (x1, y1, z1);b = load 'a...
|
|
|
http://issues.apache.org/jira/browse/PIG-3088
Author: Jonathan Coveney,
2013-04-24, 02:09
|
|
|
[PIG-3198] Let users use any function from PigType -> PigType as if it were builtlin - Pig - [issue]
|
|
...This idea is an extension of PIG-2643. Ideally, someone should be able to call any function currently registered in Pig as if it were builtin....
|
|
|
http://issues.apache.org/jira/browse/PIG-3198
Author: Jonathan Coveney,
2013-04-20, 21:39
|
|
|
[PIG-3284] Document PIG-3198 and PIG-2643 - Pig - [issue]
|
|
...These improvements are quite useful, but only if people know that they exist....
|
|
|
http://issues.apache.org/jira/browse/PIG-3284
Author: Jonathan Coveney,
2013-04-20, 01:21
|
|
|
[PIG-2643] Use bytecode generation to make a performance replacement for InvokeForLong, InvokeForString, etc - Pig - [issue]
|
|
...This is basically to cut my teeth for much more ambitious code generation down the line, but I think it could be performance and useful.the new syntax is:a = load 'thing' as (x:chararray);de...
|
|
|
http://issues.apache.org/jira/browse/PIG-2643
Author: Jonathan Coveney,
2013-04-19, 12:22
|
|
|
[PIG-3122] Operators should not implicitly become reserved keywords - Pig - [issue]
|
|
...As a byproduct of how ANTLR lexes things, whenever we introduce a new operator (RANK, CUBE, and any special keyword really) we are implicitly introducing a reserved word that can't be used f...
|
|
|
http://issues.apache.org/jira/browse/PIG-3122
Author: Jonathan Coveney,
2013-04-18, 17:33
|
|
|
Re: Ruby 1.9 and jRuby 1.7 - Pig - [mail # user]
|
|
...Dan, I implemented most of the jruby stuff. Glad to hear you're trying it out! Please let us know what your experience is like. I definitely had plans to upgrade to jruby 1.7, an...
|
|
|
Author: Jonathan Coveney,
2013-04-11, 20:59
|
|
|
[PIG-3049] Cannot sort on a bag in nested foreach - Pig - [issue]
|
|
...The following script fails.a = load 'words_and_numbers' as (word:chararray, number:int);b = foreach (group a by number) { a_bag = a.word; ord = order a_bag by word;&nbs...
|
|
|
http://issues.apache.org/jira/browse/PIG-3049
Author: Jonathan Coveney,
2013-04-08, 21:00
|
|
|
|