[jira] [Commented] (PIG-2324) duplicate INFO/WARN messages in grunt mode

2011-10-19 Thread Thejas M Nair (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130375#comment-13130375 ] Thejas M Nair commented on PIG-2324: For example - {code} grunt l = load 'x' as

[jira] [Created] (PIG-2324) duplicate INFO/WARN messages in grunt mode

2011-10-19 Thread Thejas M Nair (Created) (JIRA)
duplicate INFO/WARN messages in grunt mode -- Key: PIG-2324 URL: https://issues.apache.org/jira/browse/PIG-2324 Project: Pig Issue Type: Bug Affects Versions: 0.9.0 Reporter: Thejas M

What can cause defineAnnotatedMethods to bug out?

2011-10-19 Thread Jonathan Coveney
Hello! Following the example in the spymemcached module, I have a static definer as so: public static RubyClass defineDataBag(Ruby runtime) { RubyClass result = runtime.defineClass(DataBag,runtime.getObject(), DATABAG_ALLOCATOR);

[jira] [Updated] (PIG-1967) deprecate current syntax for casting relation as scalar, to use explicit cast to tuple

2011-10-19 Thread Thejas M Nair (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1967: --- Fix Version/s: 0.10 Assignee: Thejas M Nair deprecate current syntax for casting

[jira] [Created] (PIG-2325) Make e2e test directory for data configurable in HDFS

2011-10-19 Thread Gianmarco De Francisci Morales (Created) (JIRA)
Make e2e test directory for data configurable in HDFS - Key: PIG-2325 URL: https://issues.apache.org/jira/browse/PIG-2325 Project: Pig Issue Type: Improvement Reporter:

[jira] [Commented] (PIG-2182) Add more append support to DataByteArray

2011-10-19 Thread Alan Gates (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130772#comment-13130772 ] Alan Gates commented on PIG-2182: - Reviewing this patch it looks fine. But every time I run

[jira] [Created] (PIG-2326) Pig minicluster tests can not be run from eclipse

2011-10-19 Thread Julien Le Dem (Created) (JIRA)
Pig minicluster tests can not be run from eclipse - Key: PIG-2326 URL: https://issues.apache.org/jira/browse/PIG-2326 Project: Pig Issue Type: Bug Reporter: Julien Le Dem

[jira] [Updated] (PIG-2326) Pig minicluster tests can not be run from eclipse

2011-10-19 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2326: --- Attachment: PIG-2326.patch PIG-2326.patch adds the missing required System.property and changes the

[jira] [Updated] (PIG-2318) Push extra jars to distributed cache and use the classloader enxtension mechanism in PigContext to load them on the backend

2011-10-19 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2318: --- Attachment: PIG-2318_2.patch PIG-2318_2.patch addresses the comments. I'm now streaming jars from the

[jira] [Commented] (PIG-2182) Add more append support to DataByteArray

2011-10-19 Thread Thejas M Nair (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130806#comment-13130806 ] Thejas M Nair commented on PIG-2182: I also verified that adding new functions to an

What is the proper place to store a custom RubyClass object?

2011-10-19 Thread Jonathan Coveney
I have a class, B, that is defined under another class, A. However, I want A to be able to generate B's that the user can use. As a hack, I statically store the RubyClass object that I get back from defineClassUnder, but this feels wrong. For the truly native Ruby objects, you have things like

[jira] [Updated] (PIG-2125) Make Pig work with hadoop .NEXT

2011-10-19 Thread Thomas Weise (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated PIG-2125: -- Attachment: PIG-2125-ivy-0.9-3.patch Modified ivy patch to pull compile-test dependencies correctly.

[jira] [Updated] (PIG-2125) Make Pig work with hadoop .NEXT

2011-10-19 Thread Thomas Weise (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated PIG-2125: -- Attachment: (was: PIG-2125-ivy-0.9-2.patch) Make Pig work with hadoop .NEXT

[jira] [Updated] (PIG-2125) Make Pig work with hadoop .NEXT

2011-10-19 Thread Thomas Weise (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated PIG-2125: -- Attachment: (was: PIG-2125-ivy-0.9.patch) Make Pig work with hadoop .NEXT

[jira] [Created] (PIG-2328) Add builtin UDFs for building and using bloom filters

2011-10-19 Thread Alan Gates (Created) (JIRA)
Add builtin UDFs for building and using bloom filters - Key: PIG-2328 URL: https://issues.apache.org/jira/browse/PIG-2328 Project: Pig Issue Type: New Feature Components:

[jira] [Updated] (PIG-2328) Add builtin UDFs for building and using bloom filters

2011-10-19 Thread Alan Gates (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2328: Attachment: PIG-bloom.patch Add builtin UDFs for building and using bloom filters

[jira] [Updated] (PIG-2328) Add builtin UDFs for building and using bloom filters

2011-10-19 Thread Alan Gates (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2328: Status: Patch Available (was: Open) Add builtin UDFs for building and using bloom filters

[jira] [Commented] (PIG-2328) Add builtin UDFs for building and using bloom filters

2011-10-19 Thread Alan Gates (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130904#comment-13130904 ] Alan Gates commented on PIG-2328: - This patch includes two new UDFs, BuildBloom and Bloom.

[jira] [Updated] (PIG-2328) Add builtin UDFs for building and using bloom filters

2011-10-19 Thread Alan Gates (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2328: Release Note: Bloom filters are a common way to select a limited set of records before moving data for a

[jira] [Updated] (PIG-482) PERFORMANCE: Use hand crafted integer/long conversions

2011-10-19 Thread Olga Natkovich (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-482: --- I can't recall details right now but I think this is something that Alan experimented with so he might