你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

IDEA执行程序时rror running ‘sparkSession‘: Command line is too long. Shorten command line for sparkSessio

2021/12/18 16:35:23

错误日志:就很莫名奇妙

rror running 'sparkSession': Command line is too long. Shorten command line
 for sparkSession or also for Application default configuration.

1.在IDEA中找到 Run-> Edit Configurations打开
在这里插入图片描述
2.在 Environment-> Shorten command line 的内容配置为 JAR即可解决
在这里插入图片描述
参考的别人的解决方案,自己留个记录。