spark-salesforce | Spark data source for Salesforce | REST library
kandi X-RAY | spark-salesforce Summary
kandi X-RAY | spark-salesforce Summary
A library for connecting Spark with Salesforce and Salesforce Wave.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of spark-salesforce
spark-salesforce Key Features
spark-salesforce Examples and Code Snippets
// Writing Dataset
// Using spark-csv package to load dataframes
val df = spark.
read.
format("com.databricks.spark.csv").
option("header", "true").
load("your_csv_location")
df.
writ
// Writing Dataset
DataFrame df = spark
.read()
.format("com.databricks.spark.csv")
.option("header", "true")
.load("your_csv_location");
df.write()
.format("com.sp
{
"": {
"wave_type": "",
"precision": "",
"scale": "",
"format": "",
"defaultValue": ""
}
}
{
"float": {
"wave_type": "Numeric",
"precision": "10",
"scale": "2",
"format": "##0.00",
"defaultValue": "0.00"
}
}
// Defaul
Community Discussions
Trending Discussions on spark-salesforce
QUESTION
I'm using https://github.com/springml/spark-salesforce to query against a salesforce api. It works fine for standard queries, but when I add the bulk options they've listed it hits the error I've listed below. Let me know if I'm making any basic mistakes, based on their documentation I believe this is the correct approach
Trying to use a bulk query against our API. Using the below SOQL statement
...ANSWER
Answered 2021-Apr-20 at 12:20This is a problem with stax2 librery add woodstox-core-asl-4.4.1.jar file in dependet jars in glue job configurarion and it will sove this error.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install spark-salesforce
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page