[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Resolution: Fixed Status: Resolved (was: Patch Available) In addition to previous

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Status: Patch Available (was: Reopened) > RANDOM() udf can lead to missing or redundant records >

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v06.patch bq. +1 Thanks Rohini. Uploading another for a minor typo in my

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v05.patch Hopefully this is close to the final one. * Added comment on why I

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v04.patch {{import org.apache.pig.StaticDataCleanup;}} was missed when

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v03.patch Rohini pointed out that I would need to re-initialize the static

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-03 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v02.patch Discussing with Rohini, simplified a call by creating a long by

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-02 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02_fix_v01.patch Wasn't sure if I should rollback the change and attach a complete

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-02 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 0.16.0 Status: Resolved

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-02 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v02.patch {quote} bq. Let me know if I should make the same change. Yes. That would

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-01 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Attachment: pig-4819-v01.patch Attaching a patch that * Use jobid and taskid as the seed. * A test case

[jira] [Updated] (PIG-4819) RANDOM() udf can lead to missing or redundant records

2016-03-01 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-4819: -- Status: Patch Available (was: Open) > RANDOM() udf can lead to missing or redundant records >