This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8495e55 add blog.js (#466)
8495e55 is described below
commit 8495e557ab3fd363602f420b377cb08b8a6a3bc3
Author: lifeng <[email protected]>
AuthorDate: Mon Oct 25 14:32:10 2021 +0800
add blog.js (#466)
* updata blog jinyong
updata blog jinyong
* up date blog.js
* updata bolg.js list
rt
* Add Introducing Apache DolphinScheduler 1.3.9
Add Introducing Apache DolphinScheduler 1.3.9
Co-authored-by: Kirs <[email protected]>
Co-authored-by: CalvinKirs <[email protected]>
---
.../Introducing Apache DolphinScheduler 1.3.9.md | 86 ++++++++++++++++++++++
site_config/blog.js | 8 +-
2 files changed, 93 insertions(+), 1 deletion(-)
diff --git a/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md
b/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md
new file mode 100644
index 0000000..3f29119
--- /dev/null
+++ b/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md
@@ -0,0 +1,86 @@
+#Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is Available!
+
+[](https://imgpp.com/image/OQFd4)
+
+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.
+
+## 1.3.9
Download:[https://dolphinscheduler.apache.org/zh-cn/download/download.html](https://dolphinscheduler.apache.org/zh-cn/download/download.html)
+
+In 1.3.9, the main updates include:
+
+
+## New Features
+
+
+**[Feature#6480] Add StandaloneServer to make development and operation
easier**
+
+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.
+
+The way to start StandaloneServer with one-line command: switch to a user with
sudo permission, and run the script
+
+```plain
+sh ./bin/dolphinscheduler-daemon.sh start standalone-server
+```
+
+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.
+
+https://imgpp.com/images/2021/10/25/1151635131488_.pic.md.jpg
+
+Access the front page address, interface IP (self-modified)
[http://192.168.xx.xx:12345/dolphinscheduler](http://192.168.xx.xx:12345/dolphinscheduler),
with the default name and password:admin/dolphinscheduler123.
+
+The detailed user docs for Standalone, please refer
to:[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)
+
+## Optimization and Fix
+
+**☆[Fix #6337][Task] Sql limit param no default value**
+
+
+
+
+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.
+
+**☆[Bug#6429] [ui] sub_process node open sub_task show empty page #6429**
+
+The problem that the sub_task node is displayed as empty has been fixed.
+
+## Contributor
+
+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.
+
+### 1 DolphinScheduler introduction
+
+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.
+
+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 :
+
+https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg
+
+
+## 2 Partial User Cases
+
+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).
+
+[](https://imgpp.com/image/OQylI)
+
+## 3 Participate in Contribution
+
+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.
+
+There are many ways to participate in and contribute to the Apache
DolphinScheduler Community, including:
+
+* 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.
+* We have compiled a list of issues suitable for novices:
[https://github.com/apache/dolphinscheduler/issues/5689](https://github.com/apache/dolphinscheduler/issues/5689)
+* And a list of issues for non-newbie:
[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)
+* How to participate in the contribution:
[https://dolphinscheduler.apache.org/en-us/community/development/contribute.html](https://dolphinscheduler.apache.org/en-us/community/development/contribute.html)
+
+Apache DolphinScheduler Community needs you! Even if a small piece of tile
will make a big differnce.
+
+If you are interested in contributing code we created [good first issues
](https://github.com/apache/dolphinscheduler/issues/5689)to get you started. If
you have any questions about
[code](https://github.com/apache/dolphinscheduler),
[installation](https://dolphinscheduler.apache.org/en-us/download/download.html),
and
[docs](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/quick-start.html)
please do not hesitate to reach out to us on
[slack](https://app.slack.com/client/T0 [...]
+
+**Community Official Website**
+
+[https://dolphinscheduler.apache.org/](https://dolphinscheduler.apache.org/)
+
+**Code Warehouse Address**
+
+[https://github.com/apache/dolphinscheduler](https://github.com/apache/dolphinscheduler)
\ No newline at end of file
diff --git a/site_config/blog.js b/site_config/blog.js
index 746b5dd..242d6d7 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -4,6 +4,13 @@ export default {
postsTitle: 'All posts',
list: [
{
+ title: 'Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is
Available!',
+ author: 'Debar Chen',
+ dateStr: '2021-10-22',
+ desc: 'Apache Dolphin Scheduler(Incubating) will organize a meetup in
Shanghai 2019.10.26. Welcome to register.',
+ link: '/en-us/blog/Introducing Apache DolphinScheduler 1.3.9.html',
+ },
+ {
title: 'Why did we split the big json of DAG in workflow definition?',
author: 'JinyLeeChina',
translator: 'QuakeWang',
@@ -117,7 +124,6 @@ export default {
desc: 'Apache Dolphin Scheduler(Incubating)
将于2019年10月26日在上海组织一次会议,欢迎踊跃报名。 ',
link: '/zh-cn/blog/meetup_2019_10_26.html',
},
-
],
},
};