Open swl5571147a opened 9 years ago
https://github.com/jackfengji/test_pro/wiki/Examples
Dpark中一个示例有误:升级版二 原示例: word_count = ctx.accumulator(0) 应该修正为: word_count = ctx.accumulator.Accumulator(0)
否则会报错误: TypeError: 'module' object is not callable
希望尽快修改,以免后续学习者迷惑。
https://github.com/jackfengji/test_pro/wiki/Examples
Dpark中一个示例有误:升级版二 原示例: word_count = ctx.accumulator(0) 应该修正为: word_count = ctx.accumulator.Accumulator(0)
否则会报错误: TypeError: 'module' object is not callable
希望尽快修改,以免后续学习者迷惑。