You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vinod K V (JIRA)" <ji...@apache.org> on 2009/09/04 06:24:57 UTC

[jira] Created: (MAPREDUCE-950) Clean up unsymmetrical Job-API w.r.t DistributedCache

Clean up unsymmetrical Job-API w.r.t DistributedCache
-----------------------------------------------------

                 Key: MAPREDUCE-950
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-950
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Vinod K V
             Fix For: 0.21.0


MAPREDUCE-898 cleans up user facing APIs in DistributedCache by adding them to Job/JobContext. There are still some unsymmetric APIs. For e.g. getArchiveClassPaths() return Path objects while the corresponding setter API addCacheArchive() adds a URI. Same is the case with a missing setArchivesToClassPath()/setFilesToClassPathj() similar to setCacheArchives().

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


[jira] Updated: (MAPREDUCE-950) Clean up unsymmetrical Job-API w.r.t DistributedCache

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

Tom White updated MAPREDUCE-950:
--------------------------------

         Priority: Blocker  (was: Major)
    Fix Version/s: 0.22.0

> Clean up unsymmetrical Job-API w.r.t DistributedCache
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-950
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-950
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.22.0
>
>
> MAPREDUCE-898 cleans up user facing APIs in DistributedCache by adding them to Job/JobContext. There are still some unsymmetric APIs. For e.g. getArchiveClassPaths() return Path objects while the corresponding setter API addCacheArchive() adds a URI. Same is the case with a missing setArchivesToClassPath()/setFilesToClassPathj() similar to setCacheArchives().

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


[jira] Commented: (MAPREDUCE-950) Clean up unsymmetrical Job-API w.r.t DistributedCache

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752081#action_12752081 ] 

Vinod K V commented on MAPREDUCE-950:
-------------------------------------

Two more methods that need cleanup:
 - createSymlink()/getSymlink() can better deal with boolean input/output. This will be cleaner and also will support its reset for example.

> Clean up unsymmetrical Job-API w.r.t DistributedCache
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-950
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-950
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Vinod K V
>             Fix For: 0.21.0
>
>
> MAPREDUCE-898 cleans up user facing APIs in DistributedCache by adding them to Job/JobContext. There are still some unsymmetric APIs. For e.g. getArchiveClassPaths() return Path objects while the corresponding setter API addCacheArchive() adds a URI. Same is the case with a missing setArchivesToClassPath()/setFilesToClassPathj() similar to setCacheArchives().

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