[
https://issues.apache.org/jira/browse/HADOOP-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749572#action_12749572
]
Konstantin Boudnik commented on HADOOP-6222:
--------------------------------------------
It sounds great, but it shouldn't be a literal 'copy' cause it's a sure way for
code duplication and creating a very different version of the little framework
in the future.
In the past, I was able to pull-off TestCLI from HDFS and make it independent
for the sake of Owl project. I'm pretty sure something similar has to be
repeated in this case.
> 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.