目录
- JSON文件读写错误
JSON文件读写错误
错误提示
Exception in thread “main” org.apache.spark.sql.AnalysisException: Since Spark 2.3, the queries from raw JSON/CSV files are disallowed when the referenced columns only include the internal corrupt record column (named _corrupt_record by default). 。。。。。
解决
JSON文件必须紧凑排列,不要使用idea格式化
下面是几种JSON文件的格式,可以参考下,建议使用第4种,但此JSON文件idea会有格式错误的提示
JSON文件格式1
输出效果
JSON文件格式2
JSON文件格式3
JSON文件格式4