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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/10/14 02:51:44 UTC

[jira] Created: (HADOOP-4407) HADOOP-4395 should use a Java 1.5 API for 0.18

HADOOP-4395 should use a Java 1.5 API for 0.18
----------------------------------------------

                 Key: HADOOP-4407
                 URL: https://issues.apache.org/jira/browse/HADOOP-4407
             Project: Hadoop Core
          Issue Type: Bug
          Components: dfs
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE
            Priority: Blocker
             Fix For: 0.18.2


String.isEmpty() is not available in Java 1.5.

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


[jira] Commented: (HADOOP-4407) HADOOP-4395 should use a Java 1.5 API for 0.18

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639264#action_12639264 ] 

Chris Douglas commented on HADOOP-4407:
---------------------------------------

+1

> HADOOP-4395 should use a Java 1.5 API for 0.18
> ----------------------------------------------
>
>                 Key: HADOOP-4407
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4407
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.2
>
>         Attachments: 4407_20081013.patch
>
>
> String.isEmpty() is not available in Java 1.5.

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


[jira] Resolved: (HADOOP-4407) HADOOP-4395 should use a Java 1.5 API for 0.18

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HADOOP-4407.
--------------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

I just committed this.

> HADOOP-4395 should use a Java 1.5 API for 0.18
> ----------------------------------------------
>
>                 Key: HADOOP-4407
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4407
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.2
>
>         Attachments: 4407_20081013.patch
>
>
> String.isEmpty() is not available in Java 1.5.

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


[jira] Updated: (HADOOP-4407) HADOOP-4395 should use a Java 1.5 API for 0.18

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4407:
-------------------------------------------

    Attachment: 4407_20081013.patch

4407_20081013.patch: use String.length()

> HADOOP-4395 should use a Java 1.5 API for 0.18
> ----------------------------------------------
>
>                 Key: HADOOP-4407
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4407
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.18.2
>
>         Attachments: 4407_20081013.patch
>
>
> String.isEmpty() is not available in Java 1.5.

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