Strange spark ERROR on AWS EMR

ぐ巨炮叔叔 提交于 2019-11-28 18:19:13
Guy Cohen

Those warning messages can be suppressed by adding the following lines to /etc/spark/conf/log4j.properties:

log4j.logger.org.spark_project.jetty.server.HttpChannel=ERROR

log4j.logger.org.spark_project.jetty.servlet.ServletHandler=ERROR

I didn't see any impact on performance nor on job stability. Now my logs are much readable :)

For those who use AWS EMR with Spark, I also got the same error message when executing my Spark jobs in

  • emr-5.10.0
  • emr-5.11.0
  • emr-5.11.1
  • emr-5.12.0

Simply downgrading to emr-5.9.0 will help you to solve this problem.

Hope it helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!