User bio
404 bio not found
Member since Aug 1, 2023
Posts:
Replies:
We followed the instructions in the Spark JDBC connection guide. We think the problem might have something to do with a library, but we're not sure
Below is the query:
cacheDF = spark.read \
.format('jdbc') \
.option('url', connectString) \
.option("query", "select AdjudicatedSvcNum from CLAIMS.AdjudicatedSvcs") \
.option('user', user) \
.option('password', password) \
.option('driver','com.intersystems.jdbc.IRISDriver') \
.load()
cacheDF.show()
Certifications & Credly badges:
Pushyanthkumar has no Certifications & Credly badges yet.
Global Masters badges:
Pushyanthkumar has no Global Masters badges yet.
Followers:
Pushyanthkumar has no followers yet.
Following:
Pushyanthkumar has not followed anybody yet.
Hi David
We followed the instructions in the Spark JDBC connection guide. We think the problem might have something to do with a library, but we're not sure
Below is the query:
cacheDF = spark.read \
.format('jdbc') \
.option('url', connectString) \
.option("query", "select AdjudicatedSvcNum from CLAIMS.AdjudicatedSvcs") \
.option('user', user) \
.option('password', password) \
.option('driver','com.intersystems.jdbc.IRISDriver') \
.load()
cacheDF.show()