Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HCFS/FileSystem-1.0-Tests" page has been changed by SteveWatt:
https://wiki.apache.org/hadoop/HCFS/FileSystem-1.0-Tests?action=diff&rev1=1&rev2=2

  Initial Analysis of Hadoop FileSystem 1.0 Tests by Steve Watt. Intended for 
review by HFCS working group.
  
+ ''The term "Impl Test" used below is intended to assert that the test 
validates a single particular Hadoop FileSystem Implementation and should not 
belong with a Hadoop FS Test Library that focuses on any FileSystem Plugins 
ability to implement the Hadoop FileSystem contract.''
+ 
- || ''' Irrelevant ''' || '''Test''' || '''What it does''' ||
+ || ''' Impl Test ''' || '''Test''' || '''What it does''' ||
  || || TestDU.java || Validates Hadoop FS DU works properly ||
  || || TestGlobPattern.java || Validates Glob Pattern Matching Support ||
  || || DFSCIOTest.java || Why do we have this AND TestDFSIO ? ||
@@ -32, +34 @@

  ||x|| TestChecksumFileSystem.java || Does not use FS. This is a 
ChecksumFileSystem/InMemoryFileSystem test ||
  ||x|| TestGlobExpander.java || Helper class for Glob Operations. Not clear 
who uses it ||
  ||x|| TestHardLink.java || Does not use FS. We should remove. Validates 
Single and Multi File Hard linking ||
- ||x|| TestFSMainOperationsLocalFileSystem.java || Does Nothing. Recommend 
should delete out of the FS Library||       
+ ||x|| TestFSMainOperationsLocalFileSystem.java || Does Nothing. Recommend 
that we remove this out of the FS Library ||
  
+ Hadoop FS Test sub-packages
  
- To-Do: Review the Tests within the org.apache.hadoop.fs subdirs:
+ || ''' Impl Test ''' || '''Test''' || '''What it does''' ||
+ || || permission || Validates the Hadoop FS Plugin adherence to Permissions ||
+ || || slive || [[https://issues.apache.org/jira/browse/HDFS-708 | Slive is a 
stress test for the Hadoop FS ]] ||
+ || || loadGenerator || TBD ||
+ || x || ftp || Validates the Hadoop FS Plugin for an FTP Server ||
+ || x || kfs || Validates the Hadoop FS Plugin for the Kosmos FS. Now defunct 
due to [[https://wiki.apache.org/hadoop/HCFS | Quantcast FS Implementation]] ||
+ || x || s3 || Validates the Hadoop FS Plugin for the Amazon S3 Object Store ||
+ || x || s3native || TBD ||
  
- * ftp
- 
- * kfs
- 
- * permission
- 
- * s3
- 
- * s3native
- 
- * slive
- 
- * loadGenerator
- 

Reply via email to