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

[hotfix-842][chunjun-sql] add excluded file of chunjun-ddl-mysql jar #905

Merged
merged 1 commit into from
Jun 1, 2022
Merged

[hotfix-842][chunjun-sql] add excluded file of chunjun-ddl-mysql jar #905

merged 1 commit into from
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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