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

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

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

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

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

Copy link

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Aug 20, 2024
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants