Write a csv to a partitioned Hive table using Spark org.apache.spark.SparkException: Requested partitioning does not match the table

前端 未结 0 2060
刺人心
刺人心 2021-02-15 18:10

I have an existing Hive table:

CREATE TABLE form_submit (form_id String,
submitter_name String)
PARTITIONED BY
submission_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题