Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Task Plugin] Add Aliyun ADB Spark Task Plugin #16264

Open
3 tasks done
dcoliversun opened this issue Jul 3, 2024 · 0 comments · May be fixed by #16265
Open
3 tasks done

[Feature][Task Plugin] Add Aliyun ADB Spark Task Plugin #16264

dcoliversun opened this issue Jul 3, 2024 · 0 comments · May be fixed by #16265
Assignees
Labels
feature new feature

Comments

@dcoliversun
Copy link

dcoliversun commented Jul 3, 2024

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

  • Aliyun ADB Spark is a big data solution that separates data computing from data storage, which meets the requirements for online interactive search, stream processing, batch processing, and machine learning.
  • This feature aims to provide the Apache DolphinScheduler community users with a built-in plugin, which is also provided by Apache Airflow. We hope that this plugin will facilitate users in managing Aliyun ADB Spark applications more conveniently.

Use case

Create Datasource

  • Click Datasource -> Create Datasource -> ADBSPARK to create a datasource.

  • Fill in Datasource Name, Aliyun Access Key Id, Aliyun Access Key Secret, Aliyun Region Id and click Confirm.

Create Tasks

  • Click Porject -> Workflow Definition -> Create Workflow and drag the ADBSPARK task to the canvas.

  • Fill in the task parameters and click Confirm to create the task node.

Task Parameters

Parameters Description
Datasource types The type of datasource the task uses, should be ADBSPARK.
Datasource instances The instance of ADBSPARK datasource.
Aliyun ADB Cluster ID The ID of the AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
Aliyun ADB Resource Group The name of the job resource group in AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
Aliyun ADB App Type The type of the application. Valid values: Batch(default), SQL.
Aliyun ADB Spark Data The data of the application template. For information about the application template configuration, see Spark application configuration guide.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@dcoliversun dcoliversun added feature new feature Waiting for reply Waiting for reply labels Jul 3, 2024
@EricGao888 EricGao888 removed the Waiting for reply Waiting for reply label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants