How to solve the following issue in Spark 3.0? Can not create the managed table. The associated location already exists.;

前端 未结 0 1390
南方客
南方客 2021-02-03 12:31

In my spark job, I tried to overwrite a table in each microbatch of structured streaming

batchDF.write.mode(SaveMode.Overwrite).saveAsTable("mytable")
<         


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