Replies: 1 comment
-
cc @pan3793 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
spark submit 提交任务,通过--conf spark.files = s3a://superior/jars/aspectjweaver-1.9.22.jar 添加jar,在pod 中存在什么路径?
在spark driver/executer jvm 添加参数: -javaagent:aspectjweaver-1.9.22.jar, 需要指定aspectjweaver-1.9.22.jar 的具体位置。
spark.files 能够把jar 添加pod 中?
Beta Was this translation helpful? Give feedback.
All reactions