You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/08/07 14:22:36 UTC

[hadoop-ozone] branch HDDS-4042-work created (now 3a74690)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a change to branch HDDS-4042-work
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at 3a74690  add warning where translations are missing

This branch includes the following new commits:

     new 3a74690  add warning where translations are missing

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 01/01: add warning where translations are missing

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-4042-work
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 3a746909887c59d9ea3ba1362263ab7571bc0487
Author: Elek Márton <el...@apache.org>
AuthorDate: Fri Aug 7 16:22:14 2020 +0200

    add warning where translations are missing
---
 hadoop-hdds/docs/content/concept/OzoneManager.zh.md            | 6 ++++++
 hadoop-hdds/docs/content/concept/StorageContainerManager.zh.md | 6 ++++++
 hadoop-hdds/docs/content/feature/GDPR.zh.md                    | 5 +++++
 hadoop-hdds/docs/content/interface/O3fs.zh.md                  | 6 ++++++
 hadoop-hdds/docs/content/start/FromSource.zh.md                | 7 ++++++-
 5 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/hadoop-hdds/docs/content/concept/OzoneManager.zh.md b/hadoop-hdds/docs/content/concept/OzoneManager.zh.md
index 5e9ab7f..27b33c5 100644
--- a/hadoop-hdds/docs/content/concept/OzoneManager.zh.md
+++ b/hadoop-hdds/docs/content/concept/OzoneManager.zh.md
@@ -21,6 +21,12 @@ summary: Ozone Manager 是 Ozone 主要的命名空间服务,它管理了卷
   limitations under the License.
 -->
 
+<div class="alert alert-warning">
+
+注意:本页面翻译的信息可能滞后,最新的信息请参看英文版的相关页面。
+
+</div>
+
 Ozone Manager(OM)管理 Ozone 的命名空间。
 
 当向 Ozone 写入数据时,你需要向 OM 请求一个块,OM 会返回一个块并记录下相关信息。当你想要读取那个文件时,你也需要先通过 OM 获取那个块的地址。
diff --git a/hadoop-hdds/docs/content/concept/StorageContainerManager.zh.md b/hadoop-hdds/docs/content/concept/StorageContainerManager.zh.md
index d530906..da29869 100644
--- a/hadoop-hdds/docs/content/concept/StorageContainerManager.zh.md
+++ b/hadoop-hdds/docs/content/concept/StorageContainerManager.zh.md
@@ -21,6 +21,12 @@ summary:  Storage Container Manager(SCM)是 Ozone 的核心元数据服务
   limitations under the License.
 -->
 
+<div class="alert alert-warning">
+
+注意:本页面翻译的信息可能滞后,最新的信息请参看英文版的相关页面。
+
+</div>
+
 SCM 为 Ozone 集群提供了多种重要功能,包括:集群管理、证书管理、块管理和副本管理等。
 
 {{<card title="集群管理" icon="tasks">}}
diff --git a/hadoop-hdds/docs/content/feature/GDPR.zh.md b/hadoop-hdds/docs/content/feature/GDPR.zh.md
index e44957f..af0684d 100644
--- a/hadoop-hdds/docs/content/feature/GDPR.zh.md
+++ b/hadoop-hdds/docs/content/feature/GDPR.zh.md
@@ -22,6 +22,11 @@ icon: user
   limitations under the License.
 -->
 
+<div class="alert alert-warning">
+
+注意:本页面翻译的信息可能滞后,最新的信息请参看英文版的相关页面。
+
+</div>
 
 在 Ozone 中遵守 GDPR 规范非常简单,只需要在创建桶时指定 `--enforcegdpr=true` 或  `-g=true` 参数,这样创建出的桶都是符合 GDPR 规范的,当然,在桶中创建的键也都自动符合。
 
diff --git a/hadoop-hdds/docs/content/interface/O3fs.zh.md b/hadoop-hdds/docs/content/interface/O3fs.zh.md
index 9969919..0b2a06f 100644
--- a/hadoop-hdds/docs/content/interface/O3fs.zh.md
+++ b/hadoop-hdds/docs/content/interface/O3fs.zh.md
@@ -21,6 +21,12 @@ summary: Hadoop 文件系统兼容使得任何使用类 HDFS 接口的应用无
   limitations under the License.
 -->
 
+<div class="alert alert-warning">
+
+注意:本页面翻译的信息可能滞后,最新的信息请参看英文版的相关页面。
+
+</div>
+
 Hadoop 的文件系统接口兼容可以让任意像 Ozone 这样的存储后端轻松地整合进 Hadoop 生态系统,Ozone 文件系统就是一个兼容 Hadoop 的文件系统。
 目前ozone支持两种协议: o3fs和ofs。两者最大的区别是o3fs只支持在单个bucket上操作,而ofs则支持跨所有volume和bucket的操作。关于两者在操作
 上的具体区别可以参考ofs.md中的"Differences from existing o3fs"。
diff --git a/hadoop-hdds/docs/content/start/FromSource.zh.md b/hadoop-hdds/docs/content/start/FromSource.zh.md
index a1b9f37..ab740af 100644
--- a/hadoop-hdds/docs/content/start/FromSource.zh.md
+++ b/hadoop-hdds/docs/content/start/FromSource.zh.md
@@ -19,10 +19,15 @@ weight: 30
   limitations under the License.
 -->
 
+<div class="alert alert-warning">
+
+注意:本页面翻译的信息可能滞后,最新的信息请参看英文版的相关页面。
+
+</div>
+
 {{< requirements >}}
  * Java 1.8
  * Maven
- * Protoc (2.5)
 {{< /requirements >}}
 
 <div class="alert alert-info" role="alert">本文档是关于从源码构建 Ozone 的指南,如果你<font


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org