[jira] Subscription: PIG patch available

2013-09-07 Thread jira
Issue Subscription Filter: PIG patch available (21 issues) Subscriber: pigdaily Key Summary PIG-3451EvalFunc ctor reflection to determine value of type param T is brittle https://issues.apache.org/jira/browse/PIG-3451 PIG-3449Move JobCreationException to org.

[jira] [Commented] (PIG-3430) Add xml format for explaining MapReduce Plan.

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761066#comment-13761066 ] Jeremy Karn commented on PIG-3430: -- Fixed. > Add xml format for explaining

[jira] [Updated] (PIG-3430) Add xml format for explaining MapReduce Plan.

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-3430: - Attachment: PIG-3430-4.patch > Add xml format for explaining MapReduce Plan. >

Re: Review Request 13781: Changes to add support for streaming_python udfs.

2013-09-07 Thread Jeremy Karn
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13781/ --- (Updated Sept. 7, 2013, 3:39 p.m.) Review request for pig. Repository: pig-gi

Re: Review Request 13781: Changes to add support for streaming_python udfs.

2013-09-07 Thread Jeremy Karn
> On Sept. 7, 2013, 12:04 a.m., Daniel Dai wrote: > > src/org/apache/pig/builtin/StreamUDFToPig.java, line 47 > > > > > > This might be affected by PIG-3255 Looks like it would be easy to make this patch work with PIG-

[jira] [Commented] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761061#comment-13761061 ] Jeremy Karn commented on PIG-2417: -- Latest patch has changes from code review. I still nee

[jira] [Updated] (PIG-3426) Add support for removing s3 files

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-3426: - Release Note: Pig scripts now support removing files from S3. rmf s3n://; > Add support for removing

[jira] [Updated] (PIG-3426) Add support for removing s3 files

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-3426: - Release Note: Pig scripts now support removing files from S3. rmf s3n://S3_FILE_LOCATION; was: Pig scri

[jira] [Updated] (PIG-2417) Streaming UDFs - allow users to easily write UDFs in scripting languages with no JVM implementation.

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-2417: - Attachment: PIG-2417-8.patch > Streaming UDFs - allow users to easily write UDFs in scripting language

[jira] [Updated] (PIG-3431) Return more information for parsing related exceptions.

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Karn updated PIG-3431: - Release Note: Improves Pig exception handling by: * Adding the SourceLocation (line and column numbers) to

[jira] [Commented] (PIG-3255) Avoid extra byte array copy in streaming deserialize

2013-09-07 Thread Jeremy Karn (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761052#comment-13761052 ] Jeremy Karn commented on PIG-3255: -- I think this change makes sense and it should be easy f