我试图在Scala Spark中使用.debug
api。
例如,用:
val df = spark.read.format("json").load(path).as[Employee]
df.show()
df.debug()
我得到了这个例外:
java.io.NotSerializableException: ...
18/03/12 10:53:06 WARN SerializationDebugger: Exception in serialization debugger
java.lang.NullPointerException
答案 0 :(得分:0)
使用explain或toDebugString
或df.rdd.toDebugString