Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #68 from lcham/ODPI-169
Browse files Browse the repository at this point in the history
ODPI-172
  • Loading branch information
rvs authored Nov 11, 2016
2 parents f133c19 + c6e660c commit a914567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ODPi-Runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ ODPi Platforms MAY include alternative filesystem implementations compatible wit

- ODPi Platform CLI tools MAY have different output when working with HCFS implementations

- For command line interfaces (CLI), the Hadoop FileSystem interface SHOULD be used to interact with the distributed file system. Hadoop fs command line interface (CLI) MAY have commands that are not required in the HCFS compatible file system. The HCFS compatible file system MAY have their own set of command line interfaces to do similar functions.
Only HCFS API SHOULD be compatible with the HCFS compatible file system. Hadoop fs command line interfaces MAY produce output structures that are different under the HCFS compatible file systems.

- Applications SHOULD invoke filesystem client APIs and behaviors explicitly from the FileSystem and FileContext classes instead of the HDFS class. A file system will be HCFS compatible if all the APIs are implemented from the FileSystem class and AbstractFileSystem class (the latter is used by the FileContext client APIs). Implementing API specifications from the HDFS class is considered optional usage in HCFS Interface JAR.

ODPi Platform providers MAY include results of compliance testing with supported HCFS Filesystem Products in the submission presented to ODPi. These results MUST at least include execution of tests created in accordance with guidelines provided by "Testing with the Filesystem specification" section of the Hadoop FileSystem API Definition. ISV vendors SHOULD NOT be expected to provide test results with HCFS Filesystem Products when certifying their ODPi interoperability.
Expand Down

0 comments on commit a914567

Please sign in to comment.