Not serialazable exception while running Linear regression scala 2.12

前端 未结 1 1575
北荒
北荒 2020-12-22 06:04

While running the following spark mllib on local mode with scala 2.12.3 , encountered the following error lambda not serialazable

Any inputs would be much appreciate

相关标签:
1条回答
  • 2020-12-22 06:40

    Upgrading to Scala 2.12.8 solved the issue. Not sure about the rootcause though.

    0 讨论(0)
提交回复
热议问题