You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morningman (via GitHub)" <gi...@apache.org> on 2023/06/07 05:59:47 UTC

[GitHub] [doris] morningman commented on a diff in pull request #20466: [doc](multi-catalog)huawei mrs event sync doc

morningman commented on code in PR #20466:
URL: https://github.com/apache/doris/pull/20466#discussion_r1220900783


##########
docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md:
##########
@@ -365,6 +365,17 @@ Doris 的权限管理功能提供了对 Catalog 层级的扩展,具体可参
 
 ```
 
+华为的MRS需要更改hivemetastore-site.xml 并重启HMS和HiveServer2:
+
+```
+<property>
+    <name>metastore.transactional.event.listeners</name>
+    <value>org.apache.hive.hcatalog.listener.DbNotificationListener</value>
+</property>
+```
+
+注意:value是在原有值的基础上以逗号分隔追加,而不是覆盖。

Review Comment:
   Give an example



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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