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 242792447 Automated deployment: 
e7af5671a2302db7cbf01f5608fc216ddec7931e
242792447 is described below

commit 242792447835c2566fae0ea32fd131476898ad5c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 15 05:23:47 2022 +0000

    Automated deployment: e7af5671a2302db7cbf01f5608fc216ddec7931e
---
 en-us/docs/dev/user_doc/guide/resource/configuration.html       | 3 ---
 en-us/docs/dev/user_doc/guide/resource/configuration.json       | 2 +-
 en-us/docs/dev/user_doc/guide/task/zeppelin.html                | 4 ++++
 en-us/docs/dev/user_doc/guide/task/zeppelin.json                | 2 +-
 python/_modules/pydolphinscheduler/core/process_definition.html | 4 ++--
 python/api.html                                                 | 4 ++--
 zh-cn/docs/dev/user_doc/guide/task/zeppelin.html                | 1 +
 zh-cn/docs/dev/user_doc/guide/task/zeppelin.json                | 2 +-
 8 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/resource/configuration.html 
b/en-us/docs/dev/user_doc/guide/resource/configuration.html
index 271567734..9bd752d70 100644
--- a/en-us/docs/dev/user_doc/guide/resource/configuration.html
+++ b/en-us/docs/dev/user_doc/guide/resource/configuration.html
@@ -125,9 +125,6 @@
 # rpc port</span>
 <span class="hljs-meta">alert.rpc.port</span>=<span 
class="hljs-string">50052</span>
 <span class="hljs-comment">
-# Url endpoint for zeppelin RESTful API</span>
-<span class="hljs-meta">zeppelin.rest.url</span>=<span 
class="hljs-string">http://localhost:8080</span>
-<span class="hljs-comment">
 # set path of conda.sh</span>
 <span class="hljs-meta">conda.path</span>=<span 
class="hljs-string">/opt/anaconda3/etc/profile.d/conda.sh</span>
 <span class="hljs-comment">
diff --git a/en-us/docs/dev/user_doc/guide/resource/configuration.json 
b/en-us/docs/dev/user_doc/guide/resource/configuration.json
index 4d720ffda..689503575 100644
--- a/en-us/docs/dev/user_doc/guide/resource/configuration.json
+++ b/en-us/docs/dev/user_doc/guide/resource/configuration.json
@@ -1,6 +1,6 @@
 {
   "filename": "configuration.md",
-  "__html": "<h1>HDFS Resource Configuration</h1>\n<p>When it is necessary to 
use the Resource Center to create or upload relevant files, all files and 
resources will be stored on HDFS. Therefore the following configuration is 
required.</p>\n<h2>Local File Resource Configuration</h2>\n<p>For a single 
machine, you can choose to use local file directory as the upload directory (no 
need to deploy Hadoop) by making the following 
configuration.</p>\n<h3>Configuring the <code>common.properties [...]
+  "__html": "<h1>HDFS Resource Configuration</h1>\n<p>When it is necessary to 
use the Resource Center to create or upload relevant files, all files and 
resources will be stored on HDFS. Therefore the following configuration is 
required.</p>\n<h2>Local File Resource Configuration</h2>\n<p>For a single 
machine, you can choose to use local file directory as the upload directory (no 
need to deploy Hadoop) by making the following 
configuration.</p>\n<h3>Configuring the <code>common.properties [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/resource/configuration.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/task/zeppelin.html 
b/en-us/docs/dev/user_doc/guide/task/zeppelin.html
index 5dadea654..f6c3a11a6 100644
--- a/en-us/docs/dev/user_doc/guide/task/zeppelin.html
+++ b/en-us/docs/dev/user_doc/guide/task/zeppelin.html
@@ -77,6 +77,10 @@ it will call <code>Zeppelin Client API</code> to trigger 
zeppelin notebook parag
 <td>The unique paragraph id for a zeppelin notebook paragraph. If you want to 
schedule a whole note at a time, leave this field blank.</td>
 </tr>
 <tr>
+<td>Zeppelin Rest Endpoint</td>
+<td>The REST endpoint of your zeppelin server</td>
+</tr>
+<tr>
 <td>Zeppelin Parameters</td>
 <td>Parameters in json format used for zeppelin dynamic form.</td>
 </tr>
diff --git a/en-us/docs/dev/user_doc/guide/task/zeppelin.json 
b/en-us/docs/dev/user_doc/guide/task/zeppelin.json
index 9ad534411..291232521 100644
--- a/en-us/docs/dev/user_doc/guide/task/zeppelin.json
+++ b/en-us/docs/dev/user_doc/guide/task/zeppelin.json
@@ -1,6 +1,6 @@
 {
   "filename": "zeppelin.md",
-  "__html": "<h1>Apache Zeppelin</h1>\n<h2>Overview</h2>\n<p>Use 
<code>Zeppelin Task</code> to create a zeppelin-type task and execute zeppelin 
notebook paragraphs. When the worker executes <code>Zeppelin Task</code>,\nit 
will call <code>Zeppelin Client API</code> to trigger zeppelin notebook 
paragraph. Click <a href=\"https://zeppelin.apache.org/\";>here</a> for details 
about <code>Apache Zeppelin Notebook</code>.</p>\n<h2>Create 
Task</h2>\n<ul>\n<li>Click <code>Project Management -&gt;  [...]
+  "__html": "<h1>Apache Zeppelin</h1>\n<h2>Overview</h2>\n<p>Use 
<code>Zeppelin Task</code> to create a zeppelin-type task and execute zeppelin 
notebook paragraphs. When the worker executes <code>Zeppelin Task</code>,\nit 
will call <code>Zeppelin Client API</code> to trigger zeppelin notebook 
paragraph. Click <a href=\"https://zeppelin.apache.org/\";>here</a> for details 
about <code>Apache Zeppelin Notebook</code>.</p>\n<h2>Create 
Task</h2>\n<ul>\n<li>Click <code>Project Management -&gt;  [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/task/zeppelin.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/python/_modules/pydolphinscheduler/core/process_definition.html 
b/python/_modules/pydolphinscheduler/core/process_definition.html
index 692c1404b..adbd086fe 100644
--- a/python/_modules/pydolphinscheduler/core/process_definition.html
+++ b/python/_modules/pydolphinscheduler/core/process_definition.html
@@ -142,8 +142,8 @@
 <span class="sd">        ``user`` if it does not exists. And when ``project`` 
exists but project&#39;s create do not belongs</span>
 <span class="sd">        to ``user``, will grant `project` to ``user`` 
automatically.</span>
 <span class="sd">    :param resource_list: Resource files required by the 
current process definition.You can create and modify</span>
-<span class="sd">        resource files from this field. When the process 
definition is submitted, these resource files are also</span>
-<span class="sd">        submitted along with it.</span>
+<span class="sd">        resource files from this field. When the process 
definition is submitted, these resource files are</span>
+<span class="sd">        also submitted along with it.</span>
 <span class="sd">    &quot;&quot;&quot;</span>
 
     <span class="c1"># key attribute for identify ProcessDefinition 
object</span>
diff --git a/python/api.html b/python/api.html
index 2ef4c0191..30e8aefd3 100644
--- a/python/api.html
+++ b/python/api.html
@@ -316,8 +316,8 @@ thought Web UI after it <a class="reference internal" 
href="#pydolphinscheduler.
 <code class="docutils literal notranslate"><span 
class="pre">user</span></code> if it does not exists. And when <code 
class="docutils literal notranslate"><span class="pre">project</span></code> 
exists but project’s create do not belongs
 to <code class="docutils literal notranslate"><span 
class="pre">user</span></code>, will grant <cite>project</cite> to <code 
class="docutils literal notranslate"><span class="pre">user</span></code> 
automatically.</p></li>
 <li><p><strong>resource_list</strong> – Resource files required by the current 
process definition.You can create and modify
-resource files from this field. When the process definition is submitted, 
these resource files are also
-submitted along with it.</p></li>
+resource files from this field. When the process definition is submitted, 
these resource files are
+also submitted along with it.</p></li>
 </ul>
 </dd>
 </dl>
diff --git a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html 
b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
index 7a9e119a3..69e071855 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
+++ b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
@@ -32,6 +32,7 @@
 <li>前置任务:选择当前任务的前置任务,会将被选择的前置任务设置为当前任务的上游。</li>
 <li>Zeppelin Note ID:Zeppelin Note对应的唯一ID。</li>
 <li>Zeppelin Paragraph ID:Zeppelin 
Paragraph对应的唯一ID。如果你想一次性调度整个note,这一栏不填即可。</li>
+<li>Zeppelin Rest Endpoint:您的Zeppelin服务的REST Endpoint。</li>
 <li>Zeppelin Parameters: 用于传入Zeppelin Dynamic Form的参数。</li>
 </ul>
 <h2>Task Example</h2>
diff --git a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json 
b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
index 49031c058..d2a266dbe 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
+++ b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
@@ -1,6 +1,6 @@
 {
   "filename": "zeppelin.md",
-  "__html": "<h1>Apache 
Zeppelin</h1>\n<h2>Overview</h2>\n<p><code>Zeppelin</code>任务类型,用于创建并执行<code>Zeppelin</code>类型任务。worker
 执行该任务的时候,会通过<code>Zeppelin Cient API</code>触发<code>Zeppelin 
Notebook段落</code>。\n点击<a href=\"https://zeppelin.apache.org/\";>这里</a> 
获取更多关于<code>Apache Zeppelin Notebook</code>的信息。</p>\n<h2>Create 
Task</h2>\n<ul>\n<li>点击项目管理-项目名称-工作流定义,点击&quot;创建工作流&quot;按钮,进入DAG编辑页面。</li>\n<li>工具栏中拖动
 <img src=\"/img/tasks/icons/zeppelin.png\" width=\"15\"/> 
到画板中,即可完成创建。</li>\n</ul> [...]
+  "__html": "<h1>Apache 
Zeppelin</h1>\n<h2>Overview</h2>\n<p><code>Zeppelin</code>任务类型,用于创建并执行<code>Zeppelin</code>类型任务。worker
 执行该任务的时候,会通过<code>Zeppelin Cient API</code>触发<code>Zeppelin 
Notebook段落</code>。\n点击<a href=\"https://zeppelin.apache.org/\";>这里</a> 
获取更多关于<code>Apache Zeppelin Notebook</code>的信息。</p>\n<h2>Create 
Task</h2>\n<ul>\n<li>点击项目管理-项目名称-工作流定义,点击&quot;创建工作流&quot;按钮,进入DAG编辑页面。</li>\n<li>工具栏中拖动
 <img src=\"/img/tasks/icons/zeppelin.png\" width=\"15\"/> 
到画板中,即可完成创建。</li>\n</ul> [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to