You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/11/22 03:26:40 UTC

[jira] Updated: (HADOOP-6222) Core doesn't have TestCommonCLI facility

     [ https://issues.apache.org/jira/browse/HADOOP-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-6222:
---------------------------------------

    Attachment: HADOOP-6222_hdfs_part.patch
                HADOOP-6222.patch

Just for the time being I'm posting two patches (for Common and HDFS) to the same JIRA. I'll open new JIRA for HDFS later on.

Common patch will have to be applied first and the after core-test jar is propagated through the central repository HDFS patch will have to be applied. Otherwise, HDFS build will be broken with missing classes compilation error.

I've moved FsCmd related code to Common and have generalized instantiation of Fs and Dfs commands wherever possible 

> Core doesn't have TestCommonCLI facility
> ----------------------------------------
>
>                 Key: HADOOP-6222
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6222
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Boris Shkolnik
>            Assignee: Konstantin Boudnik
>         Attachments: HADOOP-6222.patch, HADOOP-6222_hdfs_part.patch
>
>
> TestCLI is a base class, which cannot run FS type of commands.
> We need a "copy" of TestHDFSCLI as TestCommonCLI to be able to test CLI stuff in common.
> I suggest we create TestCommonCLI.java in hadoop-common

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