Skip to content

Commit a32040e

Browse files
authored
[DSIP-94][PyTorch] Remove pytorch task type (#17808)
1 parent 26fe6fe commit a32040e

File tree

34 files changed

+9
-1288
lines changed

34 files changed

+9
-1288
lines changed

config/plugins_config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ dolphinscheduler-task-mr
9999
dolphinscheduler-task-openmldb
100100
dolphinscheduler-task-procedure
101101
dolphinscheduler-task-python
102-
dolphinscheduler-task-pytorch
103102
dolphinscheduler-task-remoteshell
104103
dolphinscheduler-task-sagemaker
105104
dolphinscheduler-task-seatunnel

docs/configs/docsdev.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ export default {
197197
title: 'ChunJun',
198198
link: '/en-us/docs/dev/user_doc/guide/task/chunjun.html',
199199
},
200-
{
201-
title: 'Pytorch',
202-
link: '/en-us/docs/dev/user_doc/guide/task/pytorch.html',
203-
},
204200
{
205201
title: 'Amazon DMS',
206202
link: '/en-us/docs/dev/user_doc/guide/task/dms.html',
@@ -929,10 +925,6 @@ export default {
929925
title: 'ChunJun',
930926
link: '/zh-cn/docs/dev/user_doc/guide/task/chunjun.html',
931927
},
932-
{
933-
title: 'Pytorch',
934-
link: '/zh-cn/docs/dev/user_doc/guide/task/pytorch.html',
935-
},
936928
{
937929
title: 'Amazon DMS',
938930
link: '/zh-cn/docs/dev/user_doc/guide/task/dms.html',

docs/docs/en/guide/task/pytorch.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/docs/en/guide/upgrade/incompatible.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ This document records the incompatible updates between each version. You need to
3838
* Add table t_ds_serial_command. ([#17531])(https://github.com/apache/dolphinscheduler/pull/17531)
3939
* Remove the default value of `python-gateway.auth-token` at `api-server/application.yaml`. ([#17801])(https://github.com/apache/dolphinscheduler/pull/17801)
4040
* Refactor the task plugins which use ShellCommandExecutor ([#17790])(https://github.com/apache/dolphinscheduler/pull/17790)
41+
* Remove the `Pytorch` from the `Task Plugin` ([#17808])(https://github.com/apache/dolphinscheduler/pull/17808), if you are still using this task type, please delete the data with `task_type = 'PYTORCH'` in `t_ds_task_definition` and `t_ds_task_definition_log` before upgrading.
4142

docs/docs/zh/guide/task/pytorch.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/docs/zh/guide/upgrade/incompatible.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@
3636
*`t_ds_worker_group` 表中移除 无用的 `other_params_json` 字段 ([#16860])(https://github.com/apache/dolphinscheduler/pull/16860)
3737
*`任务插件` 中移除 `Dynamic` 类型 ([#16482])(https://github.com/apache/dolphinscheduler/pull/16842)
3838

39+
## 3.4.0
40+
41+
* 将数据源配置下SSH连接参数中的publicKey字段重命名为privateKey。 ([#17666])(https://github.com/apache/dolphinscheduler/pull/17666)
42+
* 添加数据表 t_ds_serial_command。 ([#17531])(https://github.com/apache/dolphinscheduler/pull/17531)
43+
* 移除 `api-server/application.yaml``python-gateway.auth-token` 的默认值。 ([#17801])(https://github.com/apache/dolphinscheduler/pull/17801)
44+
* 重构使用 ShellCommandExecutor 的任务插件 ([#17790])(https://github.com/apache/dolphinscheduler/pull/17790)
45+
*`任务插件` 中移除 `Pytorch` 类型 ([#17808])(https://github.com/apache/dolphinscheduler/pull/17808),如果您仍在使用该任务类型,请在升级前删除 `t_ds_task_definition``t_ds_task_definition_log``task_type = 'PYTORCH'` 的数据。
46+

docs/img/tasks/demo/pytorch_en.png

-44.9 KB
Binary file not shown.
-101 KB
Binary file not shown.

docs/img/tasks/icons/pytorch.png

-7.6 KB
Binary file not shown.

dolphinscheduler-api/src/main/resources/task-type-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ task:
5252
- 'OPENMLDB'
5353
- 'DVC'
5454
- 'SAGEMAKER'
55-
- 'PYTORCH'
5655
- 'KUBEFLOW'
5756
other:
5857
- 'ZEPPELIN'

0 commit comments

Comments
 (0)