gpt4 book ai didi

apache-spark - Spark 提交错误: No main class set in JAR; please specify one with --class

转载 作者:行者123 更新时间:2023-12-03 07:07:43 24 4
gpt4 key购买 nike

我正在尝试使用spark-submit 执行spark 应用程序。

c:\temp>spark-submit --master yarn  ./SparkExamples.jar --class com.examples.WordCount
Error: No main class set in JAR; please specify one with --class
Run with --help for usage help or --verbose for debug output

主类文件存在于 jar 文件中。我还检查了是否有一个 MANIFEST.MF 文件包含主类名。

list 版本:1.0

主类:com.examples.WordCount

我错过了什么?

最佳答案

尝试在 ./SparkExamples.jar 之前先提供 --class 参数

spark-submit --master yarn  --class com.examples.WordCount ./SparkExamples.jar

关于apache-spark - Spark 提交错误: No main class set in JAR; please specify one with --class,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46248757/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com