没有合适的昵称 2020-07-23 16:01 采纳率: 0%
浏览 253

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,但是并不是

  • 写回答

1条回答 默认 最新

  • 樱花庄青山七海 2020-07-23 17:41
    关注

    Hive的parquet和spark的不通用

    评论

报告相同问题?