Guys do you know how I can use the custom implementation of
JdbcConnectionProvider?

As far as I understand in the spark jdbc we can use custom Driver, like
this:
*val jdbcDF = spark.read
  .format("jdbc")
  .option("url", "jdbc:postgresql:dbserver").option("driver", "my.drivier")
*
And we need a matching JdbcConnectionProvider which will override the
property:
* override val driverClass = "my.driver"*

I have both but I see that they are not used. Do I need to register somehow
them? Could someone share a relevant example?
Thx.




--
Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to