Truncated the string representation of a plan since it was too large spark

Truncated the string representation of a plan since it was too large. This behavior can be adjusted by setting ‘spark.debug.maxToStringFields’ in SparkEnv.conf

Solution: set the spark.debug.maxToStringFields parameter to a larger value of 200, and continue to increase

Guess you like

Origin blog.csdn.net/weixin_45580378/article/details/129253928