You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2022/01/14 03:13:43 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 9139f5e2b7fb3d5beac2422b5ac2a38e6e48dcf3

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 56eb426  Automated deployment: 9139f5e2b7fb3d5beac2422b5ac2a38e6e48dcf3
56eb426 is described below

commit 56eb42668331a76adda3ded5290a92a87c570422
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri Jan 14 03:13:35 2022 +0000

    Automated deployment: 9139f5e2b7fb3d5beac2422b5ac2a38e6e48dcf3
---
 en-us/docs/2.0.2/user_doc/guide/parameter/context.html  | 2 +-
 en-us/docs/2.0.2/user_doc/guide/parameter/context.json  | 2 +-
 en-us/docs/2.0.2/user_doc/guide/parameter/local.html    | 2 +-
 en-us/docs/2.0.2/user_doc/guide/parameter/local.json    | 2 +-
 en-us/docs/latest/user_doc/guide/parameter/context.html | 2 +-
 en-us/docs/latest/user_doc/guide/parameter/context.json | 2 +-
 en-us/docs/latest/user_doc/guide/parameter/local.html   | 2 +-
 en-us/docs/latest/user_doc/guide/parameter/local.json   | 2 +-
 zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html  | 2 +-
 zh-cn/docs/2.0.2/user_doc/guide/parameter/context.json  | 2 +-
 zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html    | 2 +-
 zh-cn/docs/2.0.2/user_doc/guide/parameter/local.json    | 2 +-
 zh-cn/docs/latest/user_doc/guide/parameter/context.html | 2 +-
 zh-cn/docs/latest/user_doc/guide/parameter/context.json | 2 +-
 zh-cn/docs/latest/user_doc/guide/parameter/local.html   | 2 +-
 zh-cn/docs/latest/user_doc/guide/parameter/local.json   | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/en-us/docs/2.0.2/user_doc/guide/parameter/context.html b/en-us/docs/2.0.2/user_doc/guide/parameter/context.html
index 6716c83..59670c5 100644
--- a/en-us/docs/2.0.2/user_doc/guide/parameter/context.html
+++ b/en-us/docs/2.0.2/user_doc/guide/parameter/context.html
@@ -15,7 +15,7 @@
 <h2>Local task use global parameter</h2>
 <p>The premise of local tasks referencing global parameters is that you have already defined <a href="global.md">Global Parameter</a>. The usage is similar to the usage in <a href="local.md">local parameters</a>, but the value of the parameter needs to be configured as the key in the global parameter</p>
 <p><img src="/img/global_parameter.png" alt="parameter-call-global-in-local"></p>
-<p>As shown in the figure above, <code>${biz_date}</code> and <code>${curdate}</code> are examples of local parameters referencing global parameters. Observe the last line of the above figure, local_param_bizdate uses ${global_bizdate} to refer to the global parameter. In the shell script, you can use ${local_param_bizdate} to refer to the value of the global variable global_bizdate, or set the value of local_param_bizdate directly through JDBC. In the same way, local_param refers to the [...]
+<p>As shown in the figure above, <code>${biz_date}</code> and <code>${biz_curdate}</code> are examples of local parameters referencing global parameters. Observe the last line of the above figure, local_param_bizdate uses ${global_bizdate} to refer to the global parameter. In the shell script, you can use ${local_param_bizdate} to refer to the value of the global variable global_bizdate, or set the value of local_param_bizdate directly through JDBC. In the same way, local_param refers to [...]
 <h2>Pass parameter from upstream task to downstream</h2>
 <p>DolphinScheduler Parameter transfer between tasks is allowed, and the current transfer direction only supports one-way transfer from upstream to downstream. The task types currently supporting this feature are:</p>
 <ul>
diff --git a/en-us/docs/2.0.2/user_doc/guide/parameter/context.json b/en-us/docs/2.0.2/user_doc/guide/parameter/context.json
index a495794..574a2de 100644
--- a/en-us/docs/2.0.2/user_doc/guide/parameter/context.json
+++ b/en-us/docs/2.0.2/user_doc/guide/parameter/context.json
@@ -1,6 +1,6 @@
 {
   "filename": "context.md",
-  "__html": "<h1>Parameter Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other between parameters, including: local parameters refer to global parameters, and upstream and downstream parameter transfer. Because of the existence of references, it involves the priority of parameters when the parameter names are the same. see also <a href=\"priority.md\">Parameter Priority</a></p>\n<h2>Local task use global parameter</h2>\n<p>The premise of local tasks referencing  [...]
+  "__html": "<h1>Parameter Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other between parameters, including: local parameters refer to global parameters, and upstream and downstream parameter transfer. Because of the existence of references, it involves the priority of parameters when the parameter names are the same. see also <a href=\"priority.md\">Parameter Priority</a></p>\n<h2>Local task use global parameter</h2>\n<p>The premise of local tasks referencing  [...]
   "link": "/dist/en-us/docs/2.0.2/user_doc/guide/parameter/context.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/2.0.2/user_doc/guide/parameter/local.html b/en-us/docs/2.0.2/user_doc/guide/parameter/local.html
index 9d10233..a854eb0 100644
--- a/en-us/docs/2.0.2/user_doc/guide/parameter/local.html
+++ b/en-us/docs/2.0.2/user_doc/guide/parameter/local.html
@@ -21,7 +21,7 @@
 <p align="center">
      <img src="/img/global_parameter_en.png" width="80%" />
 </p>
-<p>If you want to call the <a href="built-in.md">built-in parameter</a> in the local parameters, fill in the value corresponding to the built-in parameters in <code>value</code>, as in the above figure, <code>${biz_date}</code> and <code>${curdate}</code></p>
+<p>If you want to call the <a href="built-in.md">built-in parameter</a> in the local parameters, fill in the value corresponding to the built-in parameters in <code>value</code>, as in the above figure, <code>${biz_date}</code> and <code>${biz_curdate}</code></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/react@15.6.2/dist/react-with-addons.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/react-dom@15.6.2/dist/react-dom.min.js"></script>
diff --git a/en-us/docs/2.0.2/user_doc/guide/parameter/local.json b/en-us/docs/2.0.2/user_doc/guide/parameter/local.json
index 7122ad8..2465a85 100644
--- a/en-us/docs/2.0.2/user_doc/guide/parameter/local.json
+++ b/en-us/docs/2.0.2/user_doc/guide/parameter/local.json
@@ -1,6 +1,6 @@
 {
   "filename": "local.md",
-  "__html": "<h1>Local Parameter</h1>\n<h2>Scope</h2>\n<p>Parameters configured on the task definition dialog, the scope of this parameter only for this task, but if you configured follow <a href=\"context.md\">Parameter Context</a>, it could passed follow task.</p>\n<h2>Usage</h2>\n<p>The approach to set local parameters is, double-click on any node while defining the workflow and click the '+' button next to the 'Custom Parameters':</p>\n<p align=\"center\">\n     <img src=\"/img/suppl [...]
+  "__html": "<h1>Local Parameter</h1>\n<h2>Scope</h2>\n<p>Parameters configured on the task definition dialog, the scope of this parameter only for this task, but if you configured follow <a href=\"context.md\">Parameter Context</a>, it could passed follow task.</p>\n<h2>Usage</h2>\n<p>The approach to set local parameters is, double-click on any node while defining the workflow and click the '+' button next to the 'Custom Parameters':</p>\n<p align=\"center\">\n     <img src=\"/img/suppl [...]
   "link": "/dist/en-us/docs/2.0.2/user_doc/guide/parameter/local.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/parameter/context.html b/en-us/docs/latest/user_doc/guide/parameter/context.html
index 6716c83..59670c5 100644
--- a/en-us/docs/latest/user_doc/guide/parameter/context.html
+++ b/en-us/docs/latest/user_doc/guide/parameter/context.html
@@ -15,7 +15,7 @@
 <h2>Local task use global parameter</h2>
 <p>The premise of local tasks referencing global parameters is that you have already defined <a href="global.md">Global Parameter</a>. The usage is similar to the usage in <a href="local.md">local parameters</a>, but the value of the parameter needs to be configured as the key in the global parameter</p>
 <p><img src="/img/global_parameter.png" alt="parameter-call-global-in-local"></p>
-<p>As shown in the figure above, <code>${biz_date}</code> and <code>${curdate}</code> are examples of local parameters referencing global parameters. Observe the last line of the above figure, local_param_bizdate uses ${global_bizdate} to refer to the global parameter. In the shell script, you can use ${local_param_bizdate} to refer to the value of the global variable global_bizdate, or set the value of local_param_bizdate directly through JDBC. In the same way, local_param refers to the [...]
+<p>As shown in the figure above, <code>${biz_date}</code> and <code>${biz_curdate}</code> are examples of local parameters referencing global parameters. Observe the last line of the above figure, local_param_bizdate uses ${global_bizdate} to refer to the global parameter. In the shell script, you can use ${local_param_bizdate} to refer to the value of the global variable global_bizdate, or set the value of local_param_bizdate directly through JDBC. In the same way, local_param refers to [...]
 <h2>Pass parameter from upstream task to downstream</h2>
 <p>DolphinScheduler Parameter transfer between tasks is allowed, and the current transfer direction only supports one-way transfer from upstream to downstream. The task types currently supporting this feature are:</p>
 <ul>
diff --git a/en-us/docs/latest/user_doc/guide/parameter/context.json b/en-us/docs/latest/user_doc/guide/parameter/context.json
index a495794..574a2de 100644
--- a/en-us/docs/latest/user_doc/guide/parameter/context.json
+++ b/en-us/docs/latest/user_doc/guide/parameter/context.json
@@ -1,6 +1,6 @@
 {
   "filename": "context.md",
-  "__html": "<h1>Parameter Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other between parameters, including: local parameters refer to global parameters, and upstream and downstream parameter transfer. Because of the existence of references, it involves the priority of parameters when the parameter names are the same. see also <a href=\"priority.md\">Parameter Priority</a></p>\n<h2>Local task use global parameter</h2>\n<p>The premise of local tasks referencing  [...]
+  "__html": "<h1>Parameter Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other between parameters, including: local parameters refer to global parameters, and upstream and downstream parameter transfer. Because of the existence of references, it involves the priority of parameters when the parameter names are the same. see also <a href=\"priority.md\">Parameter Priority</a></p>\n<h2>Local task use global parameter</h2>\n<p>The premise of local tasks referencing  [...]
   "link": "/dist/en-us/docs/2.0.2/user_doc/guide/parameter/context.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/parameter/local.html b/en-us/docs/latest/user_doc/guide/parameter/local.html
index 9d10233..a854eb0 100644
--- a/en-us/docs/latest/user_doc/guide/parameter/local.html
+++ b/en-us/docs/latest/user_doc/guide/parameter/local.html
@@ -21,7 +21,7 @@
 <p align="center">
      <img src="/img/global_parameter_en.png" width="80%" />
 </p>
-<p>If you want to call the <a href="built-in.md">built-in parameter</a> in the local parameters, fill in the value corresponding to the built-in parameters in <code>value</code>, as in the above figure, <code>${biz_date}</code> and <code>${curdate}</code></p>
+<p>If you want to call the <a href="built-in.md">built-in parameter</a> in the local parameters, fill in the value corresponding to the built-in parameters in <code>value</code>, as in the above figure, <code>${biz_date}</code> and <code>${biz_curdate}</code></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/react@15.6.2/dist/react-with-addons.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/react-dom@15.6.2/dist/react-dom.min.js"></script>
diff --git a/en-us/docs/latest/user_doc/guide/parameter/local.json b/en-us/docs/latest/user_doc/guide/parameter/local.json
index 7122ad8..2465a85 100644
--- a/en-us/docs/latest/user_doc/guide/parameter/local.json
+++ b/en-us/docs/latest/user_doc/guide/parameter/local.json
@@ -1,6 +1,6 @@
 {
   "filename": "local.md",
-  "__html": "<h1>Local Parameter</h1>\n<h2>Scope</h2>\n<p>Parameters configured on the task definition dialog, the scope of this parameter only for this task, but if you configured follow <a href=\"context.md\">Parameter Context</a>, it could passed follow task.</p>\n<h2>Usage</h2>\n<p>The approach to set local parameters is, double-click on any node while defining the workflow and click the '+' button next to the 'Custom Parameters':</p>\n<p align=\"center\">\n     <img src=\"/img/suppl [...]
+  "__html": "<h1>Local Parameter</h1>\n<h2>Scope</h2>\n<p>Parameters configured on the task definition dialog, the scope of this parameter only for this task, but if you configured follow <a href=\"context.md\">Parameter Context</a>, it could passed follow task.</p>\n<h2>Usage</h2>\n<p>The approach to set local parameters is, double-click on any node while defining the workflow and click the '+' button next to the 'Custom Parameters':</p>\n<p align=\"center\">\n     <img src=\"/img/suppl [...]
   "link": "/dist/en-us/docs/2.0.2/user_doc/guide/parameter/local.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html b/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html
index 074346b..93bb07f 100644
--- a/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html
+++ b/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html
@@ -15,7 +15,7 @@
 <h2>本地任务引用全局参数</h2>
 <p>本地任务引用全局参数的前提是,你已经定义了<a href="global.md">全局参数</a>,使用方式和<a href="local.md">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>
 <p><img src="/img/global_parameter.png" alt="parameter-call-global-in-local"></p>
-<p>如上图中的<code>${biz_date}</code>以及<code>${curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过${global_bizdate}来引用全局参数,在shell脚本中可以通过${local_param_bizdate}来引全局变量 global_bizdate的值,或通过JDBC直接将local_param_bizdate的值set进去。同理,local_param通过{local_param}引用上一节中定义的全局参数。​biz_date、biz_curdate、system.datetime都是用户自定义的参数,通过{全局参数}进行赋值。</p>
+<p>如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过${global_bizdate}来引用全局参数,在shell脚本中可以通过${local_param_bizdate}来引全局变量 global_bizdate的值,或通过JDBC直接将local_param_bizdate的值set进去。同理,local_param通过{local_param}引用上一节中定义的全局参数。​biz_date、biz_curdate、system.datetime都是用户自定义的参数,通过{全局参数}进行赋值。</p>
 <h2>上游任务传递给下游任务</h2>
 <p>DolphinScheduler 允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:</p>
 <ul>
diff --git a/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.json b/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.json
index 209c995..3cdac80 100644
--- a/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.json
+++ b/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.json
@@ -1,6 +1,6 @@
 {
   "filename": "context.md",
-  "__html": "<h1>参数的引用</h1>\n<p>DolphinScheduler 提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a href=\"priority.md\">参数优先级</a></p>\n<h2>本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a href=\"global.md\">全局参数</a>,使用方式和<a href=\"local.md\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>\n<p><img src=\"/img/global_parameter.png\" alt=\"parameter-call-global-in-local\"></p>\n<p>如上图中的<code>${biz_date}</code>以及<code>${curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过$ [...]
+  "__html": "<h1>参数的引用</h1>\n<p>DolphinScheduler 提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a href=\"priority.md\">参数优先级</a></p>\n<h2>本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a href=\"global.md\">全局参数</a>,使用方式和<a href=\"local.md\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>\n<p><img src=\"/img/global_parameter.png\" alt=\"parameter-call-global-in-local\"></p>\n<p>如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdat [...]
   "link": "/dist/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html b/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html
index a2508e8..639b99e 100644
--- a/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html
+++ b/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html
@@ -21,7 +21,7 @@
 <p align="center">
    <img src="/img/global_parameter.png" width="80%" />
 </p>
-<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${curdate}</code></p>
+<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code></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/react@15.6.2/dist/react-with-addons.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/react-dom@15.6.2/dist/react-dom.min.js"></script>
diff --git a/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.json b/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.json
index c9fd9c8..fd16666 100644
--- a/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.json
+++ b/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.json
@@ -1,6 +1,6 @@
 {
   "filename": "local.md",
-  "__html": "<h1>本地参数</h1>\n<h2>作用域</h2>\n<p>在任务定义页面配置的参数,默认作用域仅限该任务,如果配置了<a href=\"context.md\">参数传递</a>则可将该参数作用到下游任务中。</p>\n<h2>使用方式</h2>\n<p>本地参数配置方式如下:在任务定义页面,点击“自定义参数”右边的加号,填写对应的变量名称和对应的值,保存即可</p>\n<p align=\"center\">\n   <img src=\"/img/supplement_local_parameter.png\" width=\"80%\" />\n </p>\n<p align=\"center\">\n   <img src=\"/img/global_parameter.png\" width=\"80%\" />\n</p>\n<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${curdate}</ [...]
+  "__html": "<h1>本地参数</h1>\n<h2>作用域</h2>\n<p>在任务定义页面配置的参数,默认作用域仅限该任务,如果配置了<a href=\"context.md\">参数传递</a>则可将该参数作用到下游任务中。</p>\n<h2>使用方式</h2>\n<p>本地参数配置方式如下:在任务定义页面,点击“自定义参数”右边的加号,填写对应的变量名称和对应的值,保存即可</p>\n<p align=\"center\">\n   <img src=\"/img/supplement_local_parameter.png\" width=\"80%\" />\n </p>\n<p align=\"center\">\n   <img src=\"/img/global_parameter.png\" width=\"80%\" />\n</p>\n<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${biz_curdat [...]
   "link": "/dist/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/parameter/context.html b/zh-cn/docs/latest/user_doc/guide/parameter/context.html
index 074346b..93bb07f 100644
--- a/zh-cn/docs/latest/user_doc/guide/parameter/context.html
+++ b/zh-cn/docs/latest/user_doc/guide/parameter/context.html
@@ -15,7 +15,7 @@
 <h2>本地任务引用全局参数</h2>
 <p>本地任务引用全局参数的前提是,你已经定义了<a href="global.md">全局参数</a>,使用方式和<a href="local.md">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>
 <p><img src="/img/global_parameter.png" alt="parameter-call-global-in-local"></p>
-<p>如上图中的<code>${biz_date}</code>以及<code>${curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过${global_bizdate}来引用全局参数,在shell脚本中可以通过${local_param_bizdate}来引全局变量 global_bizdate的值,或通过JDBC直接将local_param_bizdate的值set进去。同理,local_param通过{local_param}引用上一节中定义的全局参数。​biz_date、biz_curdate、system.datetime都是用户自定义的参数,通过{全局参数}进行赋值。</p>
+<p>如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过${global_bizdate}来引用全局参数,在shell脚本中可以通过${local_param_bizdate}来引全局变量 global_bizdate的值,或通过JDBC直接将local_param_bizdate的值set进去。同理,local_param通过{local_param}引用上一节中定义的全局参数。​biz_date、biz_curdate、system.datetime都是用户自定义的参数,通过{全局参数}进行赋值。</p>
 <h2>上游任务传递给下游任务</h2>
 <p>DolphinScheduler 允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:</p>
 <ul>
diff --git a/zh-cn/docs/latest/user_doc/guide/parameter/context.json b/zh-cn/docs/latest/user_doc/guide/parameter/context.json
index 209c995..3cdac80 100644
--- a/zh-cn/docs/latest/user_doc/guide/parameter/context.json
+++ b/zh-cn/docs/latest/user_doc/guide/parameter/context.json
@@ -1,6 +1,6 @@
 {
   "filename": "context.md",
-  "__html": "<h1>参数的引用</h1>\n<p>DolphinScheduler 提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a href=\"priority.md\">参数优先级</a></p>\n<h2>本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a href=\"global.md\">全局参数</a>,使用方式和<a href=\"local.md\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>\n<p><img src=\"/img/global_parameter.png\" alt=\"parameter-call-global-in-local\"></p>\n<p>如上图中的<code>${biz_date}</code>以及<code>${curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdate通过$ [...]
+  "__html": "<h1>参数的引用</h1>\n<p>DolphinScheduler 提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a href=\"priority.md\">参数优先级</a></p>\n<h2>本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a href=\"global.md\">全局参数</a>,使用方式和<a href=\"local.md\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的key</p>\n<p><img src=\"/img/global_parameter.png\" alt=\"parameter-call-global-in-local\"></p>\n<p>如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code>,就是本地参数引用全局参数的例子。观察上图的最后一行,local_param_bizdat [...]
   "link": "/dist/zh-cn/docs/2.0.2/user_doc/guide/parameter/context.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/parameter/local.html b/zh-cn/docs/latest/user_doc/guide/parameter/local.html
index a2508e8..639b99e 100644
--- a/zh-cn/docs/latest/user_doc/guide/parameter/local.html
+++ b/zh-cn/docs/latest/user_doc/guide/parameter/local.html
@@ -21,7 +21,7 @@
 <p align="center">
    <img src="/img/global_parameter.png" width="80%" />
 </p>
-<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${curdate}</code></p>
+<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${biz_curdate}</code></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/react@15.6.2/dist/react-with-addons.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/react-dom@15.6.2/dist/react-dom.min.js"></script>
diff --git a/zh-cn/docs/latest/user_doc/guide/parameter/local.json b/zh-cn/docs/latest/user_doc/guide/parameter/local.json
index c9fd9c8..fd16666 100644
--- a/zh-cn/docs/latest/user_doc/guide/parameter/local.json
+++ b/zh-cn/docs/latest/user_doc/guide/parameter/local.json
@@ -1,6 +1,6 @@
 {
   "filename": "local.md",
-  "__html": "<h1>本地参数</h1>\n<h2>作用域</h2>\n<p>在任务定义页面配置的参数,默认作用域仅限该任务,如果配置了<a href=\"context.md\">参数传递</a>则可将该参数作用到下游任务中。</p>\n<h2>使用方式</h2>\n<p>本地参数配置方式如下:在任务定义页面,点击“自定义参数”右边的加号,填写对应的变量名称和对应的值,保存即可</p>\n<p align=\"center\">\n   <img src=\"/img/supplement_local_parameter.png\" width=\"80%\" />\n </p>\n<p align=\"center\">\n   <img src=\"/img/global_parameter.png\" width=\"80%\" />\n</p>\n<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${curdate}</ [...]
+  "__html": "<h1>本地参数</h1>\n<h2>作用域</h2>\n<p>在任务定义页面配置的参数,默认作用域仅限该任务,如果配置了<a href=\"context.md\">参数传递</a>则可将该参数作用到下游任务中。</p>\n<h2>使用方式</h2>\n<p>本地参数配置方式如下:在任务定义页面,点击“自定义参数”右边的加号,填写对应的变量名称和对应的值,保存即可</p>\n<p align=\"center\">\n   <img src=\"/img/supplement_local_parameter.png\" width=\"80%\" />\n </p>\n<p align=\"center\">\n   <img src=\"/img/global_parameter.png\" width=\"80%\" />\n</p>\n<p>如果想要在本地参数中调用系统内置参数,将内置参数对应的值填到<code>value</code>中,如上图中的<code>${biz_date}</code>以及<code>${biz_curdat [...]
   "link": "/dist/zh-cn/docs/2.0.2/user_doc/guide/parameter/local.html",
   "meta": {}
 }
\ No newline at end of file