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 "Jothi Padmanabhan (JIRA)" <ji...@apache.org> on 2009/05/25 08:24:45 UTC

[jira] Commented: (HADOOP-5896) Remove the dependency of GenericOptionsParser on Option.withArgPattern

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

Jothi Padmanabhan commented on HADOOP-5896:
-------------------------------------------

The following test is not running with the patch.
{noformat} 
bin/hadoop  jar build/hadoop-0.21.0-dev-test.jar loadgen -Dtest.randomtextwrite.bytes_per_map=10 -Dtest.randomtextwrite.total_bytes=20 -Dmapred.compress.map.output=false -r 1 -outKey org.apache.hadoop.io.Text -outValue org.apache.hadoop.io.Text -outFormat org.apache.hadoop.mapred.lib.NullOutputFormat -outdir fakeout
{noformat}

After talking to Sharad offline, this looks like it is primarily to do with the version of cli jar not able to handle multiple -D options. 

> Remove the dependency of GenericOptionsParser on Option.withArgPattern
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-5896
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5896
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Sharad Agarwal
>         Attachments: 5896.patch
>
>
> commons-cli released version does not have Option.withArgPattern API

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