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

Tsz Wo (Nicholas), SZE commented on HADOOP-7014:
------------------------------------------------

Hi Cos, HDFD does not compile

{noformat}
compile-hdfs-test:
    [javac] Compiling 194 source files to 
/export/crawlspace/tsz/hdfs/h2/build/test/hdfs/classes
    [javac] 
/export/crawlspace/tsz/hdfs/h2/src/test/hdfs/org/apache/hadoop/cli/CmdFactoryDFS.java:20:
 cannot find symbol
    [javac] symbol  : class CLICommands
    [javac] location: package org.apache.hadoop.cli.util
    [javac] import org.apache.hadoop.cli.util.CLICommands;
    [javac]                                  ^
    [javac] 
/export/crawlspace/tsz/hdfs/h2/src/test/hdfs/org/apache/hadoop/cli/CmdFactoryDFS.java:22:
 cannot find symbol
    [javac] symbol  : class CmdFactory
    [javac] location: package org.apache.hadoop.cli.util
    [javac] import org.apache.hadoop.cli.util.CmdFactory;
    [javac]                                  ^

...

    [javac] 11 errors

BUILD FAILED
{noformat}


> Generalize CLITest structure and interfaces to facilitate upstream adoption 
> (e.g. for web testing)
> --------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7014
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7014
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>         Attachments: HADOOP-7014.patch, HADOOP-7014.patch, HADOOP-7014.patch, 
> HADOOP-7014.patch, HADOOP-7014.patch, HADOOP-7014.patch, HADOOP-7014.patch
>
>
> There's at least one use case where TestCLI infrastructure is helpful for 
> testing projects outside of core Hadoop (e.g. Owl web testing). In order to 
> make this acceptance easier for upstream project TestCLI needs to be 
> refactored.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to