-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Spark 3.0/Scala 2.12 #60
Comments
@samuel-pt @k4jiang Appreciate if you can give any feedback. |
@samuel-pt @k4jiang Could you give @vungle-xinming-wang access to push a branch, we'd like to create PR to make |
+1 here. We're upgrading to Databricks 7.0+ and this is a requirement. Let me know if you need any help developing the PR. |
Hi @samuel-pt @k4jiang @phatak-dev @nhamiltontt @msathiyarajan @mengxr @dlively1, I know some of you may no longer maintain the tool for now, but it's an open-source project and used by many companies in their data pipelines, and they want to upgrade it to support business growth. We appreciate your efforts to build this tool very much and it did help others a lot. And now, let's make it better, please allow us to contribute our code. If you got a chance to look at the notification, please kindly reply to us, thank you. |
@jackwang2 I don't have repo access from long time now. @samuel-pt or @springml should be able to help you. |
@phatak-dev We tried but not able to reach @samuel-pt and @springml, appreciate it if you can help us contact them. |
Created a PR for Scala 2.12 support (upgrading to Apache Spark 2.4.5 since Apache Spark 2.4.5 supports Scala 2.12). Should be usable in Spark 3 #64 @phatak-dev Also copied in source code from https://github.com/phatak-dev/java-sizeof. Not sure if you were still actively maintaining otherwise we could update that library to Scala 2.12 and wouldn't need to pull in the source. |
+1. Waiting for options to use Spark3.0 to Sales force. |
Thanks for com.springml:spark-salesforce_2.12:1.1.4. It works |
Hello Team, We are currently facing connectivity issue with Salesforce server. Please find the below details for the cluster configuration: 8.2 (includes Apache Spark 3.1.1, Scala 2.12) Error: Please let us know on a possible fix for this issue. |
@bijeshch can you please help us on this issue? @akhila-chanubala |
Not sure. If it's related to Salesforce connectivity. Seems to be related to XML |
Hi everybody - Spark 3 and connector have a jackson xml mismatch. I've
excluded the dependency for jackson xml when I've included the connector
and it seems to do the job.
Long term I think we need to change Spark 2 (and jackson) to provided scope
to avoid these issues in the future.
…On Tue, Aug 31, 2021 at 2:34 PM bijeshch ***@***.***> wrote:
Not sure. If it's related to Salesforce connectivity. Seems to be related
to XML
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADDH7ORYQIOAXCPVNGYPVTDT7VDFRANCNFSM4TK5342Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
As the pre-built version of Spark 3.0 is based on Scala 2.12, if we want to upgrade Spark cluster to 3.0 and run salesforce DataFrame, we need spark-salesforce support Spark 3.0 and Scala 2.12.
The text was updated successfully, but these errors were encountered: