[hotfix-842][chunjun-sql] add excluded file of chunjun-ddl-mysql jar by lvyanquan · Pull Request #905 · DTStack/chunjun

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

lvyanquan merged 1 commit intoDTStack:masterfrom

lvyanquan:hotfix_842

Jun 1, 2022

Conversation

@lvyanquan

Copy link

Contributor

  1. as what 想问一下standalone模式无法创建Job怎么处理 #842 has described, I wrote a script to find out which jar is wrong
find ./chunjun-dist -name '*.jar' > ./test.txt
while read line
do
    echo $line
    jarsigner -verify $line
done < ./test.txt

Screen Shot 2022-06-01 at 2 12 05 PM

2. and fixed the problem.

…tion: Invalid signature file digest for Manifest main attributes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

failed to submit job in standalone mode 想问一下standalone模式无法创建Job怎么处理

1 participant

@lvyanquan