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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f6ccd9a  Automated deployment: 753822df183bd970b551a80f99382ad22c6a916a
f6ccd9a is described below

commit f6ccd9aec542c9a2815bf8eb71d1fab962ef0c55
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 16 02:03:17 2021 +0000

    Automated deployment: 753822df183bd970b551a80f99382ad22c6a916a
---
 en-us/docs/dev/user_doc/guide/datasource/hive.html | 17 +++++++++++++----
 en-us/docs/dev/user_doc/guide/datasource/hive.json |  2 +-
 zh-cn/docs/dev/user_doc/guide/datasource/hive.html | 18 ++++++++++++++----
 zh-cn/docs/dev/user_doc/guide/datasource/hive.json |  2 +-
 4 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/datasource/hive.html 
b/en-us/docs/dev/user_doc/guide/datasource/hive.html
index f265d21..68989ad 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/hive.html
+++ b/en-us/docs/dev/user_doc/guide/datasource/hive.html
@@ -30,10 +30,19 @@
  <p align="center">
     <img src="/img/hive1-en.png" width="80%" />
   </p>
-<p>Note: If you enable <strong>kerberos</strong>, you need to fill in 
<strong>Principal</strong></p>
-<p align="center">
-    <img src="/img/hive-en.png" width="80%" />
-  </p>
+Note: If Kerberos is not enabled, ensure that the parameter 
`hadoop.security.authentication.startup.state`. The state value is `false`, 
Parameter `java.security.krb5.conf.path` value is null or empty If **Kerberos** 
is enabled, it needs to be in common Properties configure the following 
parameters
+<pre><code class="language-conf"># whether to startup kerberos
+hadoop.security.authentication.startup.state=true
+
+# java.security.krb5.conf path
+java.security.krb5.conf.path=/opt/krb5.conf
+
+# login user from keytab username
[email protected]
+
+# login user from keytab path
+login.user.keytab.path=/opt/hdfs.headless.keytab
+</code></pre>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><a 
href="/en-us/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>Email List</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/datasource/hive.json 
b/en-us/docs/dev/user_doc/guide/datasource/hive.json
index a727e40..d557690 100644
--- a/en-us/docs/dev/user_doc/guide/datasource/hive.json
+++ b/en-us/docs/dev/user_doc/guide/datasource/hive.json
@@ -1,6 +1,6 @@
 {
   "filename": "hive.md",
-  "__html": "<h1>HIVE</h1>\n<h2>Use HiveServer2</h2>\n <p align=\"center\">\n  
  <img src=\"/img/hive-en.png\" width=\"80%\" />\n  </p>\n<ul>\n<li>Data 
source: select HIVE</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP/Host Name: Enter the IP connected to HIVE</li>\n<li>Port: 
Enter the port connected to HIVE</li>\n<li>Username: Set the username for 
connecting to HIVE</li>\n<li>Password: Set the pass [...]
+  "__html": "<h1>HIVE</h1>\n<h2>Use HiveServer2</h2>\n <p align=\"center\">\n  
  <img src=\"/img/hive-en.png\" width=\"80%\" />\n  </p>\n<ul>\n<li>Data 
source: select HIVE</li>\n<li>Data source name: enter the name of the data 
source</li>\n<li>Description: Enter a description of the data 
source</li>\n<li>IP/Host Name: Enter the IP connected to HIVE</li>\n<li>Port: 
Enter the port connected to HIVE</li>\n<li>Username: Set the username for 
connecting to HIVE</li>\n<li>Password: Set the pass [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/datasource/hive.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/hive.html 
b/zh-cn/docs/dev/user_doc/guide/datasource/hive.html
index 12f23cc..05c2ee6 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/hive.html
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/hive.html
@@ -30,10 +30,20 @@
  <p align="center">
     <img src="/img/hive_edit2.png" width="80%" />
   </p>
-<p>注意:如果开启了<strong>kerberos</strong>,则需要填写 <strong>Principal</strong></p>
-<p align="center">
-    <img src="/img/hive_kerberos.png" width="80%" />
-  </p>
+<p>注意:如果没有开启kerberos,请保证参数 
<code>hadoop.security.authentication.startup.state</code> 值为 <code>false</code>,
+参数 <code>java.security.krb5.conf.path</code> 值为空. 
开启了<strong>kerberos</strong>,则需要在 <code>common.properties</code> 配置以下参数</p>
+<pre><code class="language-conf"># whether to startup kerberos
+hadoop.security.authentication.startup.state=true
+
+# java.security.krb5.conf path
+java.security.krb5.conf.path=/opt/krb5.conf
+
+# login user from keytab username
[email protected]
+
+# login user from keytab path
+login.user.keytab.path=/opt/hdfs.headless.keytab
+</code></pre>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><a 
href="/zh-cn/community/development/subscribe.html"><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" 
src="/img/emailblue.png"/><p>邮件列表</p></a></li><li><a 
href="https://twitter.com/dolphinschedule";><img class="img-base" 
src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><p [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
diff --git a/zh-cn/docs/dev/user_doc/guide/datasource/hive.json 
b/zh-cn/docs/dev/user_doc/guide/datasource/hive.json
index e6c78ce..45374b0 100644
--- a/zh-cn/docs/dev/user_doc/guide/datasource/hive.json
+++ b/zh-cn/docs/dev/user_doc/guide/datasource/hive.json
@@ -1,6 +1,6 @@
 {
   "filename": "hive.md",
-  "__html": "<h1>HIVE数据源</h1>\n<h2>使用HiveServer2</h2>\n <p align=\"center\">\n 
   <img src=\"/img/hive_edit.png\" width=\"80%\" />\n  
</p>\n<ul>\n<li>数据源:选择HIVE</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP/主机名:输入连接HIVE的IP</li>\n<li>端口:输入连接HIVE的端口</li>\n<li>用户名:设置连接HIVE的用户名</li>\n<li>密码:设置连接HIVE的密码</li>\n<li>数据库名:输入连接HIVE的数据库名称</li>\n<li>Jdbc连接参数:用于HIVE连接的参数设置,以JSON形式填写</li>\n</ul>\n<h2>使用HiveServer2
 HA Zookeeper</h2>\n <p align=\"center\">\n    <img src=\"/img/hive_edit2.p 
[...]
+  "__html": "<h1>HIVE数据源</h1>\n<h2>使用HiveServer2</h2>\n <p align=\"center\">\n 
   <img src=\"/img/hive_edit.png\" width=\"80%\" />\n  
</p>\n<ul>\n<li>数据源:选择HIVE</li>\n<li>数据源名称:输入数据源的名称</li>\n<li>描述:输入数据源的描述</li>\n<li>IP/主机名:输入连接HIVE的IP</li>\n<li>端口:输入连接HIVE的端口</li>\n<li>用户名:设置连接HIVE的用户名</li>\n<li>密码:设置连接HIVE的密码</li>\n<li>数据库名:输入连接HIVE的数据库名称</li>\n<li>Jdbc连接参数:用于HIVE连接的参数设置,以JSON形式填写</li>\n</ul>\n<h2>使用HiveServer2
 HA Zookeeper</h2>\n <p align=\"center\">\n    <img src=\"/img/hive_edit2.p 
[...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/datasource/hive.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to