wrs*_*der 5 aws-glue aws-glue-spark
有没有办法在 AWS 中运行 Glue 作业,其中所有必要的代码都内置到 JAR 工件中并上传到 S3?
现在我能做的最好的事情就是像占位符包装脚本一样
import project.ActualMainClass
object ScriptMain {
def main(sysArgs: Array[String]): Unit = {
ActualMainClass.main(sysArgs)
}
}
Run Code Online (Sandbox Code Playgroud)
如果我可以跳过额外的包装器并仅提供 JAR 和入口点,那就太好了。
| 归档时间: |
|
| 查看次数: |
955 次 |
| 最近记录: |