spark.write 对 SQL Server 表写入错误(通过 JDBC 连接)

问题描述 投票:0回答:0

我们尝试使用以下方法在 SQL Server (V2005) 中保存 DataFrame:

df_cards.write.jdbc(url=conn_str, table=tablename, mode='append', properties=properties)

但是,我们遇到了以下错误:

org.apache.spark.SparkSQLException:无法识别的 SQL 类型 -151

最令人费解的是,数据已经保存在数据库中了。

有人可以帮助我们吗?

预先感谢您的帮助。

sql-server apache-spark pyspark sql-server-2005
© www.soinside.com 2019 - 2024. All rights reserved.