alibaba / alibaba/DataX

将datax的jar包集成到项目中,任务会串。按顺序执行,不会同时执行。

Open
#1,483 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

将datax的jar包集成到项目中,通过下面方式执行多个任务,任务是按顺序执行,不会同时执行。
String[] args = new String[]{"-job", jsonFilePath, "-mode", "standalone", "-jobid", 1001};
Engine.entry(args);

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the Engine.entry(args) entry point shown in the issue and trace how multiple job arguments are handled. Confirm how the DataX JAR is integrated into the host project and how jobs are launched. Done means multiple supplied jobs execute in order without running concurrently.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.