adoroszlai commented on a change in pull request #875:
URL: https://github.com/apache/hadoop-ozone/pull/875#discussion_r417238345



##########
File path: hadoop-hdds/docs/content/interface/OzoneFS.md
##########
@@ -145,11 +145,11 @@ This is the same implementation but doesn't include the 
features/dependencies wh
 
 The following table summarize which jar files and implementation should be 
used:
 
-Hadoop version | Required jar            | OzoneFileSystem implementation
----------------|-------------------------|----------------------------------------------------
-3.2            | filesystem-lib-current  | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-3.1            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-2.9            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
-2.7            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
+Hadoop version | Required jar            | OzoneFileSystem implementation | 
AbstractFileSystem implementation

Review comment:
       ```suggestion
   Hadoop version | Required jar            | FileSystem implementation | 
AbstractFileSystem implementation
   ```

##########
File path: hadoop-hdds/docs/content/interface/OzoneFS.zh.md
##########
@@ -130,11 +130,11 @@ Ozone 文件系统的 jar 包有两种类型,它们都包含了所有的依赖
 
 下表总结了各个版本 Hadoop 应当使用的 jar 包和文件系统实现:
 
-Hadoop 版本 | 需要的 jar            | OzoneFileSystem 实现
----------------|-------------------------|----------------------------------------------------
-3.2            | filesystem-lib-current  | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-3.1            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-2.9            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
-2.7            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
+Hadoop 版本 | 需要的 jar            | OzoneFileSystem 实现  | AbstractFileSystem 实现

Review comment:
       ```suggestion
   Hadoop 版本 | 需要的 jar            | FileSystem 实现  | AbstractFileSystem 实现
   ```

##########
File path: hadoop-hdds/docs/content/interface/OzoneFS.md
##########
@@ -145,11 +145,11 @@ This is the same implementation but doesn't include the 
features/dependencies wh
 
 The following table summarize which jar files and implementation should be 
used:
 
-Hadoop version | Required jar            | OzoneFileSystem implementation
----------------|-------------------------|----------------------------------------------------
-3.2            | filesystem-lib-current  | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-3.1            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.OzoneFileSystem
-2.9            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
-2.7            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem
+Hadoop version | Required jar            | OzoneFileSystem implementation | 
AbstractFileSystem implementation
+---------------|-------------------------|-------------------------------------------------|-------------------------------------
+3.2            | filesystem-lib-current  | 
org.apache.hadoop.fs.ozone.OzoneFileSystem      | 
org.apache.hadoop.fs.ozone.OzFs
+3.1            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.OzoneFileSystem      | 
org.apache.hadoop.fs.ozone.OzFs
+2.9            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem | 
org.apache.hadoop.fs.ozone.BasicOzFs
+2.7            | filesystem-lib-legacy   | 
org.apache.hadoop.fs.ozone.BasicOzoneFileSystem | 
org.apache.hadoop.fs.ozone.BasicOzFs
  With this method the hadoop-ozone-filesystem-lib-legacy.jar can be used from

Review comment:
       ```suggestion
   
   With this method the hadoop-ozone-filesystem-lib-legacy.jar can be used from
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to