You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2020/02/01 00:35:46 UTC

[hbase] branch branch-1 updated: HBASE-23774 Add the user-zh mailing list

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

elserj pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 0f440b4  HBASE-23774 Add the user-zh mailing list
0f440b4 is described below

commit 0f440b440206ef199b7fe83695f8b34bdff86d0d
Author: Josh Elser <el...@apache.org>
AuthorDate: Thu Jan 30 13:22:46 2020 -0500

    HBASE-23774 Add the user-zh mailing list
---
 pom.xml                                          | 7 +++++++
 src/main/asciidoc/_chapters/troubleshooting.adoc | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 649e71c..947e1d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,13 @@
       <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
       <archive>https://mail-archives.apache.org/mod_mbox/hbase-builds/</archive>
     </mailingList>
+    <mailingList>
+      <name>User (ZH) List</name>
+      <subscribe>user-zh-subscribe@hbase.apache.org</subscribe>
+      <unsubscribe>user-zh-unsubscribe@hbase.apache.org</unsubscribe>
+      <post>user-zh@hbase.apache.org</post>
+      <archive>https://lists.apache.org/list.html?user-zh@hbase.apache.org</archive>
+    </mailingList>
   </mailingLists>
   <developers>
     <developer>
diff --git a/src/main/asciidoc/_chapters/troubleshooting.adoc b/src/main/asciidoc/_chapters/troubleshooting.adoc
index e60eb41..8ab5ed3 100644
--- a/src/main/asciidoc/_chapters/troubleshooting.adoc
+++ b/src/main/asciidoc/_chapters/troubleshooting.adoc
@@ -232,7 +232,9 @@ Search here first when you have an issue as its more than likely someone has alr
 
 Ask a question on the link:http://hbase.apache.org/mail-lists.html[Apache HBase mailing lists].
 The 'dev' mailing list is aimed at the community of developers actually building Apache HBase and for features currently under development, and 'user' is generally used for questions on released versions of Apache HBase.
-Before going to the mailing list, make sure your question has not already been answered by searching the mailing list archives first.
+Before going to the mailing list, make sure your question has not already been answered by searching the mailing list
+archives first. For those who prefer to communicate in Chinese, they can use the 'user-zh' mailing list instead of the
+'user' list.
 Use <<trouble.resources.searchhadoop>>.
 Take some time crafting your question.
 See link:http://www.mikeash.com/getting_answers.html[Getting Answers] for ideas on crafting good questions.