[jira] [Commented] (PIG-2167) CUBE operation in Pig

2012-04-12 Thread Prasanth J (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252251#comment-13252251 ] Prasanth J commented on PIG-2167: - Submitting patch(version 2) with updates based on code

[jira] [Updated] (PIG-2167) CUBE operation in Pig

2012-04-12 Thread Prasanth J (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated PIG-2167: Attachment: PIG-2167.2.patch CUBE operation in Pig - Key:

Re: Review Request: PIG-2167 - Naive implementation of CUBE operator

2012-04-12 Thread j . prasanth . j
On 2012-04-07 23:50:33, Dmitriy Ryaboy wrote: http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/newplan/logical/relational/LOCube.java, line 37 https://reviews.apache.org/r/4670/diff/1/?file=100633#file100633line37 might as well pull this up into a proper javadoc.

Re: Review Request: PIG-2167 - Naive implementation of CUBE operator

2012-04-12 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4670/ --- (Updated 2012-04-12 07:12:48.703680) Review request for pig and Dmitriy Ryaboy.

[jira] [Commented] (PIG-2632) Create a SchemaTuple which generates efficient Tuples via code gen

2012-04-12 Thread Julien Le Dem (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252609#comment-13252609 ] Julien Le Dem commented on PIG-2632: @Jonathan: regarding bit manipulation in the patch,

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

2012-04-12 Thread Julien Le Dem (Created) (JIRA)
org.apache.pig.parser.ParserValidationException does not expose the cause exception --- Key: PIG-2649 URL: https://issues.apache.org/jira/browse/PIG-2649 Project: Pig

[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] [Commented] (PIG-2643) Use bytecode generation to make a performance replacement for InvokeForLong, InvokeForString, etc

2012-04-12 Thread Scott Carey (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252706#comment-13252706 ] Scott Carey commented on PIG-2643: -- Another thought for this sort of thing: This might be

Java 7 and Pig, hijacked from PIG-2643

2012-04-12 Thread Jonathan Coveney
Scott Carey brought Java 7 up in PIG-2643, and I think it's something we need to think about. When do we want to start taking advantage of new features that may not exist on Java 6? Do we ever? 2012/4/12 Scott Carey (Commented) (JIRA) j...@apache.org [

Re: Java 7 and Pig, hijacked from PIG-2643

2012-04-12 Thread Gianmarco De Francisci Morales
My personal opinion is Yes, if there is a compelling reason, but not now. Still not mature enough. Cheers, -- Gianmarco On Thu, Apr 12, 2012 at 20:55, Jonathan Coveney jcove...@gmail.com wrote: Scott Carey brought Java 7 up in PIG-2643, and I think it's something we need to think about.

[jira] [Commented] (PIG-2643) Use bytecode generation to make a performance replacement for InvokeForLong, InvokeForString, etc

2012-04-12 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252801#comment-13252801 ] Dmitriy V. Ryaboy commented on PIG-2643: Scott, good idea but moving Pig to java 7

[jira] [Commented] (PIG-2642) StoreMetadata.storeSchema can't access files in the output directory (Hadoop 0.23)

2012-04-12 Thread Daniel Dai (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252848#comment-13252848 ] Daniel Dai commented on PIG-2642: - +1 StoreMetadata.storeSchema can't

[jira] [Updated] (PIG-2642) StoreMetadata.storeSchema can't access files in the output directory (Hadoop 0.23)

2012-04-12 Thread Daniel Dai (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2642: Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed

Jenkins build is back to normal : Pig-trunk #1224

2012-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pig-trunk/1224/changes

Re: Java 7 and Pig, hijacked from PIG-2643

2012-04-12 Thread Scott Carey
On 4/12/12 12:02 PM, Gianmarco De Francisci Morales g...@apache.org wrote: My personal opinion is Yes, if there is a compelling reason, but not now. Still not mature enough. What is the definition of mature enough? I'd argue that out of Java 7, Hadoop, Avro, and Pig... Java 7 is the most

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

2012-04-12 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13252984#comment-13252984 ] Dmitriy V. Ryaboy commented on PIG-2649: +1 please commit

[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] [Commented] (PIG-1965) Aggregation not working in conjunction with REGEX_EXTRACT_ALL

2012-04-12 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253020#comment-13253020 ] Dmitriy V. Ryaboy commented on PIG-1965: That's because saying that a string is an

[jira] [Resolved] (PIG-1965) Aggregation not working in conjunction with REGEX_EXTRACT_ALL

2012-04-12 Thread Dmitriy V. Ryaboy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy resolved PIG-1965. Resolution: Invalid Resolving as invalid, although it's totally true that distinction

Re: Jenkins build is back to normal : Pig-trunk #1224

2012-04-12 Thread Russell Jurney
Go Jenkins! Russell Jurney twitter.com/rjurney russell.jur...@gmail.com datasyndrome.com On Apr 12, 2012, at 4:09 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: See https://builds.apache.org/job/Pig-trunk/1224/changes

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

2012-04-12 Thread Julien Le Dem (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem resolved PIG-2649. Resolution: Fixed Fix Version/s: 0.11 org.apache.pig.parser.ParserValidationException