-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
想问一下standalone模式无法创建Job怎么处理 #842
Comments
@ty930801 |
那个参数我已经改过了,开始报log4j的版本依赖那个问题,然后我也尝试了文档里将flink里的log4j依赖加了a但也没有用。然后我最后想的是把最新的源码拉下来将依赖更改为和flink一致应该就没有这个问题了,结果我发现最新拉下来的依赖已经改为跟flink一致了,然后我将dist目录复制到flink的lib下之后再启动,会报这个Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
我查了这个说是Java版本和Javac版本不一致,我之前自己服务器装的是1.8.0_333这个版本,然后本地是1.8.0_202,我最后换为一致还是不行。
搞不太清楚是什么问题了。
…------------------ 原始邮件 ------------------
发件人: "DTStack/chunjun" ***@***.***>;
发送时间: 2022年5月23日(星期一) 晚上6:52
***@***.***>;
***@***.******@***.***>;
主题: Re: [DTStack/chunjun] 想问一下standalone模式无法创建Job怎么处理 (Issue #842)
@ty930801
1:chunjunDistDir 是新调整的参数(兼容-flinkxDistDir)。你确定下你当前的master分支是否包含对应的参数解析;
2:去掉该参数后的报错信息发下
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@ty930801 错误是在本地提交的时候抛出的“Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes”?还是远程服务器上。 |
远程服务器
…------------------ 原始邮件 ------------------
发件人: "DTStack/chunjun" ***@***.***>;
发送时间: 2022年5月23日(星期一) 晚上8:03
***@***.***>;
***@***.******@***.***>;
主题: Re: [DTStack/chunjun] 想问一下standalone模式无法创建Job怎么处理 (Issue #842)
@ty930801 错误是在本地提交的时候抛出的“Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes”?还是远程服务器上。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
远程服务器是什么系统呢?centos 7 还是其他的呢?对应JDK 是 open jdk还是其他的呢?能否提供详细的环境信息? |
两台服务器都是centos7.6,对应的jdk一台开始是open jdk1.8的333后来换成202另一台是open jdk1.8的322
…------------------ 原始邮件 ------------------
发件人: "DTStack/chunjun" ***@***.***>;
发送时间: 2022年5月24日(星期二) 下午2:36
***@***.***>;
***@***.******@***.***>;
主题: Re: [DTStack/chunjun] 想问一下standalone模式无法创建Job怎么处理 (Issue #842)
远程服务器是什么系统呢?centos 7 还是其他的呢?对应JDK 是 open jdk还是其他的呢?能否提供详细的环境信息?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This was referenced May 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master分支,flink版本是1.12.7 按文档上的命令去创建Job报错Exception in thread "main" org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -chunjunDistDir
且flinkweb端界面没有job
去掉chunjunDistDir参数,还是会报错,flinkweb端报找不到一些类的错误。
The text was updated successfully, but these errors were encountered: