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 4b5173ac5 Automated deployment:
0e2eb704149d180b428ce6ccedaf489799822ff7
4b5173ac5 is described below
commit 4b5173ac569ba3b6c2d2b0602930a6f07122a424
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 15 05:10:24 2022 +0000
Automated deployment: 0e2eb704149d180b428ce6ccedaf489799822ff7
---
.../dev/user_doc/guide/howto/general-setting.html | 9 +-
.../dev/user_doc/guide/howto/general-setting.json | 2 +-
python/cli.html | 51 ++++++++++-
python/genindex.html | 97 ++++++++++++++++++++-
python/objects.inv | Bin 5389 -> 5485 bytes
python/searchindex.js | 2 +-
.../dev/user_doc/guide/howto/general-setting.html | 9 +-
.../dev/user_doc/guide/howto/general-setting.json | 2 +-
8 files changed, 159 insertions(+), 13 deletions(-)
diff --git a/en-us/docs/dev/user_doc/guide/howto/general-setting.html
b/en-us/docs/dev/user_doc/guide/howto/general-setting.html
index 3bde9d0a4..715aba19e 100644
--- a/en-us/docs/dev/user_doc/guide/howto/general-setting.html
+++ b/en-us/docs/dev/user_doc/guide/howto/general-setting.html
@@ -20,11 +20,14 @@ The entire DolphinScheduler page language will shift when
you switch the languag
of DolphinScheduler, all you have to do is click the button named
<code>Dark</code>(or <code>Light</code>) on the top control bar and on the left
of to <a href="#language">language</a> control button.</p>
<h2>Time Zone</h2>
-<p>DolphinScheduler support time zone setting. The build-in time zone is based
on the server you run DolphinScheduler. You could
+<p>DolphinScheduler support time zone setting.</p>
+<p>Server Time Zone</p>
+<p>The default time zone is UTC when using
<code>bin/dolphinshceduler_daemon.sh</code> to start the server, you could
update <code>SPRING_JACKSON_TIME_ZONE</code> in
<code>bin/env/dolphinscheduler_env.sh</code>, such as <code>export
SPRING_JACKSON_TIME_ZONE=${SPRING_JACKSON_TIME_ZONE:-Asia/Shanghai}</code>.<br>
+If you start server in IDEA, the default time zone is your local time zone,
you could add the JVM parameter to update server time zone, such as
<code>-Duser.timezone=UTC</code>. Time zone list refer to <a
href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">List of tz
database time zones</a></p>
+<p>User Time zone</p>
+<p>The user's default time zone is based on the time zone which you run the
DolphinScheduler service.You could
click the button on the right of the <a href="#language">language</a> button
and then click <code>Choose timeZone</code> to choose the time zone
you want to switch. All time related components will adjust their time zone
according to the time zone setting you select.</p>
-<p>DolphinScheduler uses UTC time for the internal communication, the time
zone you choose only changes the display time format
-base on the UTC time. When you choose time zone <code>TIME ZONE</code>, we
just convert the UTC time to the zone you prefer.</p>
</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/howto/general-setting.json
b/en-us/docs/dev/user_doc/guide/howto/general-setting.json
index ffdebe2c7..6fc538af2 100644
--- a/en-us/docs/dev/user_doc/guide/howto/general-setting.json
+++ b/en-us/docs/dev/user_doc/guide/howto/general-setting.json
@@ -1,6 +1,6 @@
{
"filename": "general-setting.md",
- "__html": "<h1>General Setting</h1>\n<h2>Language</h2>\n<p>DolphinScheduler
supports two types of built-in language which include <code>English</code> and
<code>Chinese</code>. You could click the button\non the top control bar named
<code>English</code> and <code>Chinese</code> and change it to another one when
you want to switch the language.\nThe entire DolphinScheduler page language
will shift when you switch the language
selection.</p>\n<h2>Theme</h2>\n<p>DolphinScheduler supports [...]
+ "__html": "<h1>General Setting</h1>\n<h2>Language</h2>\n<p>DolphinScheduler
supports two types of built-in language which include <code>English</code> and
<code>Chinese</code>. You could click the button\non the top control bar named
<code>English</code> and <code>Chinese</code> and change it to another one when
you want to switch the language.\nThe entire DolphinScheduler page language
will shift when you switch the language
selection.</p>\n<h2>Theme</h2>\n<p>DolphinScheduler supports [...]
"link": "/dist/en-us/docs/dev/user_doc/guide/howto/general-setting.html",
"meta": {}
}
\ No newline at end of file
diff --git a/python/cli.html b/python/cli.html
index 9b52dbab7..d9420d458 100644
--- a/python/cli.html
+++ b/python/cli.html
@@ -46,7 +46,11 @@
<li class="toctree-l1 current"><a class="current reference internal"
href="#">Command Line Interface</a><ul>
<li class="toctree-l2"><a class="reference internal"
href="#prepare">Prepare</a></li>
<li class="toctree-l2"><a class="reference internal"
href="#usage">Usage</a><ul>
-<li class="toctree-l3"><a class="reference internal"
href="#pydolphinscheduler">pydolphinscheduler</a></li>
+<li class="toctree-l3"><a class="reference internal"
href="#pydolphinscheduler">pydolphinscheduler</a><ul>
+<li class="toctree-l4"><a class="reference internal"
href="#pydolphinscheduler-config">config</a></li>
+<li class="toctree-l4"><a class="reference internal"
href="#pydolphinscheduler-version">version</a></li>
+</ul>
+</li>
</ul>
</li>
</ul>
@@ -96,6 +100,51 @@ its CLI</p>
<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>pydolphinscheduler <span
class="o">[</span>OPTIONS<span class="o">]</span> COMMAND <span
class="o">[</span>ARGS<span class="o">]</span>...
</pre></div>
</div>
+<section id="pydolphinscheduler-config">
+<h4>config<a class="headerlink" href="#pydolphinscheduler-config"
title="Permalink to this headline"></a></h4>
+<p>Manage the configuration for pydolphinscheduler.</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>pydolphinscheduler config <span
class="o">[</span>OPTIONS<span class="o">]</span>
+</pre></div>
+</div>
+<p class="rubric">Options</p>
+<dl class="std option">
+<dt class="sig sig-object std" id="cmdoption-pydolphinscheduler-config-i">
+<span id="cmdoption-pydolphinscheduler-config-init"></span><span
class="sig-name descname"><span class="pre">-i</span></span><span
class="sig-prename descclassname"></span><span class="sig-prename
descclassname"><span class="pre">,</span> </span><span class="sig-name
descname"><span class="pre">--init</span></span><span class="sig-prename
descclassname"></span><a class="headerlink"
href="#cmdoption-pydolphinscheduler-config-i" title="Permalink to this
definition"></a></dt>
+<dd><p>Initialize and create configuration file to
<cite>PYDOLPHINSCHEDULER_HOME</cite>.</p>
+</dd></dl>
+
+<dl class="std option">
+<dt class="sig sig-object std" id="cmdoption-pydolphinscheduler-config-s">
+<span id="cmdoption-pydolphinscheduler-config-set"></span><span
class="sig-name descname"><span class="pre">-s</span></span><span
class="sig-prename descclassname"></span><span class="sig-prename
descclassname"><span class="pre">,</span> </span><span class="sig-name
descname"><span class="pre">--set</span></span><span class="sig-prename
descclassname"> <span class="pre"><setter></span></span><a
class="headerlink" href="#cmdoption-pydolphinscheduler-config-s"
title="Permalink to thi [...]
+<dd><p>Set specific setting to config file.Use multiple <code class="docutils
literal notranslate"><span class="pre">--set</span> <span
class="pre"><KEY></span> <span class="pre"><VAL></span></code>
options to set multiple configs</p>
+</dd></dl>
+
+<dl class="std option">
+<dt class="sig sig-object std" id="cmdoption-pydolphinscheduler-config-g">
+<span id="cmdoption-pydolphinscheduler-config-get"></span><span
class="sig-name descname"><span class="pre">-g</span></span><span
class="sig-prename descclassname"></span><span class="sig-prename
descclassname"><span class="pre">,</span> </span><span class="sig-name
descname"><span class="pre">--get</span></span><span class="sig-prename
descclassname"> <span class="pre"><getter></span></span><a
class="headerlink" href="#cmdoption-pydolphinscheduler-config-g"
title="Permalink to thi [...]
+<dd><p>Get specific setting from config file.Use multiple <code
class="docutils literal notranslate"><span class="pre">--get</span> <span
class="pre"><KEY></span></code> options to get multiple configs</p>
+</dd></dl>
+
+</section>
+<section id="pydolphinscheduler-version">
+<h4>version<a class="headerlink" href="#pydolphinscheduler-version"
title="Permalink to this headline"></a></h4>
+<p>Show current version of pydolphinscheduler.</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>pydolphinscheduler version <span
class="o">[</span>OPTIONS<span class="o">]</span>
+</pre></div>
+</div>
+<p class="rubric">Options</p>
+<dl class="std option">
+<dt class="sig sig-object std" id="cmdoption-pydolphinscheduler-version-p">
+<span id="cmdoption-pydolphinscheduler-version-part"></span><span
class="sig-name descname"><span class="pre">-p</span></span><span
class="sig-prename descclassname"></span><span class="sig-prename
descclassname"><span class="pre">,</span> </span><span class="sig-name
descname"><span class="pre">--part</span></span><span class="sig-prename
descclassname"> <span class="pre"><part></span></span><a
class="headerlink" href="#cmdoption-pydolphinscheduler-version-p"
title="Permalink to t [...]
+<dd><p>The part of version your want to get.</p>
+<dl class="field-list simple">
+<dt class="field-odd">Options</dt>
+<dd class="field-odd"><p>major | minor | micro</p>
+</dd>
+</dl>
+</dd></dl>
+
+</section>
</section>
</section>
</section>
diff --git a/python/genindex.html b/python/genindex.html
index 11a1fd940..be853eeb6 100644
--- a/python/genindex.html
+++ b/python/genindex.html
@@ -72,7 +72,8 @@
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
- <a href="#_"><strong>_</strong></a>
+ <a href="#Symbols"><strong>Symbols</strong></a>
+ | <a href="#_"><strong>_</strong></a>
| <a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
@@ -99,6 +100,70 @@
| <a href="#Y"><strong>Y</strong></a>
</div>
+<h2 id="Symbols">Symbols</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li>
+ --get
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-g">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ --init
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-i">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ --part
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-version-p">pydolphinscheduler-version
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ --set
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-s">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li>
+ -g
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-g">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ -i
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-i">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ -p
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-version-p">pydolphinscheduler-version
command line option</a>
+</li>
+ </ul></li>
+ <li>
+ -s
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-config-s">pydolphinscheduler-config
command line option</a>
+</li>
+ </ul></li>
+ </ul></td>
+</tr></table>
+
<h2 id="_">_</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
@@ -1226,6 +1291,32 @@
<li><a
href="tasks/http.html#pydolphinscheduler.tasks.http.HttpMethod.PUT">PUT
(pydolphinscheduler.tasks.http.HttpMethod attribute)</a>
</li>
<li>
+ pydolphinscheduler-config command line option
+
+ <ul>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-g">--get</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-i">--init</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-s">--set</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-g">-g</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-i">-i</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-config-s">-s</a>
+</li>
+ </ul></li>
+ <li>
+ pydolphinscheduler-version command line option
+
+ <ul>
+ <li><a
href="cli.html#cmdoption-pydolphinscheduler-version-p">--part</a>
+</li>
+ <li><a href="cli.html#cmdoption-pydolphinscheduler-version-p">-p</a>
+</li>
+ </ul></li>
+ <li>
pydolphinscheduler.constants
<ul>
@@ -1239,6 +1330,8 @@
<li><a href="api.html#module-pydolphinscheduler.core">module</a>
</li>
</ul></li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
<li>
pydolphinscheduler.exceptions
@@ -1253,8 +1346,6 @@
<li><a href="api.html#module-pydolphinscheduler.side">module</a>
</li>
</ul></li>
- </ul></td>
- <td style="width: 33%; vertical-align: top;"><ul>
<li>
pydolphinscheduler.tasks
diff --git a/python/objects.inv b/python/objects.inv
index d4b4f560a..d06653ced 100644
Binary files a/python/objects.inv and b/python/objects.inv differ
diff --git a/python/searchindex.js b/python/searchindex.js
index 01abac101..9a01f7e17 100644
--- a/python/searchindex.js
+++ b/python/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api","cli","concept","config","howto/index","howto/remote-submit","index","start","tasks/condition","tasks/datax","tasks/dependent","tasks/flink","tasks/http","tasks/index","tasks/map_reduce","tasks/procedure","tasks/python","tasks/shell","tasks/spark","tasks/sql","tasks/sub_process","tasks/switch","tutorial"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domain
[...]
\ No newline at end of file
+Search.setIndex({docnames:["api","cli","concept","config","howto/index","howto/remote-submit","index","start","tasks/condition","tasks/datax","tasks/dependent","tasks/flink","tasks/http","tasks/index","tasks/map_reduce","tasks/procedure","tasks/python","tasks/shell","tasks/spark","tasks/sql","tasks/sub_process","tasks/switch","tutorial"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domain
[...]
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html
b/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html
index 51532b63a..532c93627 100644
--- a/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html
+++ b/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html
@@ -18,10 +18,13 @@
<p>DolphinScheduler 支持两种类型的内置主题,包括 <code>Dark</code> 和
<code>Light</code>。当您想改变主题时,只需单击顶部控制栏在 <a href="#%E8%AF%AD%E8%A8%80">语言</a>
左侧名为 <code>Dark</code>(or <code>Light</code>)
的按钮即可。</p>
<h2>时区</h2>
-<p>DolphinScheduler 支持时区设置。默认时区基于您运行 DolphinScheduler 服务器的时区。如果你想要切换时区,可以点击 <a
href="#%E8%AF%AD%E8%A8%80">语言</a> 按钮右侧的时区按钮,
+<p>DolphinScheduler 支持时区设置。</p>
+<p>服务时区</p>
+<p>使用脚本 <code>bin/dolphinshceduler_daemon.sh</code>启动服务, 服务的默认时区为UTC,
可以在<code>bin/env/dolphinscheduler_env.sh</code>中进行修改, 如<code>export
SPRING_JACKSON_TIME_ZONE=${SPRING_JACKSON_TIME_ZONE:-Asia/Shanghai}</code>。<br>
+IDEA 启动服务默认时区为本地时区,可以加jvm参数如<code>-Duser.timezone=UTC</code>来修改时区。 时区选择详见<a
href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">List of tz
database time zones</a></p>
+<p>用户时区</p>
+<p>用户的默认时区基于您运行 DolphinScheduler 服务的时区。如果你想要切换时区,可以点击 <a
href="#%E8%AF%AD%E8%A8%80">语言</a> 按钮右侧的时区按钮,
然后点击 <code>请选择时区</code> 进行时区选择。当切换完成后,所有与时间相关的组件都将更改。</p>
-<p>DolphinScheduler 内部通讯,以及任务主流程中使用 UTC 时间,在界面上显示的时间均是在 UTC
时间基础上进行时区格式化的,意味着当你切换了时区后,
-只是将格式化的时间从一个时区切换到另一个时区。</p>
</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/howto/general-setting.json
b/zh-cn/docs/dev/user_doc/guide/howto/general-setting.json
index 8044c284b..30294e840 100644
--- a/zh-cn/docs/dev/user_doc/guide/howto/general-setting.json
+++ b/zh-cn/docs/dev/user_doc/guide/howto/general-setting.json
@@ -1,6 +1,6 @@
{
"filename": "general-setting.md",
- "__html": "<h1>通用配置</h1>\n<h2>语言</h2>\n<p>DolphinScheduler 支持两种内置语言,包括
<code>English</code> 和 <code>Chinese</code> 。您可以点击顶部控制栏名为 <code>English</code>
或 <code>Chinese</code> 的按钮切换语言。\n当您将语言从一种切换为另一种时,您所有 DolphinScheduler
的页面语言页面将发生变化。</p>\n<h2>主题</h2>\n<p>DolphinScheduler 支持两种类型的内置主题,包括
<code>Dark</code> 和 <code>Light</code>。当您想改变主题时,只需单击顶部控制栏在 <a
href=\"#%E8%AF%AD%E8%A8%80\">语言</a> 左侧名为 <code>Dark</code>(or
<code>Light</code>)\n的按钮即可。</p>\n<h2>时区</h2>\n<p>DolphinScheduler 支持时区设置。默认时区基于
[...]
+ "__html": "<h1>通用配置</h1>\n<h2>语言</h2>\n<p>DolphinScheduler 支持两种内置语言,包括
<code>English</code> 和 <code>Chinese</code> 。您可以点击顶部控制栏名为 <code>English</code>
或 <code>Chinese</code> 的按钮切换语言。\n当您将语言从一种切换为另一种时,您所有 DolphinScheduler
的页面语言页面将发生变化。</p>\n<h2>主题</h2>\n<p>DolphinScheduler 支持两种类型的内置主题,包括
<code>Dark</code> 和 <code>Light</code>。当您想改变主题时,只需单击顶部控制栏在 <a
href=\"#%E8%AF%AD%E8%A8%80\">语言</a> 左侧名为 <code>Dark</code>(or
<code>Light</code>)\n的按钮即可。</p>\n<h2>时区</h2>\n<p>DolphinScheduler 支持时区设置。</p>\n
[...]
"link": "/dist/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html",
"meta": {}
}
\ No newline at end of file