[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-20 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Attachment: PIG-2650-c.patch PIG-2650-c.patch fixes the test. Convenience mock

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-14 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Attachment: PIG-2650-b.patch PIG-2650-b.patch adds some helper methods and support for schema set and

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Attachment: PIG-2650-a.patch PIG-2650-a.patch replaces the Loader and Storer by a single mock.Storage

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Description: A test would look as follows: {code} PigServer pigServer = new PigServer(ExecType.LOCAL);

[jira] [Updated] (PIG-2649) org.apache.pig.parser.ParserValidationException does not expose the cause exception

2012-04-12 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2649: --- Attachment: PIG-2649.patch attaching PIG-2649.patch that allows the stacktrace of the cause to be

[jira] [Updated] (PIG-2649) org.apache.pig.parser.ParserValidationException does not expose the cause exception

2012-04-12 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2649: --- Patch Info: Patch Available org.apache.pig.parser.ParserValidationException does not expose the

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-12 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Attachment: PIG-2650.patch attaching PIG-2650.patch Convenience mock Loader and

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-12 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Patch Info: Patch Available Convenience mock Loader and Storer to simplify unit testing of Pig

[jira] [Updated] (PIG-2573) Automagically setting parallelism based on input file size does not work with HCatalog

2012-03-16 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2573: --- Resolution: Fixed Fix Version/s: 0.11 Status: Resolved (was: Patch Available)

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-26 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2532: --- Resolution: Fixed Fix Version/s: 0.10 Status: Resolved (was: Patch Available)

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-26 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2532: --- Attachment: PIG-2532-v4-branch-0.9.patch Adding PIG-2532-v4-branch-0.9.patch The only difference is

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-26 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2532: --- Fix Version/s: 0.9.3 Registered classes fail deserialization in frontend

[jira] [Updated] (PIG-2532) Registered classes fail deserialization in frontend

2012-02-24 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2532: --- Attachment: PIG-2532-v4.patch I rebased the patch again and did a small change so that the test can be

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

2011-12-23 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_b.patch Pig minicluster tests can not be run from eclipse

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

2011-12-22 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_a.patch Pig minicluster tests can not be run from eclipse

[jira] [Updated] (PIG-2010) Bundle registered jars via distributed cache

2011-11-12 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2010: --- Attachment: PIG-2010_a.patch PIG-2010_a.patch adds a unit test and adds support for some versions of

[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-24 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_4.patch PIG-2318_4.patch fixes an issue when classes loaded through REGISTER

[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-21 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_3.patch PIG-2318_3.patch handles the special case for Storer. It turns out that

[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] [Updated] (PIG-2322) varargs functions do not get passed the arguments in Python embedding

2011-10-17 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2322: --- Attachment: PIG-2322.patch PIG-2322.patch fixes it and adds a test based on the example above

[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-13 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.patch Push extra jars to distributed cache and use the classloader