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

Martin Bukatovic commented on BIGTOP-1032:
------------------------------------------

I have figured out how to run TestCLI with another hadoop filesystem, but the 
approach is quite different compared to what has been described there so far. I 
would personally prefer to close this JIRA and open a new one with new 
description of the proposed changes to make the discussion about the changes 
easier to track and follow. Would that be ok with you?

> Refactor hdfs/TestCLI and hdfs/TestAppend to be generic filesystem tests 
> -------------------------------------------------------------------------
>
>                 Key: BIGTOP-1032
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1032
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 0.7.0
>            Reporter: jay vyas
>             Fix For: backlog
>
>         Attachments: FSCmdExecutor.java, TestCLI.java
>
>
> The TestCLI and TestAppend classes both have hard references to an HDFS user 
> shell, although most of their functionality is actually geared towards 
> testing the abstract FileSystem interface. 
> Removing a couple of lines from TestCLI:
>     String[] createTestcliDirCmds = {"hadoop fs -mkdir -p " + 
> TEST_DIR_ABSOLUTE,
>       "hadoop fs -chmod 777 " + TEST_DIR_ABSOLUTE};
>     shHDFS.exec(createTestcliDirCmds);
> And a this line from TestAppend:
>     shHDFS.exec("hadoop fsck 
> /user/$USERNAME/$testAppendInput/test2.file$date");
> This will essentially allow bigtop suites to be used to validate file system 
> functionality in clusters with heterogenous 
> https://wiki.apache.org/hadoop/HCFS/ implementations.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to