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 2021/10/25 07:04:49 UTC

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

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 b27371e  Automated deployment: e0c0f7951ee501b0c53c39b744049c0815bd9b73
b27371e is described below

commit b27371e56d9459aedd495535c6002dedb135324b
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Mon Oct 25 07:04:34 2021 +0000

    Automated deployment: e0c0f7951ee501b0c53c39b744049c0815bd9b73
---
 .../Introducing Apache DolphinScheduler 1.3.9.html     | 18 +++++++++---------
 .../Introducing Apache DolphinScheduler 1.3.9.json     |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html
index d5112ca..2df5fd9 100644
--- a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html	
+++ b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html	
@@ -11,10 +11,10 @@
   <link rel="stylesheet" href="/build/blog.md.fd8b187.css">
 </head>
 <body>
-  <div id="root"><div class="blog-detail-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><a href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div class="search search-dark"><span class="icon-search"></span></div><span class="language-switch language-switch-dark">中</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant-menu-lig [...]
+  <div id="root"><div class="blog-detail-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><a href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div class="search search-dark"><span class="icon-search"></span></div><span class="language-switch language-switch-dark">中</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant-menu-lig [...]
 <p><a href="https://imgpp.com/image/OQFd4"><img src="https://imgpp.com/images/2021/10/25/_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg" alt="_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg"></a></p>
 <p>On October 22, 2021, we are excited to announce the release of Apache DolphinScheduler 1.3.9. After a month and a half,Apache DolphinScheduler 1.3.9 brings StandaloneServer to users with the joint efforts of the community. StandaloneServer is a major update of this version, which means a huge leap in ease of use, and the details will be introduced below. In addition, this upgrade also fixes two critical bugs in 1.3.8.</p>
-<h2>1.3.9 Download:<a href="https://dolphinscheduler.apache.org/zh-cn/download/download.html">https://dolphinscheduler.apache.org/zh-cn/download/download.html</a></h2>
+<h2>1.3.9 Download:<a href="https://dolphinscheduler.apache.org/en-us/download/download.html">1.3.9 Download Link</a></h2>
 <p>In 1.3.9, the main updates include:</p>
 <h2>New Features</h2>
 <p><strong>[Feature#6480] Add StandaloneServer to make development and operation easier</strong></p>
@@ -23,9 +23,9 @@
 <pre><code class="language-plain">sh ./bin/dolphinscheduler-daemon.sh start standalone-server
 </code></pre>
 <p>It shows that 1.3.9 reduces the configuration cost through built-in components. You only need to configure the jdk environment to start the DolphinScheduler system with one click, thereby improving the efficiency of research and development. For detailed usage documents, please refer to: link to be added.</p>
-<p><a href="https://imgpp.com/images/2021/10/25/1151635131488_.pic.md.jpg">https://imgpp.com/images/2021/10/25/1151635131488_.pic.md.jpg</a></p>
+ <img src="/img/login_en.png" width="60%" />
 <p>Access the front page address, interface IP (self-modified) <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a>, with the default name and password:admin/dolphinscheduler123.</p>
-<p>The detailed user docs for Standalone, please refer to:<a href="https://dolphinscheduler.apache.org/zh-cn/docs/1.3.9/user_doc/standalone-server.html">https://dolphinscheduler.apache.org/zh-cn/docs/1.3.9/user_doc/standalone-server.html</a></p>
+<p>The detailed user docs for Standalone, please refer to:<a href="https://dolphinscheduler.apache.org/en-us/docs/1.3.9/user_doc/standalone-server.html">1.3.9 standalone-server</a></p>
 <h2>Optimization and Fix</h2>
 <p><strong>☆[Fix #6337][Task] Sql limit param no default value</strong></p>
 <p>When the SqlTask ​​is executed, if the limit parameter is not set, the displayed result is empty. Based on this, the default parameters have been added in 1.3.9, and relevant instructions have been made on the log to allow users to track the problem more clearly.</p>
@@ -36,7 +36,7 @@
 <h3>1 DolphinScheduler introduction</h3>
 <p>Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of box.</p>
 <p>DolphinScheduler assembles Tasks in the form of DAG (Directed Acyclic Graph), which can monitor the running status of tasks in real time. At the same time, it supports operations such as retry, recovery from designated nodes, suspend and Kill tasks, and focuses on the following 6 capabilities :</p>
-<p><a href="https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg">https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg</a></p>
+<img src="https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg" width="60%" />
 <h2>2 Partial User Cases</h2>
 <p>According to incomplete statistics, as of October 2020, 600+ companies and institutions have adopted DolphinScheduler in production environments. Partial cases are shown as below (in no particular order).</p>
 <p><a href="https://imgpp.com/image/OQylI"><img src="https://imgpp.com/images/2021/10/25/logo.md.png" alt="logo.md.png"></a></p>
@@ -45,12 +45,12 @@
 <p>There are many ways to participate in and contribute to the Apache DolphinScheduler Community, including:</p>
 <ul>
 <li>Contribute to the first PR (document, code). We hope it to be simple and a try to get yourself familiar with the submission process and community collaboration.</li>
-<li>We have compiled a list of issues suitable for novices: <a href="https://github.com/apache/dolphinscheduler/issues/5689">https://github.com/apache/dolphinscheduler/issues/5689</a></li>
-<li>And a list of issues for non-newbie: <a href="https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22">https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22</a></li>
-<li>How to participate in the contribution: <a href="https://dolphinscheduler.apache.org/en-us/community/development/contribute.html">https://dolphinscheduler.apache.org/en-us/community/development/contribute.html</a></li>
+<li>We have compiled a list of issues suitable for novices: <a href="https://github.com/apache/dolphinscheduler/issues/5689">Good First Issues</a></li>
+<li>And a list of issues for non-newbie: <a href="https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22">Volunteer Wanted</a></li>
+<li>How to participate in the contribution: <a href="https://dolphinscheduler.apache.org/en-us/community/development/contribute.html">Participate in Contributing</a></li>
 </ul>
 <p>Apache DolphinScheduler Community needs you! Even if a small piece of tile will make a big differnce.</p>
-<p>If you are interested in contributing code we created <a href="https://github.com/apache/dolphinscheduler/issues/5689">good first issues </a>to get you started. If you have any questions about <a href="https://github.com/apache/dolphinscheduler">code</a>, <a href="https://dolphinscheduler.apache.org/en-us/download/download.html">installation</a>, and <a href="https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/quick-start.html">docs</a> please do not hesitate to reach out t [...]
+<p>If you are interested in contributing code we created <a href="https://github.com/apache/dolphinscheduler/issues/5689">Good First Issues </a> to get you started. If you have any questions about <a href="https://github.com/apache/dolphinscheduler">code</a>, <a href="https://dolphinscheduler.apache.org/en-us/download/download.html">installation</a>, and <a href="https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/quick-start.html">docs</a> please do not hesitate to reach out  [...]
 <p><strong>Community Official Website</strong></p>
 <p><a href="https://dolphinscheduler.apache.org/">https://dolphinscheduler.apache.org/</a></p>
 <p><strong>Code Warehouse Address</strong></p>
diff --git a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json
index 5dcd2c9..01381a2 100644
--- a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json	
+++ b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json	
@@ -1,6 +1,6 @@
 {
   "filename": "Introducing Apache DolphinScheduler 1.3.9.md",
-  "__html": "<p>#Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is Available!</p>\n<p><a href=\"https://imgpp.com/image/OQFd4\"><img src=\"https://imgpp.com/images/2021/10/25/_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg\" alt=\"_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg\"></a></p>\n<p>On October 22, 2021, we are excited to announce the release of Apache DolphinScheduler 1.3.9. After a month and a half,Apache DolphinScheduler 1.3.9 brings StandaloneServer to users with  [...]
+  "__html": "<h1>Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is Available!</h1>\n<p><a href=\"https://imgpp.com/image/OQFd4\"><img src=\"https://imgpp.com/images/2021/10/25/_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg\" alt=\"_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg\"></a></p>\n<p>On October 22, 2021, we are excited to announce the release of Apache DolphinScheduler 1.3.9. After a month and a half,Apache DolphinScheduler 1.3.9 brings StandaloneServer to users with [...]
   "link": "/dist/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html",
   "meta": {}
 }
\ No newline at end of file