[jira] Updated: (PIG-1039) Pig 0.5 Doc Updates

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1039: Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed to both trunk and

[jira] Created: (PIG-1040) FINDBUGS: MS_SHOULD_BE_FINAL: Field isn't final but should be

2009-10-22 Thread Olga Natkovich (JIRA)
FINDBUGS: MS_SHOULD_BE_FINAL: Field isn't final but should be - Key: PIG-1040 URL: https://issues.apache.org/jira/browse/PIG-1040 Project: Pig Issue Type: Improvement

[jira] Assigned: (PIG-1025) Should be able to set job priority through Pig Latin

2009-10-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1025: --- Assignee: Kevin Weil Should be able to set job priority through Pig Latin

[jira] Commented: (PIG-1033) javac warnings: deprecated hadoop APIs

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768741#action_12768741 ] Olga Natkovich commented on PIG-1033: - I think it is ok to go with the option 1 for now

[jira] Updated: (PIG-1025) Should be able to set job priority through Pig Latin

2009-10-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1025: Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked in. Thanks Kevin for the

[jira] Created: (PIG-1041) javac warnings: cast, fallthrough, serial

2009-10-22 Thread Daniel Dai (JIRA)
javac warnings: cast, fallthrough, serial - Key: PIG-1041 URL: https://issues.apache.org/jira/browse/PIG-1041 Project: Pig Issue Type: Bug Affects Versions: 0.4.0 Reporter: Daniel Dai

[jira] Created: (PIG-1042) javac warnings: unchecked

2009-10-22 Thread Daniel Dai (JIRA)
javac warnings: unchecked -- Key: PIG-1042 URL: https://issues.apache.org/jira/browse/PIG-1042 Project: Pig Issue Type: Bug Components: impl Affects Versions: 0.4.0 Reporter: Daniel Dai

Hudson testing of patches

2009-10-22 Thread Alan Gates
We've had many questions on this, so I'm sending this to everyone on the dev list in hopes of clarifying the situation. Our Hudson setup for testing patches is falsely returning failures on all or most unit tests for all patches. So if you submit a patch and all the unit tests fail,

[jira] Commented: (PIG-1041) javac warnings: cast, fallthrough, serial

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768771#action_12768771 ] Daniel Dai commented on PIG-1041: - The plan is: 1. Suppressing warnings in the code level as

[jira] Updated: (PIG-1041) javac warnings: cast, fallthrough, serial

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1041: Status: Patch Available (was: Open) javac warnings: cast, fallthrough, serial

[jira] Updated: (PIG-1041) javac warnings: cast, fallthrough, serial

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1041: Attachment: PIG-1041-1.patch Attached patch address target javac warnings in the code level. Still couple of

[jira] Assigned: (PIG-598) Parameter substitution ($PARAMETER) should not be performed in comments

2009-10-22 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair reassigned PIG-598: - Assignee: Thejas M Nair Parameter substitution ($PARAMETER) should not be performed in comments

[jira] Resolved: (PIG-267) Don't substitute parameters inside comments

2009-10-22 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair resolved PIG-267. --- Resolution: Duplicate Duplicate of PIG-598 Don't substitute parameters inside comments

[jira] Updated: (PIG-598) Parameter substitution ($PARAMETER) should not be performed in comments

2009-10-22 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-598: -- Attachment: PIG-598.patch With this patch - Parameters in comments are no longer substituted - Line

[jira] Updated: (PIG-1028) FINDBUGS: DM_NUMBER_CTOR: Method invokes inefficient Number constructor; use static valueOf instead

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1028: Resolution: Fixed Status: Resolved (was: Patch Available) patch was coommitted yesterday

[jira] Updated: (PIG-1032) FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1032: Attachment: PIG-1032.patch FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String)

[jira] Commented: (PIG-1032) FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768819#action_12768819 ] Olga Natkovich commented on PIG-1032: - I ran all unit tests manually. Can one of the

[jira] Updated: (PIG-598) Parameter substitution ($PARAMETER) should not be performed in comments

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-598: --- Status: Patch Available (was: Open) Parameter substitution ($PARAMETER) should not be performed in

[jira] Commented: (PIG-927) null should be handled consistently in Join

2009-10-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768825#action_12768825 ] Alan Gates commented on PIG-927: Sorry, I missed the \t at the end of the line. Test looks

[jira] Updated: (PIG-984) PERFORMANCE: Implement a map-side group operator to speed up processing of ordered data

2009-10-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-984: --- Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed. Thanks Richard.

[jira] Commented: (PIG-1032) FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768870#action_12768870 ] Daniel Dai commented on PIG-1032: - I am reviewing the patch. FINDBUGS: DM_STRING_CTOR:

[jira] Commented: (PIG-1042) javac warnings: unchecked

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768890#action_12768890 ] Daniel Dai commented on PIG-1042: - We can sub-divide unchecked warnings into several

[jira] Created: (PIG-1043) FINDBUGS: SIC_INNER_SHOULD_BE_STATIC: Should be a static inner class

2009-10-22 Thread Olga Natkovich (JIRA)
FINDBUGS: SIC_INNER_SHOULD_BE_STATIC: Should be a static inner class Key: PIG-1043 URL: https://issues.apache.org/jira/browse/PIG-1043 Project: Pig Issue Type: Improvement

[jira] Updated: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-760: -- Status: Open (was: Patch Available) Serialize schemas for PigStorage() and other storage types.

[jira] Updated: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-760: -- Fix Version/s: 0.6.0 Status: Patch Available (was: Open) Serialize schemas for

[jira] Updated: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-760: -- Attachment: pigstorageschema-2.patch New patch to address findbugs and make the classes a little

[jira] Created: (PIG-1044) [zebra] Zebra should implement ReversibleLoadStoreFunc interface

2009-10-22 Thread Olga Natkovich (JIRA)
[zebra] Zebra should implement ReversibleLoadStoreFunc interface Key: PIG-1044 URL: https://issues.apache.org/jira/browse/PIG-1044 Project: Pig Issue Type: Improvement

[jira] Commented: (PIG-1032) FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768949#action_12768949 ] Daniel Dai commented on PIG-1032: - +1. Target findbugs warnings suppressed. FINDBUGS:

[jira] Created: (PIG-1045) Integration with Hadoop 20 New API

2009-10-22 Thread Richard Ding (JIRA)
Integration with Hadoop 20 New API -- Key: PIG-1045 URL: https://issues.apache.org/jira/browse/PIG-1045 Project: Pig Issue Type: New Feature Reporter: Richard Ding Assignee: Richard

[jira] Created: (PIG-1046) join algorithm specification is within double quotes

2009-10-22 Thread Thejas M Nair (JIRA)
join algorithm specification is within double quotes Key: PIG-1046 URL: https://issues.apache.org/jira/browse/PIG-1046 Project: Pig Issue Type: Bug Reporter: Thejas M Nair

[jira] Commented: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768956#action_12768956 ] Dmitriy V. Ryaboy commented on PIG-760: --- David, If / when I get complex schemas to

[jira] Resolved: (PIG-1032) FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor

2009-10-22 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-1032. - Resolution: Fixed patch committed FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new

[jira] Created: (PIG-1047) FINDBUGS: URF_UNREAD_FIELD: Unread field

2009-10-22 Thread Olga Natkovich (JIRA)
FINDBUGS: URF_UNREAD_FIELD: Unread field Key: PIG-1047 URL: https://issues.apache.org/jira/browse/PIG-1047 Project: Pig Issue Type: Improvement Reporter: Olga Natkovich

[jira] Updated: (PIG-990) Provide a way to pin LogicalOperator Options

2009-10-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-990: -- Attachment: pinned_options_2.patch - using regular will now translate into the default join

[jira] Updated: (PIG-1042) javac warnings: unchecked

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1042: Attachment: PIG-1042-1.patch javacc related warnings are still there, we need to find a way to suppress

[jira] Updated: (PIG-1042) javac warnings: unchecked

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1042: Attachment: (was: PIG-1042-1.patch) javac warnings: unchecked --

[jira] Updated: (PIG-1042) javac warnings: unchecked

2009-10-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1042: Attachment: PIG-1042-1.patch javac warnings: unchecked -- Key:

[jira] Commented: (PIG-1041) javac warnings: cast, fallthrough, serial

2009-10-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12769026#action_12769026 ] Hadoop QA commented on PIG-1041: -1 overall. Here are the results of testing the latest

Build failed in Hudson: Pig-trunk #598

2009-10-22 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-trunk/598/changes Changes: [olga] PIG-1032: FINDBUGS: DM_STRING_CTOR: Method invokes inefficient new String(String) constructor (olgan) [gates] PIG-984: Add map side grouping for data that is already collected when it is read into the map.

[jira] Commented: (PIG-598) Parameter substitution ($PARAMETER) should not be performed in comments

2009-10-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12769032#action_12769032 ] Hadoop QA commented on PIG-598: --- -1 overall. Here are the results of testing the latest