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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/03/10 19:10:46 UTC

[jira] Created: (HADOOP-2986) All of the instances of "_temporary" should be pulled into a single static final

All of the instances of "_temporary" should be pulled into a single static final
--------------------------------------------------------------------------------

                 Key: HADOOP-2986
                 URL: https://issues.apache.org/jira/browse/HADOOP-2986
             Project: Hadoop Core
          Issue Type: Task
          Components: mapred
    Affects Versions: 0.16.1
            Reporter: Owen O'Malley
            Assignee: Amareshwari Sriramadasu
            Priority: Minor


We should pull all of the string literals for "_temporary" to references to a static final string, probably in FileOutputFormat.

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


[jira] Commented: (HADOOP-2986) All of the instances of "_temporary" should be pulled into a single static final

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

Tsz Wo (Nicholas), SZE commented on HADOOP-2986:
------------------------------------------------

I suggest to add some tests for submitting jobs with null output path.

> All of the instances of "_temporary" should be pulled into a single static final
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-2986
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2986
>             Project: Hadoop Core
>          Issue Type: Task
>          Components: mapred
>    Affects Versions: 0.16.1
>            Reporter: Owen O'Malley
>            Assignee: Amareshwari Sriramadasu
>            Priority: Minor
>
> We should pull all of the string literals for "_temporary" to references to a static final string, probably in FileOutputFormat.

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


[jira] Commented: (HADOOP-2986) All of the instances of "_temporary" should be pulled into a single static final

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578164#action_12578164 ] 

Amareshwari Sriramadasu commented on HADOOP-2986:
-------------------------------------------------

bq. I suggest to add some tests for submitting jobs with null output path.
org.apache.hadoop.mared.TestMiniMRLocalFS has a test with null output path.

> All of the instances of "_temporary" should be pulled into a single static final
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-2986
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2986
>             Project: Hadoop Core
>          Issue Type: Task
>          Components: mapred
>    Affects Versions: 0.16.1
>            Reporter: Owen O'Malley
>            Assignee: Amareshwari Sriramadasu
>            Priority: Minor
>
> We should pull all of the string literals for "_temporary" to references to a static final string, probably in FileOutputFormat.

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


[jira] Resolved: (HADOOP-2986) All of the instances of "_temporary" should be pulled into a single static final

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

Amareshwari Sriramadasu resolved HADOOP-2986.
---------------------------------------------

    Resolution: Duplicate

Fixed as part of HADOOP-2985

> All of the instances of "_temporary" should be pulled into a single static final
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-2986
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2986
>             Project: Hadoop Core
>          Issue Type: Task
>          Components: mapred
>    Affects Versions: 0.16.1
>            Reporter: Owen O'Malley
>            Assignee: Amareshwari Sriramadasu
>            Priority: Minor
>
> We should pull all of the string literals for "_temporary" to references to a static final string, probably in FileOutputFormat.

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