scalatest-maven-plugin maven测试记录了过多的火花特性

问题描述

scalatest-maven-plugin mvn测试给出了过多的火花特性。 我可以使用spark.sparkContext.setLogLevel(“ ERROR”)禁止显示日志 我可以使用logback.xml禁止显示其他日志 但是,火花特性并没有消除,并且使构建时间增加了很多倍。

是这样的:

-- listing properties --
spark.sql.execution.id=17
spark.rdd.scope={"id":"581","name":"collect"}
spark.rdd.scope.noOverride=true
-- listing properties --
spark.sql.execution.id=17
spark.rdd.scope={"id":"581","name":"collect"}
spark.rdd.scope.noOverride=true

有人遇到过这个问题,并且知道如何抑制火花特性被列出吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)