PySpark inserInto Hive non-partitoned parquet table not working as expected

前端 未结 0 1999
鱼传尺愫
鱼传尺愫 2021-01-02 06:49

I am trying to insert into hive external table that already exists. I am using the below code to insert data

df.write.insertInto("db.tablename", ove         


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