diff --git a/hadoop-hdds/docs/content/interface/O3fs.md b/hadoop-hdds/docs/content/interface/O3fs.md index f2cfb37381e6..c56efb521bf6 100644 --- a/hadoop-hdds/docs/content/interface/O3fs.md +++ b/hadoop-hdds/docs/content/interface/O3fs.md @@ -63,6 +63,14 @@ Please add the following entry to the core-site.xml. ``` + + This will make this bucket to be the default Hadoop compatible file system and register the o3fs file system type. You also need to add the ozone-filesystem-hadoop3.jar file to the classpath: diff --git a/hadoop-hdds/docs/content/interface/O3fs.zh.md b/hadoop-hdds/docs/content/interface/O3fs.zh.md index 38a807f45766..fa8b4d898aba 100644 --- a/hadoop-hdds/docs/content/interface/O3fs.zh.md +++ b/hadoop-hdds/docs/content/interface/O3fs.zh.md @@ -59,6 +59,14 @@ ozone sh bucket create /volume/bucket {{< /highlight >}} + + 这样会使指定的桶成为 HDFS 的 dfs 命令的默认文件系统,并且将其注册为了 o3fs 文件系统类型。 你还需要将 ozone-filesystem.jar 文件加入 classpath: