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 "Mahadev konar (JIRA)" <ji...@apache.org> on 2008/05/30 00:59:46 UTC

[jira] Commented: (HADOOP-3417) JobClient should not have a static configuration for cli parsing

    [ https://issues.apache.org/jira/browse/HADOOP-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600956#action_12600956 ] 

Mahadev konar commented on HADOOP-3417:
---------------------------------------

+1 looks good. 
Only one thing -- the test (which is my fault) creates a file files_tmp in the workspace of hadoop (the top level dir of hadoop) -- there is a bug filed to fix that. If you can fix that as a part of this patch, that would be great -- or else i will fix it.
http://issues.apache.org/jira/browse/HADOOP-3240 is the issue for this problem.



> JobClient should not have a static configuration for cli parsing
> ----------------------------------------------------------------
>
>                 Key: HADOOP-3417
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3417
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.17.0
>            Reporter: Owen O'Malley
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.18.0
>
>         Attachments: patch-3417.txt
>
>
> HADOOP-1622 introduced a static configuration variable into JobClient that prevents it from being used by multiple threads. Furthermore, the cli processing that HADOOP-1622 added should be in the GenericOptionParser instead of JobShell so that all of the implementations of Tool can use them.

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