码迷,mamicode.com
首页 > 数据库 > 详细

sparksql报错

时间:2019-09-30 23:57:00      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:sparksql   enc   exce   name   nbsp   case   int   ast   cas   

执行时报错:

org.apache.spark.sql.AnalysisException: Unable to generate an encoder for inner class `cn.itcast.spark.sql.Intro$Person` without access to the scope that this class was defined in.
Try moving this class out of its parent class.;

解决方法:将case class Person(name:String,age:Int)这个样例类移动到父类的外面,就是移到最外面,不要让其包含任何的类中。

 

sparksql报错

标签:sparksql   enc   exce   name   nbsp   case   int   ast   cas   

原文地址:https://www.cnblogs.com/mediocreWorld/p/11614361.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!