[jira] Updated: (PIG-794) Use Avro serialization in Pig

2009-05-12 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-794: --- Attachment: PIG-794.patch this patch resolves jackson-asl.jar from the mvn repo through ivy and

[jira] Commented: (PIG-781) Error reporting for failed MR jobs

2009-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708752#action_12708752 ] Hadoop QA commented on PIG-781: --- -1 overall. Here are the results of testing the latest attachm

[jira] Commented: (PIG-794) Use Avro serialization in Pig

2009-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708751#action_12708751 ] Hadoop QA commented on PIG-794: --- -1 overall. Here are the results of testing the latest attachm

[jira] Commented: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-12 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708737#action_12708737 ] Hadoop QA commented on PIG-626: --- -1 overall. Here are the results of testing the latest attachm

[jira] Updated: (PIG-799) Unit tests on windows are failing after multiquery commit

2009-05-12 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-799: --- Resolution: Fixed Fix Version/s: 0.3.0 Status: Resolved (was: Patch Available) > Unit tests o

[jira] Commented: (PIG-794) Use Avro serialization in Pig

2009-05-12 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708701#action_12708701 ] Olga Natkovich commented on PIG-794: I integrated the latest patch and run unit tests. All

[jira] Commented: (PIG-807) PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator)

2009-05-12 Thread Yiping Han (JIRA)
[ https://issues.apache.org/jira/browse/PIG-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708575#action_12708575 ] Yiping Han commented on PIG-807: I would say instead of annotating the UDF to indicate ""read

[jira] Commented: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

2009-05-12 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708551#action_12708551 ] Pradeep Kamath commented on PIG-802: Adding some more details: A new kind of bag - ReadOnc

[jira] Created: (PIG-807) PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator)

2009-05-12 Thread Pradeep Kamath (JIRA)
PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator) Key: PIG-807 URL: https://issues.apache.org/jira/browse/PIG-807

[jira] Resolved: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Srinivasan resolved PIG-806. - Resolution: Fixed Committed the changes. Except for StreamingCommand.java all the other file

[jira] Updated: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Srinivasan updated PIG-806: Affects Version/s: 0.3.0 Fix Version/s: 0.3.0 Assignee: Santhosh Srinivasa

[jira] Commented: (PIG-788) Proposal to remove float from Pig data types

2009-05-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708512#action_12708512 ] Alan Gates commented on PIG-788: Reading the latest comments on AVRO-17 it looks like they are

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708508#action_12708508 ] Alan Gates commented on PIG-806: http://wiki.apache.org/pig/HowToContribute see section on Mak

Re: [jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread nitesh bhatia
Hi @author tags are not allowed in Pig (or any apache project I suppose). Refer "How to Contribute" page - http://wiki.apache.org/pig/HowToContribute --nitesh On Tue, May 12, 2009 at 9:09 PM, Olga Natkovich (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/PIG-806?page=com.atlassia

[jira] Commented: (PIG-799) Unit tests on windows are failing after multiquery commit

2009-05-12 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708471#action_12708471 ] Olga Natkovich commented on PIG-799: Daniel, thanks for the patch! Looks like the automat

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708469#action_12708469 ] Olga Natkovich commented on PIG-806: Thanks, Tejas. What is wrong with author tag? The err

[jira] Issue Comment Edited: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708464#action_12708464 ] Thejas M Nair edited comment on PIG-806 at 5/12/09 8:28 AM: Exampl

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708464#action_12708464 ] Thejas M Nair commented on PIG-806: --- Example of author tag in a java file - /* * @author xy

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708462#action_12708462 ] Olga Natkovich commented on PIG-806: what does "author tags" mean? Are you talking about c

[jira] Updated: (PIG-765) to implement jdiff

2009-05-12 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-765: --- Attachment: pig-765.patch ported patch to resolve the jdiff dependencies using ivy. tnx! > to i

Hudson build is back to normal: Pig-trunk #432

2009-05-12 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-trunk/432/changes

[jira] Commented: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708422#action_12708422 ] Giridharan Kesavan commented on PIG-806: This issue blocks : https://issues.apache.or

[jira] Created: (PIG-806) to remove author tags in the pig source code

2009-05-12 Thread Giridharan Kesavan (JIRA)
to remove author tags in the pig source code Key: PIG-806 URL: https://issues.apache.org/jira/browse/PIG-806 Project: Pig Issue Type: Bug Reporter: Giridharan Kesavan Following java