Spark3详细报错:文章来源:https://www.toymoban.com/news/detail-785315.html
scala.MatchError: Map(treatemptyvaluesasnulls -> true,
location -> viewfs://path.xlsx,
inferschema -> false,
addcolorcolumns -> true,
header -> true)
(of class org.apache.spark.sql.catalyst.util.CaseInsensitiveMap)
scala代码文章来源地址https://www.toymoban.com/news/detail-785315.html
val dataExcel: Dataset[Row] = spark.read
.format("com.crealytics.spark.excel")
.option("location"
到了这里,关于Spark 读excel报错,scala.MatchError的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!