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

Boris Shkolnik commented on HADOOP-6222:
----------------------------------------

I agree with Konstantin that we shouldn't copy the code. 
But since we need to support both FS and DFSADMIN commands in common, we may 
need to either move most of the functionality from TestHDFSCLI to TestCLI or 
create another class (something like TestShellCLI), move FS/DFSADMIN command 
processing into it and extend it for HDFS.

> 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
>
> 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.

Reply via email to