[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-11 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Patch Available (was: Open) support cast of chararray to other simple types

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-11 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Attachment: Pig_893.Patch Updated the patch. 1. Add license header. (for audit warning) 2. Change new

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-10 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Patch Available (was: Open) support cast of chararray to other simple types

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-09 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Attachment: (was: Pig_893_Patch.txt) support cast of chararray to other simple types

[jira] Commented: (PIG-900) ORDER BY syntax wrt parentheses is somewhat different than GROUP BY and FILTER BY

2009-08-09 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741096#action_12741096 ] Jeff Zhang commented on PIG-900: David, I try your script. it looks like pig do not support

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-05 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Open (was: Patch Available) support cast of chararray to other simple types

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-05 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Patch Available (was: Open) support cast of chararray to other simple types

[jira] Commented: (PIG-905) TOKENIZE throws exception on null data

2009-08-04 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739320#action_12739320 ] Jeff Zhang commented on PIG-905: I find that TOKENIZE can not handle DataByteArray. It can

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-03 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Fix Version/s: 0.4.0 Affects Version/s: 0.4.0 Status: Patch Available (was: Open)

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-03 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Attachment: Pig_893_Patch.txt attach the patch including the TestCase. I extract the bytesTo* method from

[jira] Assigned: (PIG-891) Fixing dfs statement for Pig

2009-08-03 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang reassigned PIG-891: -- Assignee: Jeff Zhang Fixing dfs statement for Pig Key:

[jira] Commented: (PIG-891) Fixing dfs statement for Pig

2009-08-02 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738189#action_12738189 ] Jeff Zhang commented on PIG-891: Daniel, are you working on this right now ? If not, I can

[jira] Commented: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-28 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736091#action_12736091 ] Jeff Zhang commented on PIG-889: Santhosh, in my opinion if we want to support Counter in Pig,

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-28 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Attachment: Pig_889_Patch.txt I added two new method to PigHadoopLog to support Counter Pig can not access

[jira] Commented: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-28 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736389#action_12736389 ] Jeff Zhang commented on PIG-889: Santhosh, you are right. I agree with you. The original

[jira] Commented: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-28 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736414#action_12736414 ] Jeff Zhang commented on PIG-889: Santhosh, BTW, since the PigHadoopLogger is not for Counter,

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-22 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Status: Open (was: Patch Available) Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-22 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Attachment: Pig_889_Patch.txt Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-22 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Status: Patch Available (was: Open) Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-17 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Attachment: (was: Pig_889_Patch.txt) Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-17 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Status: Patch Available (was: Open) Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-17 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Attachment: Pig_889_Patch.txt attach the patch including testcase. This TestCase indicates this patch can

[jira] Created: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-16 Thread Jeff Zhang (JIRA)
Pig can not access reporter of PigHadoopLog in Load Func Key: PIG-889 URL: https://issues.apache.org/jira/browse/PIG-889 Project: Pig Issue Type: Improvement Components:

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-16 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Attachment: Pig_889_Patch.txt attach the patch Pig can not access reporter of PigHadoopLog in Load Func

[jira] Updated: (PIG-889) Pig can not access reporter of PigHadoopLog in Load Func

2009-07-16 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-889: --- Status: Patch Available (was: Open) submit the patch Pig can not access reporter of PigHadoopLog in Load

[jira] Updated: (PIG-240) Support launching concurrent Pig jobs from one VM

2009-07-13 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-240: --- Attachment: patch_240.txt This is a init patch for supporting mutilthread pig mode. Pig can submit jobs in

[jira] Assigned: (PIG-240) Support launching concurrent Pig jobs from one VM

2009-07-07 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang reassigned PIG-240: -- Assignee: Jeff Zhang Support launching concurrent Pig jobs from one VM

[jira] Commented: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-07-02 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726520#action_12726520 ] Jeff Zhang commented on PIG-851: The status of this issue is patch available, how can I submit

[jira] Issue Comment Edited: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-25 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12723596#action_12723596 ] Jeff Zhang edited comment on PIG-851 at 6/25/09 5:38 PM: - Update the

[jira] Updated: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-851: --- Status: Open (was: Patch Available) Map type used as return type in UDFs not recognized at all times

[jira] Updated: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-851: --- Attachment: (was: patch_815.txt) Map type used as return type in UDFs not recognized at all times

[jira] Updated: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-851: --- Status: Patch Available (was: Open) Map type used as return type in UDFs not recognized at all times

[jira] Updated: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-20 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-851: --- Attachment: (was: Pig_815_patch.txt) Map type used as return type in UDFs not recognized at all times

[jira] Updated: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-06-16 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-851: --- Status: Patch Available (was: Open) Map type used as return type in UDFs not recognized at all times

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

2009-06-13 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-753: --- Attachment: (was: Pig_753_Patch.txt) Provide support for UDFs without parameters

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

2009-06-01 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-753: --- Attachment: Pig_753_Patch.txt attach the patch Provide support for UDFs without parameters

[jira] Updated: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-06 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-712: --- Attachment: (was: Pig_712_Patch.txt) Need utilities to create schemas for bags and tuples

[jira] Updated: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-06 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-712: --- Attachment: Pig_712_Patch_Merged.txt I've merged the two patches into one patch,because the testcase dependent

[jira] Issue Comment Edited: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-06 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695985#action_12695985 ] Jeff Zhang edited comment on PIG-712 at 4/6/09 3:43 AM: I've merged

[jira] Updated: (PIG-712) Need utilities to create schemas for bags and tuples

2009-04-05 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-712: --- Attachment: Pig_712_Patch_TestCase.txt Pig_712_Patch.txt Need utilities to create schemas for

[jira] Commented: (PIG-751) Inability to debug pig scripts due to ERROR 2999: FrontendException cannot be cast to java.lang.Error cast error

2009-04-04 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695689#action_12695689 ] Jeff Zhang commented on PIG-751: Could you attach your source data, I run this script, and it

[jira] Commented: (PIG-724) Treating integers and strings in PigStorage

2009-04-04 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695724#action_12695724 ] Jeff Zhang commented on PIG-724: In my opinion, it would be better if we can explicit declare

<    1   2   3