ronyx18

Results 2 issues of ronyx18

Is there anyway I can set autocommit to false while using df.write.mode(append) with all other necessary option parameters? The task is to run an insert and an update simultaneously and...

Spark version = 2.2 spark-shell --jars salesforce-jdbc-1.1-20180403.104727-1-single.jar val jdbcurl="jdbc:ascendix:salesforce://;user=;password=;loginDomain=" val df=spark.read.format("jdbc").option("driver","com.ascendix.jdbc.salesforce.ForceDriver").option("url",jdbcurl).option("dbtable","select Name from account limit 10").load() Error: ( I dont have an asterix in my soql ) java.sql.SQLException: org.mule.tools.soql.exception.SOQLParsingException: There...