如何从 MapGroupCompiler 中的 compileInFn 编写调试消息?随着ContextAwareLogger
我得到一个序列化错误。
(像这样:
class Compiler(context: DriverContext, compilerConf: CompilerConfig)
extends MapGroupCompiler[IntermediateData]
with CompileOut1To1Fn[IntermediateData]
with LayerDefinitions {
private val log = new ContextAwareLogger(this.getClass)
...
}
)