79149437

Date: 2024-11-01 21:16:57
Score: 1
Natty:
Report link

Try with the spark.jars.packages property.

spark = SparkSession.builder.master("local[*]") \
.appName('Db2Connection') \
.config('spark.jars.packages', 'com.springml:spark-salesforce_2.12:1.1.4') \
.getOrCreate()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dominik Lenda