Spark JDBC - How to stop automatic creation of table if table doesnt exist

后端 未结 0 1021
小鲜肉
小鲜肉 2021-01-05 23:01

Im currently using jdbc to write data into an existing table.

jdbcDF.write
  .mode(Savemode.append)
  .jdbc("jdbc:postgresql:dbserver", "schema         


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