reason: User class threw exception: org.apache.spark.sql.AnalysisException: The format of the existing table 表名 is HiveFileFormat. It doesn't match the specified format ParquetFileFormat.
HiveFileFormat
ParquetFileFormat
实际上的建表语句中指定了parquet,但是并不是
Hive的parquet和spark的不通用