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 52d2598 Automated deployment: 8495e557ab3fd363602f420b377cb08b8a6a3bc3
52d2598 is described below
commit 52d2598caae30285b6953d6d09465b517be2b1a2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 25 06:34:21 2021 +0000
Automated deployment: 8495e557ab3fd363602f420b377cb08b8a6a3bc3
---
build/blog.9a24a9e.js | 1 +
build/blog.f7c9ce2.js | 1 -
.../Introducing Apache DolphinScheduler 1.3.9.html | 74 ++++++++++++++++++++++
.../Introducing Apache DolphinScheduler 1.3.9.json | 6 ++
en-us/blog/index.html | 4 +-
zh-cn/blog/index.html | 2 +-
6 files changed, 84 insertions(+), 4 deletions(-)
diff --git a/build/blog.9a24a9e.js b/build/blog.9a24a9e.js
new file mode 100644
index 0000000..39d6f8b
--- /dev/null
+++ b/build/blog.9a24a9e.js
@@ -0,0 +1 @@
+webpackJsonp([2],{1:function(e,t){e.exports=React},2:function(e,t){e.exports=ReactDOM},399:function(e,t,n){e.exports=n(400)},400:function(e,t,n){"use
strict";function r(e){return e&&e.__esModule?e:{default:e}}function
o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a
function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been
initialised - super() hasn't been called");return!t||"object"!=typeof
t&&"function"!=typeof t?e:t}function l(e,t){if("functi [...]
\ No newline at end of file
diff --git a/build/blog.f7c9ce2.js b/build/blog.f7c9ce2.js
deleted file mode 100644
index d8a62d8..0000000
--- a/build/blog.f7c9ce2.js
+++ /dev/null
@@ -1 +0,0 @@
-webpackJsonp([2],{1:function(e,t){e.exports=React},2:function(e,t){e.exports=ReactDOM},399:function(e,t,n){e.exports=n(400)},400:function(e,t,n){"use
strict";function r(e){return e&&e.__esModule?e:{default:e}}function
o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a
function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been
initialised - super() hasn't been called");return!t||"object"!=typeof
t&&"function"!=typeof t?e:t}function l(e,t){if("functi [...]
\ No newline at end of file
diff --git a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html
b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html
new file mode 100644
index 0000000..d5112ca
--- /dev/null
+++ b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html
@@ -0,0 +1,74 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
+ <meta name="keywords" content="Introducing Apache DolphinScheduler 1.3.9">
+ <meta name="description" content="Introducing Apache DolphinScheduler 1.3.9">
+ <title>Introducing Apache DolphinScheduler 1.3.9</title>
+ <link rel="shortcut icon" href="/img/favicon.ico">
+ <link rel="stylesheet" href="/build/vendor.e328afe.css">
+ <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 [...]
+<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>
+<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>
+<p>StandaloneServer is a service created to allow users to quickly experience
the product. The registry and database H2-DataBase and Zk-TestServer are
built-in. Users can start StandaloneServer for debugging with only one line of
command.</p>
+<p>The way to start StandaloneServer with one-line command: switch to a user
with sudo permission, and run the script</p>
+<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>
+<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>
+<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>
+<p><strong>☆[Bug#6429] [ui] sub_process node open sub_task show empty page
#6429</strong></p>
+<p>The problem that the sub_task node is displayed as empty has been fixed.</p>
+<h2>Contributor</h2>
+<p>Thanks to PMC Ke Zhenxu from the SkyWalking community for his contribution
to StandaloneServer, Apache DolphinScheduler will persistently optimize the
function design and enhance the user experience with the participation of more
contributors, so stay tuned.</p>
+<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>
+<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>
+<h2>3 Participate in Contribution</h2>
+<p>With the prosperity of open source in China, the Apache DolphinScheduler
community ushered in vigorous development. In order to make better and
easy-to-use scheduling system, we sincerely welcome partners who love open
source to join Apache DolphinScheduler Community.</p>
+<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>
+</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><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>
+<p><a
href="https://github.com/apache/dolphinscheduler">https://github.com/apache/dolphinscheduler</a></p>
+</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><img class="img-base"
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a
href="/en-us/community/development/subscribe.html"><p>Email
List</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img
class="img-change" src="/img/twitterblue.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>
+ <script>window.rootPath = '';</script>
+ <script src="/build/vendor.e6fe67a.js"></script>
+ <script src="/build/blog.md.79dd3d0.js"></script>
+ <script>
+ var _hmt = _hmt || [];
+ (function() {
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?4e7b4b400dd31fa015018a435c64d06f";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+ })();
+ </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json
b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json
new file mode 100644
index 0000000..5dcd2c9
--- /dev/null
+++ b/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.json
@@ -0,0 +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 [...]
+ "link": "/dist/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html",
+ "meta": {}
+}
\ No newline at end of file
diff --git a/en-us/blog/index.html b/en-us/blog/index.html
index 9ee6df6..470c4cc 100644
--- a/en-us/blog/index.html
+++ b/en-us/blog/index.html
@@ -11,12 +11,12 @@
<link rel="stylesheet" href="/build/blog.acc2955.css">
</head>
<body>
- <div id="root"><div class="blog-list-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-light [...]
+ <div id="root"><div class="blog-list-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-light [...]
<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>
<script>window.rootPath = '';</script>
<script src="/build/vendor.e6fe67a.js"></script>
- <script src="/build/blog.f7c9ce2.js"></script>
+ <script src="/build/blog.9a24a9e.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
diff --git a/zh-cn/blog/index.html b/zh-cn/blog/index.html
index 0c133cf..ee6a40a 100644
--- a/zh-cn/blog/index.html
+++ b/zh-cn/blog/index.html
@@ -16,7 +16,7 @@
<script
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-dom.min.js"></script>
<script>window.rootPath = '';</script>
<script src="/build/vendor.e6fe67a.js"></script>
- <script src="/build/blog.f7c9ce2.js"></script>
+ <script src="/build/blog.9a24a9e.js"></script>
<script>
var _hmt = _hmt || [];
(function() {