[jira] [Commented] (PIG-2901) Errors and lacks in document "Pig Latin Basics"

2012-09-07 Thread Miyakawa Taku (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451263#comment-13451263 ] Miyakawa Taku commented on PIG-2901: Thank you, now I understand what the section means.

Re: Modifying databag on the fly

2012-09-07 Thread Dmitriy Ryaboy
FYI -- we wound up going with a much cleaner and memory-friendly solution of returning a new databag implementation which simply proxied all the calls to the original bag, but returned a special Iterator which applied the necessary transformation to tuples on the fly. That way, we don't need to hav

[jira] [Created] (PIG-2912) Pig should clone JobConf while creating JobContextImpl and TaskAttemptContextImpl in Hadoop23

2012-09-07 Thread Rohini Palaniswamy (JIRA)
Rohini Palaniswamy created PIG-2912: --- Summary: Pig should clone JobConf while creating JobContextImpl and TaskAttemptContextImpl in Hadoop23 Key: PIG-2912 URL: https://issues.apache.org/jira/browse/PIG-2912

[jira] [Resolved] (PIG-1891) Enable StoreFunc to make intelligent decision based on job success or failure

2012-09-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1891. - Resolution: Fixed Fix Version/s: 0.11 Release Note: This adds a new method, cleanupOnSuccess, to

[jira] [Assigned] (PIG-1891) Enable StoreFunc to make intelligent decision based on job success or failure

2012-09-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1891: --- Assignee: Eli Reisman > Enable StoreFunc to make intelligent decision based on job success or failu

[jira] [Updated] (PIG-2911) GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator

2012-09-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-2911: --- Resolution: Invalid Status: Resolved (was: Patch Available) Sorry, created the bug on wrong pr

[jira] [Updated] (PIG-2911) GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator

2012-09-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-2911: --- Status: Patch Available (was: Open) > GenMRSkewJoinProcessor uses File.Separator instead of Path.S

[jira] [Updated] (PIG-2911) GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator

2012-09-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-2911: --- Attachment: PIG-2911.1.patch > GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator

[jira] [Created] (PIG-2911) GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator

2012-09-07 Thread Thejas M Nair (JIRA)
Thejas M Nair created PIG-2911: -- Summary: GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator Key: PIG-2911 URL: https://issues.apache.org/jira/browse/PIG-2911 Project: Pig Iss

[jira] [Commented] (PIG-2898) Multithreaded execution of e2e tests

2012-09-07 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450854#comment-13450854 ] Rohini Palaniswamy commented on PIG-2898: - Ivan, All the changes to e2e framework

[jira] [Updated] (PIG-2898) Multithreaded execution of e2e tests

2012-09-07 Thread Ivan A. Veselovsky (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan A. Veselovsky updated PIG-2898: Attachment: pig-2898-for-svn-branch-0.9.patch the patch pig-2898-for-svn-branch-0.9.patch is

[jira] [Updated] (PIG-2898) Multithreaded execution of e2e tests

2012-09-07 Thread Ivan A. Veselovsky (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan A. Veselovsky updated PIG-2898: Patch Info: Patch Available We provided parallelized mode of the e2e tests execution using P

POCollectedGroup and LoadFunc indicator interface

2012-09-07 Thread Vasco Visser
Hi, Hi I am new to the list. I've been working on the Pig code base, adding my own blocking map side POs (e.g., map side join, map side grouping) for when assertions can be made with regard to fragmentation of input relations. Partly inspired by the new block placement policy possibilities in hado

[jira] [Commented] (PIG-2904) Scripting UDFs should allow DEFINE statements to pass parameters to the UDF's constructor

2012-09-07 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450454#comment-13450454 ] Cheolsoo Park commented on PIG-2904: Hello Julien, I have a question about this jira.