You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Milind Bhandarkar (JIRA)" <ji...@apache.org> on 2007/03/27 23:05:32 UTC

[jira] Created: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Code for toString in code generated by Record I/O Compiler can be generic
-------------------------------------------------------------------------

                 Key: HADOOP-1165
                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
             Project: Hadoop
          Issue Type: Improvement
          Components: record
    Affects Versions: 0.12.2
         Environment: All
            Reporter: Milind Bhandarkar
         Assigned To: Milind Bhandarkar
            Priority: Minor
             Fix For: 0.13.0
         Attachments: jute-patch.txt

The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Milind Bhandarkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milind Bhandarkar updated HADOOP-1165:
--------------------------------------

    Attachment: jute-patch.txt

Patch attached.

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Milind Bhandarkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HADOOP-1165 started by Milind Bhandarkar.

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Milind Bhandarkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milind Bhandarkar updated HADOOP-1165:
--------------------------------------

    Status: Patch Available  (was: In Progress)

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-1165:
---------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Milind!

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485589 ] 

Hadoop QA commented on HADOOP-1165:
-----------------------------------

Integrated in Hadoop-Nightly #42 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/42/)

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484601 ] 

Hadoop QA commented on HADOOP-1165:
-----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12354351/jute-patch.txt applied and successfully tested against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/523072. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> Code for toString in code generated by Record I/O Compiler can be generic
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-1165
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1165
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: record
>    Affects Versions: 0.12.2
>         Environment: All
>            Reporter: Milind Bhandarkar
>         Assigned To: Milind Bhandarkar
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: jute-patch.txt
>
>
> The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.