hive建表为parquet实际上为text

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.

实际上的建表语句中指定了parquet,但是并不是

Hive的parquet和spark的不通用