[chore] Change release version to 3.0.0-beta-1 (#9957)
This commit is contained in:
parent
c8f62adfc0
commit
a9fa6b33a4
|
|
@ -16,7 +16,7 @@
|
|||
# under the License.
|
||||
#
|
||||
HUB=ghcr.io/apache/dolphinscheduler
|
||||
TAG=latest
|
||||
TAG=3.0.0-beta-1
|
||||
|
||||
TZ=Asia/Shanghai
|
||||
SPRING_DATASOURCE_URL=jdbc:postgresql://dolphinscheduler-postgresql:5432/dolphinscheduler
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ version: 2.0.0
|
|||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: dev-SNAPSHOT
|
||||
appVersion: 3.0.0-beta-1
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ timezone: "Asia/Shanghai"
|
|||
|
||||
image:
|
||||
registry: "dolphinscheduler.docker.scarf.sh/apache"
|
||||
tag: "dev-SNAPSHOT"
|
||||
tag: "3.0.0-beta-1"
|
||||
pullPolicy: "IfNotPresent"
|
||||
pullSecret: ""
|
||||
|
||||
|
|
|
|||
|
|
@ -25,15 +25,15 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
link: '/en-us/docs/dev/user_doc/about/introduction.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'Hardware Environment',
|
||||
link: '/en-us/docs/dev/user_doc/about/hardware.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/hardware.html',
|
||||
},
|
||||
{
|
||||
title: 'Glossary',
|
||||
link: '/en-us/docs/dev/user_doc/about/glossary.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/glossary.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -42,11 +42,11 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Quick Start',
|
||||
link: '/en-us/docs/dev/user_doc/guide/start/quick-start.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/start/quick-start.html',
|
||||
},
|
||||
{
|
||||
title: 'Docker Deployment',
|
||||
link: '/en-us/docs/dev/user_doc/guide/start/docker.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/start/docker.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -55,19 +55,19 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Standalone Deployment',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/standalone.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/standalone.html',
|
||||
},
|
||||
{
|
||||
title: 'Pseudo Cluster Deployment',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Cluster Deployment',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/cluster.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes Deployment',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/kubernetes.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/kubernetes.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -76,30 +76,30 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Workflow Overview',
|
||||
link: '/en-us/docs/dev/user_doc/guide/homepage.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/homepage.html',
|
||||
},
|
||||
{
|
||||
title: 'Project',
|
||||
children: [
|
||||
{
|
||||
title: 'Project List',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/project-list.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/project-list.html',
|
||||
},
|
||||
{
|
||||
title: 'Workflow Definition',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/workflow-definition.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-definition.html',
|
||||
},
|
||||
{
|
||||
title: 'Workflow Instance',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/workflow-instance.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-instance.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Instance',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/task-instance.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/task-instance.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Definition',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -108,67 +108,67 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Shell',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/shell.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/shell.html',
|
||||
},
|
||||
{
|
||||
title: 'SubProcess',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/sub-process.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/sub-process.html',
|
||||
},
|
||||
{
|
||||
title: 'Dependent',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/dependent.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/dependent.html',
|
||||
},
|
||||
{
|
||||
title: 'Stored Procedure',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/stored-procedure.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/stored-procedure.html',
|
||||
},
|
||||
{
|
||||
title: 'SQL',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/sql.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/sql.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/spark.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/spark.html',
|
||||
},
|
||||
{
|
||||
title: 'MapReduce',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/map-reduce.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/map-reduce.html',
|
||||
},
|
||||
{
|
||||
title: 'Python',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/python.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/python.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/flink.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/flink.html',
|
||||
},
|
||||
{
|
||||
title: 'HTTP',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/http.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/http.html',
|
||||
},
|
||||
{
|
||||
title: 'DataX',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/datax.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/datax.html',
|
||||
},
|
||||
{
|
||||
title: 'Pigeon',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/pigeon.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/pigeon.html',
|
||||
},
|
||||
{
|
||||
title: 'Conditions',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/conditions.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/conditions.html',
|
||||
},
|
||||
{
|
||||
title: 'Switch',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/switch.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/switch.html',
|
||||
},
|
||||
{
|
||||
title: 'Amazon EMR',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/emr.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/emr.html',
|
||||
},
|
||||
{
|
||||
title: 'Apache Zeppelin',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/zeppelin.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/zeppelin.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -177,23 +177,23 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Built-in Parameter',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/built-in.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/built-in.html',
|
||||
},
|
||||
{
|
||||
title: 'Global Parameter',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/global.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/global.html',
|
||||
},
|
||||
{
|
||||
title: 'Local Parameter',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/local.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/local.html',
|
||||
},
|
||||
{
|
||||
title: 'Parameter Context',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/context.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/context.html',
|
||||
},
|
||||
{
|
||||
title: 'Parameter Priority',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/priority.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/priority.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -202,23 +202,23 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/introduction.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/mysql.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/mysql.html',
|
||||
},
|
||||
{
|
||||
title: 'PostgreSQL',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/postgresql.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/postgresql.html',
|
||||
},
|
||||
{
|
||||
title: 'HIVE',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/hive.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/hive.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/spark.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/spark.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -227,91 +227,91 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Alert Component User Guide ',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/telegram.html',
|
||||
},
|
||||
{
|
||||
title: 'Ding Talk',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/dingtalk.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/dingtalk.html',
|
||||
},
|
||||
{
|
||||
title: 'Enterprise Wechat',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html',
|
||||
},
|
||||
{
|
||||
title: 'Enterprise Webexteams',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
},
|
||||
{
|
||||
title: 'Script',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/script.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/script.html',
|
||||
},
|
||||
{
|
||||
title: 'Http',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/http.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/http.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Data Quality',
|
||||
link: '/en-us/docs/dev/user_doc/guide/data-quality.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/data-quality.html',
|
||||
},
|
||||
{
|
||||
title: 'Resource',
|
||||
children: [
|
||||
{
|
||||
title: 'Configuration',
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/configuration.html'
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/configuration.html'
|
||||
},
|
||||
{
|
||||
title: 'File Manage',
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/file-manage.html'
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/file-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'UDF Manage',
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/udf-manage.html'
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/udf-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'Task Group Manage',
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/task-manage.html'
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/task-manage.html'
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Monitor',
|
||||
link: '/en-us/docs/dev/user_doc/guide/monitor.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/monitor.html',
|
||||
},
|
||||
{
|
||||
title: 'Security',
|
||||
link: '/en-us/docs/dev/user_doc/guide/security.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/security.html',
|
||||
},
|
||||
{
|
||||
title: 'How-To',
|
||||
children: [
|
||||
{
|
||||
title: 'General Setting',
|
||||
link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/howto/general-setting.html',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Open API',
|
||||
link: '/en-us/docs/dev/user_doc/guide/open-api.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/open-api.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink',
|
||||
link: '/en-us/docs/dev/user_doc/guide/flink-call.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/flink-call.html',
|
||||
},
|
||||
{
|
||||
title: 'Upgrade',
|
||||
link: '/en-us/docs/dev/user_doc/guide/upgrade.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/upgrade.html',
|
||||
},
|
||||
{
|
||||
title: 'Expansion and Reduction',
|
||||
link: '/en-us/docs/dev/user_doc/guide/expansion-reduction.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/expansion-reduction.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -320,27 +320,27 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Architecture Design',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/design.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/design.html',
|
||||
},
|
||||
{
|
||||
title: 'Metadata',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/metadata.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/metadata.html',
|
||||
},
|
||||
{
|
||||
title: 'Configuration File',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/configuration.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/configuration.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Structure',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/task-structure.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/task-structure.html',
|
||||
},
|
||||
{
|
||||
title: 'Load Balance',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/load-balance.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/load-balance.html',
|
||||
},
|
||||
{
|
||||
title: 'Cache',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/cache.html',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/cache.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -372,15 +372,15 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '简介',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
title: '建议配置',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/hardware.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/hardware.html',
|
||||
},
|
||||
{
|
||||
title: '名词解释',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/glossary.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/glossary.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -389,11 +389,11 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '快速上手',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/start/quick-start.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/start/quick-start.html',
|
||||
},
|
||||
{
|
||||
title: 'Docker部署(Docker)',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/start/docker.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/start/docker.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -402,19 +402,19 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '单机部署(Standalone)',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/standalone.html',
|
||||
},
|
||||
{
|
||||
title: '伪集群部署(Pseudo-Cluster)',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html',
|
||||
},
|
||||
{
|
||||
title: '集群部署(Cluster)',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes部署(Kubernetes)',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/kubernetes.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -423,30 +423,30 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '指标总览',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/homepage.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/homepage.html',
|
||||
},
|
||||
{
|
||||
title: '项目管理',
|
||||
children: [
|
||||
{
|
||||
title: '项目列表',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/project-list.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/project-list.html',
|
||||
},
|
||||
{
|
||||
title: '工作流定义',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-definition.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-definition.html',
|
||||
},
|
||||
{
|
||||
title: '工作流实例',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-instance.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-instance.html',
|
||||
},
|
||||
{
|
||||
title: '任务实例',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-instance.html',
|
||||
},
|
||||
{
|
||||
title: '任务定义',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -455,67 +455,67 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: 'Shell',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/shell.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/shell.html',
|
||||
},
|
||||
{
|
||||
title: 'SubProcess',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/sub-process.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sub-process.html',
|
||||
},
|
||||
{
|
||||
title: 'Dependent',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/dependent.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/dependent.html',
|
||||
},
|
||||
{
|
||||
title: 'Stored Procedure',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/stored-procedure.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/stored-procedure.html',
|
||||
},
|
||||
{
|
||||
title: 'SQL',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/sql.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sql.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/spark.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/spark.html',
|
||||
},
|
||||
{
|
||||
title: 'MapReduce',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/map-reduce.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/map-reduce.html',
|
||||
},
|
||||
{
|
||||
title: 'Python',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/python.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/python.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/flink.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/flink.html',
|
||||
},
|
||||
{
|
||||
title: 'HTTP',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/http.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/http.html',
|
||||
},
|
||||
{
|
||||
title: 'DataX',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/datax.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/datax.html',
|
||||
},
|
||||
{
|
||||
title: 'Pigeon',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/pigeon.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/pigeon.html',
|
||||
},
|
||||
{
|
||||
title: 'Conditions',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/conditions.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/conditions.html',
|
||||
},
|
||||
{
|
||||
title: 'Switch',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/switch.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/switch.html',
|
||||
},
|
||||
{
|
||||
title: 'Amazon EMR',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/emr.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/emr.html',
|
||||
},
|
||||
{
|
||||
title: 'Apache Zeppelin',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/zeppelin.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -524,23 +524,23 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '内置参数',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/built-in.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/built-in.html',
|
||||
},
|
||||
{
|
||||
title: '全局参数',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/global.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/global.html',
|
||||
},
|
||||
{
|
||||
title: '本地参数',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/local.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/local.html',
|
||||
},
|
||||
{
|
||||
title: '参数传递',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/context.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/context.html',
|
||||
},
|
||||
{
|
||||
title: '参数优先级',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/priority.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/priority.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -549,23 +549,23 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '简介',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/introduction.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/mysql.html',
|
||||
},
|
||||
{
|
||||
title: 'PostgreSQL',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/postgresql.html',
|
||||
},
|
||||
{
|
||||
title: 'HIVE',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/hive.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/hive.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/spark.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -574,91 +574,91 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '告警组件向导',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/telegram.html',
|
||||
},
|
||||
{
|
||||
title: '钉钉告警',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/dingtalk.html',
|
||||
},
|
||||
{
|
||||
title: '企业微信',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html',
|
||||
},
|
||||
{
|
||||
title: 'Webexteams',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
},
|
||||
{
|
||||
title: '脚本告警',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/script.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/script.html',
|
||||
},
|
||||
{
|
||||
title: 'Http告警',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/http.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/http.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '数据质量',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/data-quality.html',
|
||||
},
|
||||
{
|
||||
title: '资源中心',
|
||||
children: [
|
||||
{
|
||||
title: '配置详情',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/configuration.html'
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/configuration.html'
|
||||
},
|
||||
{
|
||||
title: '文件管理',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/file-manage.html'
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/file-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'UDF 管理',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/udf-manage.html'
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/udf-manage.html'
|
||||
},
|
||||
{
|
||||
title: '任务组管理',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/task-manage.html'
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/task-manage.html'
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '监控中心',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/monitor.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/monitor.html',
|
||||
},
|
||||
{
|
||||
title: '安全中心',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/security.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/security.html',
|
||||
},
|
||||
{
|
||||
title: '常见操作',
|
||||
children: [
|
||||
{
|
||||
title: '通用设置',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/general-setting.html',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'API调用',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/open-api.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/open-api.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink调用',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/flink-call.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/flink-call.html',
|
||||
},
|
||||
{
|
||||
title: '升级',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/upgrade.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/upgrade.html',
|
||||
},
|
||||
{
|
||||
title: '扩/缩容',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/expansion-reduction.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/expansion-reduction.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -667,27 +667,27 @@ export default {
|
|||
children: [
|
||||
{
|
||||
title: '元数据文档',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/metadata.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/metadata.html',
|
||||
},
|
||||
{
|
||||
title: '架构设计',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/design.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/design.html',
|
||||
},
|
||||
{
|
||||
title: '配置文件',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/configuration.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/configuration.html',
|
||||
},
|
||||
{
|
||||
title: '任务结构',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/task-structure.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/task-structure.html',
|
||||
},
|
||||
{
|
||||
title: '负载均衡',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/load-balance.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/load-balance.html',
|
||||
},
|
||||
{
|
||||
title: '缓存',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/cache.html',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/cache.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@ This article describes how to add a new master service or worker service to an e
|
|||
mkdir -p /opt
|
||||
cd /opt
|
||||
# decompress
|
||||
tar -zxvf apache-dolphinscheduler-<version>-bin.tar.gz -C /opt
|
||||
tar -zxvf apache-dolphinscheduler-3.0.0-beta-1-bin.tar.gz -C /opt
|
||||
cd /opt
|
||||
mv apache-dolphinscheduler-<version>-bin dolphinscheduler
|
||||
mv apache-dolphinscheduler-3.0.0-beta-1-bin dolphinscheduler
|
||||
```
|
||||
|
||||
```markdown
|
||||
|
|
|
|||
|
|
@ -12,16 +12,16 @@ If you are a new hand and want to experience DolphinScheduler functions, we reco
|
|||
|
||||
## Install DolphinScheduler
|
||||
|
||||
Please download the source code package `apache-dolphinscheduler-<version>-src.tar.gz`, download address: [download address](/en-us/download/download.html)
|
||||
Please download the source code package `apache-dolphinscheduler-3.0.0-beta-1-src.tar.gz`, download address: [download address](/en-us/download/download.html)
|
||||
|
||||
To publish the release name `dolphinscheduler` version, please execute the following commands:
|
||||
|
||||
```
|
||||
$ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-<version>-src/docker/kubernetes/dolphinscheduler
|
||||
$ tar -zxvf apache-dolphinscheduler-3.0.0-beta-1-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-3.0.0-beta-1-src/docker/kubernetes/dolphinscheduler
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm dependency update .
|
||||
$ helm install dolphinscheduler . --set image.tag=<version>
|
||||
$ helm install dolphinscheduler . --set image.tag=3.0.0-beta-1
|
||||
```
|
||||
|
||||
To publish the release name `dolphinscheduler` version to `test` namespace:
|
||||
|
|
@ -193,7 +193,7 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n test # with test names
|
|||
2. Create a new `Dockerfile` to add MySQL driver:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -236,7 +236,7 @@ externalDatabase:
|
|||
2. Create a new `Dockerfile` to add MySQL driver:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -265,7 +265,7 @@ docker build -t apache/dolphinscheduler:mysql-driver .
|
|||
2. Create a new `Dockerfile` to add Oracle driver:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY ojdbc8-19.9.0.0.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -288,7 +288,7 @@ docker build -t apache/dolphinscheduler:oracle-driver .
|
|||
1. Create a new `Dockerfile` to install pip:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY requirements.txt /tmp
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python-pip && \
|
||||
|
|
@ -321,7 +321,7 @@ docker build -t apache/dolphinscheduler:pip .
|
|||
1. Create a new `Dockerfile` to install Python 3:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python3 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Start DolphinScheduler with standalone-server Docker images is the easiest way t
|
|||
you can learn DolphinScheduler's concepts and usage, with minimal cost.
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
$ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 25333:25333 -d apache/dolphinscheduler-standalone-server:"${DOLPHINSCHEDULER_VERSION}"
|
||||
```
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ After complete the configuration, we can get the `docker-compose.yaml` file from
|
|||
form its source package, and make sure you get the right version. After download the package, you can run the commands as below.
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
|
||||
# Going to docker-compose's location
|
||||
# For Mac or Linux users
|
||||
|
|
@ -69,7 +69,7 @@ container when it up. You could start DolphinScheduler server separately if you
|
|||
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
# Initialize the database, make sure database <DATABASE> already exists
|
||||
$ docker run -d --name dolphinscheduler-tools \
|
||||
-e DATABASE="postgresql" \
|
||||
|
|
@ -131,5 +131,5 @@ and use `admin` and `dolphinscheduler123` as default username and password in th
|
|||
|
||||
You can modify some environment variables to change configurations when you are starting servers through Docker. We have
|
||||
an example in [using exists PostgreSQL ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper configurations,
|
||||
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/<version>/script/env/dolphinscheduler_env.sh) <!-- markdown-link-check-disable-line -->
|
||||
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.0.0/script/env/dolphinscheduler_env.sh) <!-- markdown-link-check-disable-line -->
|
||||
and change them if you want.
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
mkdir -p /opt
|
||||
cd /opt
|
||||
# 解压缩
|
||||
tar -zxvf apache-dolphinscheduler-<version>-bin.tar.gz -C /opt
|
||||
tar -zxvf apache-dolphinscheduler-3.0.0-beta-1-bin.tar.gz -C /opt
|
||||
cd /opt
|
||||
mv apache-dolphinscheduler-<version>-bin dolphinscheduler
|
||||
mv apache-dolphinscheduler-3.0.0-beta-1-bin dolphinscheduler
|
||||
```
|
||||
|
||||
```markdown
|
||||
|
|
|
|||
|
|
@ -13,16 +13,16 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
|
|||
|
||||
## 安装 dolphinscheduler
|
||||
|
||||
请下载源码包 apache-dolphinscheduler-<version>-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
|
||||
请下载源码包 apache-dolphinscheduler-3.0.0-beta-1-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
|
||||
|
||||
发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
|
||||
|
||||
```
|
||||
$ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-<version>-src/docker/kubernetes/dolphinscheduler
|
||||
$ tar -zxvf apache-dolphinscheduler-3.0.0-beta-1-src.tar.gz
|
||||
$ cd apache-dolphinscheduler-3.0.0-beta-1-src/docker/kubernetes/dolphinscheduler
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm dependency update .
|
||||
$ helm install dolphinscheduler . --set image.tag=<version>
|
||||
$ helm install dolphinscheduler . --set image.tag=3.0.0-beta-1
|
||||
```
|
||||
|
||||
将名为 `dolphinscheduler` 的版本(release) 发布到 `test` 的命名空间中:
|
||||
|
|
@ -194,7 +194,7 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n test # with test names
|
|||
2. 创建一个新的 `Dockerfile`,用于添加 MySQL 的驱动包:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -237,7 +237,7 @@ externalDatabase:
|
|||
2. 创建一个新的 `Dockerfile`,用于添加 MySQL 驱动包:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -266,7 +266,7 @@ docker build -t apache/dolphinscheduler:mysql-driver .
|
|||
2. 创建一个新的 `Dockerfile`,用于添加 Oracle 驱动包:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY ojdbc8-19.9.0.0.jar /opt/dolphinscheduler/lib
|
||||
```
|
||||
|
||||
|
|
@ -289,7 +289,7 @@ docker build -t apache/dolphinscheduler:oracle-driver .
|
|||
1. 创建一个新的 `Dockerfile`,用于安装 pip:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
COPY requirements.txt /tmp
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python-pip && \
|
||||
|
|
@ -322,7 +322,7 @@ docker build -t apache/dolphinscheduler:pip .
|
|||
1. 创建一个新的 `Dockerfile`,用于安装 Python 3:
|
||||
|
||||
```
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
|
||||
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:3.0.0-beta-1
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python3 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
你可以最快速的体验到 DolphinScheduler 的大部分功能,了解主要和概念和内容。
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
$ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 25333:25333 -d apache/dolphinscheduler-standalone-server:"${DOLPHINSCHEDULER_VERSION}"
|
||||
```
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ $ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 25333:2
|
|||
源码包对应的值为 "Total Source Code"。当下载完源码后就可以运行命令进行部署了。
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
|
||||
# Mac Linux 用户
|
||||
$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker
|
||||
|
|
@ -61,7 +61,7 @@ $ docker-compose up -d
|
|||
ZooKeeper 且不想启动新的服务,可以使用这个方式分别启动 DolphinScheduler 容器。
|
||||
|
||||
```shell
|
||||
$ DOLPHINSCHEDULER_VERSION=<version>
|
||||
$ DOLPHINSCHEDULER_VERSION=3.0.0-beta-1
|
||||
# 初始化数据库,其确保数据库 <DATABASE> 已经存在
|
||||
$ docker run -d --name dolphinscheduler-tools \
|
||||
-e DATABASE="postgresql" \
|
||||
|
|
@ -123,4 +123,4 @@ $ docker run -d --name dolphinscheduler-alert-server \
|
|||
## 环境变量
|
||||
|
||||
可以通过环境变量来修改 Docker 运行的配置,我们在沿用已有的 PostgreSQL 和 ZooKeeper 服务中就通过环境变量修改了 Docker 的数据库配置和
|
||||
注册中心配置,关于全部的配置环境可以查看[全部的配置文件](https://github.com/apache/dolphinscheduler/blob/<version>/script/env/dolphinscheduler_env.sh) 了解 <!-- markdown-link-check-disable-line -->
|
||||
注册中心配置,关于全部的配置环境可以查看[全部的配置文件](https://github.com/apache/dolphinscheduler/blob/3.0.0/script/env/dolphinscheduler_env.sh) 了解 <!-- markdown-link-check-disable-line -->
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-api</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-dingtalk</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-email</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-feishu</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-http</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-pagerduty</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-script</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-slack</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-telegram</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-webexteams</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-wechat</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-alert</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-alert-plugins</artifactId>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler-alert</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-alert-server</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-api</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-common</artifactId>
|
||||
<name>dolphinscheduler-common</name>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-dao</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
|||
|
|
@ -973,7 +973,7 @@ CREATE TABLE t_ds_version
|
|||
-- Records of t_ds_version
|
||||
-- ----------------------------
|
||||
INSERT INTO t_ds_version
|
||||
VALUES ('1', '1.4.0');
|
||||
VALUES ('1', '3.0.0');
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
|
|
|
|||
|
|
@ -962,7 +962,7 @@ CREATE TABLE `t_ds_version` (
|
|||
-- ----------------------------
|
||||
-- Records of t_ds_version
|
||||
-- ----------------------------
|
||||
INSERT INTO `t_ds_version` VALUES ('1', '2.0.2');
|
||||
INSERT INTO `t_ds_version` VALUES ('1', '3.0.0');
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
|
|
|
|||
|
|
@ -973,7 +973,7 @@ INSERT INTO t_ds_queue(queue_name, queue, create_time, update_time)
|
|||
VALUES ('default', 'default', '2018-11-29 10:22:33', '2018-11-29 10:22:33');
|
||||
|
||||
-- Records of t_ds_queue,default queue name : default
|
||||
INSERT INTO t_ds_version(version) VALUES ('1.4.0');
|
||||
INSERT INTO t_ds_version(version) VALUES ('3.0.0');
|
||||
|
||||
--
|
||||
-- Table structure for table t_ds_plugin_define
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-data-quality</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-python</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ if sys.version_info[0] < 3:
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = "2.0.4"
|
||||
version = "3.0.0-beta-1"
|
||||
|
||||
# Start package required
|
||||
prod = [
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-registry</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-registry-plugins</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-registry</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-registry-plugins</artifactId>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-registry</artifactId>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-server</artifactId>
|
||||
<name>dolphinscheduler-server</name>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>dolphinscheduler-spi</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-task-spark</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>dolphinscheduler-task-zeppelin</artifactId>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -20,7 +20,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.dolphinscheduler</groupId>
|
||||
<artifactId>dolphinscheduler</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<version>3.0.0-beta-1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>${project.artifactId}</name>
|
||||
<url>https://dolphinscheduler.apache.org</url>
|
||||
|
|
|
|||
Loading…
Reference in New Issue