You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/01/22 05:46:37 UTC

[GitHub] [hadoop-ozone] iamabug opened a new pull request #476: HDDS-2744. shell/BucketCommands.md translation

iamabug opened a new pull request #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476
 
 
   ## What changes were proposed in this pull request?
   
   one .md file
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2744
   
   ## How was this patch tested?
   
   hugo server -D

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
xiaoyuyao commented on a change in pull request #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476#discussion_r370232933
 
 

 ##########
 File path: hadoop-hdds/docs/content/shell/BucketCommands.zh.md
 ##########
 @@ -0,0 +1,97 @@
+---
+title: 桶命令
+summary: 用桶命令管理桶的生命周期
+weight: 3
+---
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+Ozone shell 提供以下桶命令:
+
+  * [创建](#创建)
+  * [删除](#删除)
+  * [查看](#查看)
+  * [列举](#列举)
+
+### 创建
+
+用户使用 `bucket create` 命令来创建桶。
+
+***参数:***
+
+| 参数名                      |  说明                                |
+|--------------------------------|-----------------------------------------|
+| -g, \-\-enforcegdpr            | 可选,如果设置为 true 则创建符合 GDPR 规范的桶,设置为 false 或不指定则创建普通的桶|
 
 Review comment:
   There is a --bucketKey option missing from the original English document. I've opened HDDS-2937 to fix it. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] xiaoyuyao commented on issue #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
xiaoyuyao commented on issue #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476#issuecomment-578211247
 
 
   Thanks @iamabug  for the update. LGTM, +1 I will merge it shortly. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] xiaoyuyao commented on a change in pull request #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
xiaoyuyao commented on a change in pull request #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476#discussion_r369865757
 
 

 ##########
 File path: hadoop-hdds/docs/content/shell/BucketCommands.zh.md
 ##########
 @@ -0,0 +1,97 @@
+---
+title: 桶命令
+summary: 桶命令帮助你管理桶的生命周期
 
 Review comment:
   用桶命令管理桶的生命周期

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] xiaoyuyao commented on issue #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
xiaoyuyao commented on issue #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476#issuecomment-577437959
 
 
   You can do a local "git rebase -i" and reword your commit message and then force push to iamabug:HDDS-2744.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] iamabug commented on issue #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
iamabug commented on issue #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476#issuecomment-577019039
 
 
   @xiaoyuyao Could you help review this ? Thanks.
   
   PS, sorry for the mistyped commit message, no sure how to correct it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] xiaoyuyao merged pull request #476: HDDS-2744. shell/BucketCommands.md translation

Posted by GitBox <gi...@apache.org>.
xiaoyuyao merged pull request #476: HDDS-2744. shell/BucketCommands.md translation
URL: https://github.com/apache/hadoop-ozone/pull/476
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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