Re: [jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2010-12-03 Thread Jonathan Coveney
I was under the impression that pigpen only works with 0.6.0 2010/12/3 Andreas Paepcke (JIRA) > >[ > https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966766#action_12966766] > > Andreas Paepcke commented on

[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2010-12-03 Thread Andreas Paepcke (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966766#action_12966766 ] Andreas Paepcke commented on PIG-366: - I too installed PigPen_0.7.5.jar under Helios, with

[jira] Updated: (PIG-1479) Embed Pig in scripting languages

2010-12-03 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1479: -- Attachment: PIG-1479_4.patch Attaching patch that addresses above comments: * One can use --embedde

[jira] Commented: (PIG-1752) UDFs should be able to indicate files to load in the distributed cache

2010-12-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966742#action_12966742 ] Alan Gates commented on PIG-1752: - [exec] -1 overall. [exec] [exec] +1 @au

[jira] Commented: (PIG-1752) UDFs should be able to indicate files to load in the distributed cache

2010-12-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966738#action_12966738 ] Alan Gates commented on PIG-1752: - This may make sense to add to the load func as well, but I

[jira] Updated: (PIG-1716) New logical plan: LogToPhyTranslationVisitor should translate the structure for regex optimization

2010-12-03 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1716: Resolution: Fixed Status: Resolved (was: Patch Available) > New logical plan: LogToPhyTransl

[jira] Commented: (PIG-1618) Switch to new parser generator technology

2010-12-03 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966725#action_12966725 ] Thejas M Nair commented on PIG-1618: Review comments on NewParser-6.patch - - AstValidato

[jira] Created: (PIG-1754) native mapreduce - support for multiple jars

2010-12-03 Thread Thejas M Nair (JIRA)
native mapreduce - support for multiple jars Key: PIG-1754 URL: https://issues.apache.org/jira/browse/PIG-1754 Project: Pig Issue Type: Bug Reporter: Thejas M Nair Native mapreduce o

[jira] Commented: (PIG-1618) Switch to new parser generator technology

2010-12-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1292#action_1292 ] Xuefu Zhang commented on PIG-1618: -- Patch NewParser-6.patch added schema alias name validati

[jira] Commented: (PIG-1618) Switch to new parser generator technology

2010-12-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966658#action_12966658 ] Xuefu Zhang commented on PIG-1618: -- For NewParser-6.patch, the following is the test-patch r

[jira] Commented: (PIG-1751) New logical plan: PushDownForEachFlatten fail in UDF with unknown output schema

2010-12-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966646#action_12966646 ] Xuefu Zhang commented on PIG-1751: -- +1 > New logical plan: PushDownForEachFlatten fail in

[jira] Updated: (PIG-1618) Switch to new parser generator technology

2010-12-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1618: - Attachment: NewParser-6.patch > Switch to new parser generator technology > ---

Review Request: New logical plan: PushDownForEachFlatten fail in UDF with unknown output schema

2010-12-03 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/144/ --- Review request for pig and xuefu. Summary --- The following script fail: a

Re: Is automatic type conversion only kicked in when your loadFunc doesn't implement LoadMetadata?

2010-12-03 Thread Daniel Dai
When you write a custom LoadFunc, you have two ways to determine the schema returned by LoadFunc: 1. Implemneting LoadMetadata, tell Pig the right schema your LoadFunc will produce. You need to convert LoadFunc output to match the schema you tell Pig 2. Not implementing LoadMetadata, Pig wil

[jira] Resolved: (PIG-1753) Pig does not honor mapreduce.fileoutputcommitter.marksuccessfuljobs

2010-12-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-1753. - Resolution: Duplicate Fix Version/s: 0.7.0 It is a duplication of [PIG-1433|https://issues.apache.o

[jira] Commented: (PIG-1752) UDFs should be able to indicate files to load in the distributed cache

2010-12-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966598#action_12966598 ] Daniel Dai commented on PIG-1752: - +1. I don't think there is an easy way to put unit test.

about pig

2010-12-03 Thread hiba houimli
Hi, When I try to run the Pig Scripts in Local Mode and I Set the maximum memory for Java: java -Xmx256m -cp pig.jar org.apache.pig.Main -x local script1-local.pig I have this problem Excetion in thread main jav.long.NOClassDefFoundError: org/apache/pig/main I need help please and thank you

Is automatic type conversion only kicked in when your loadFunc doesn't implement LoadMetadata?

2010-12-03 Thread Jae Lee
Hi, I'm finding my custom loader fails to deal with SUM() for fields returned as DataByteArray (as in PigStorage) when its LoadMetadata indicates the field type being float. I've also changed all the field type to chararray which then doesn't find SUM function for chararray. So is it true tha