不支持 java.util.Date
2022-09-03 04:30:13
我想写入 ,其中包含类型。RDD
MYSQL
RDD
java.util.Date
rdd.map(f=> FeatureData(
f.get("name").toString,
f.get("value").toString.toDouble,
f.get("time").asInstanceOf[Date],
f.get("period").toString))
.toDF()
在此,的值类型的键也是,它只是得到错误RDD
time
java.util.Date
[See nested exception: java.lang.UnsupportedOperationException: Schema for type java.util.Date is not supported