Skip to content
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

Add support for Spark 3 #62

Open
wants to merge 3 commits into
base: branch-1.10.0
Choose a base branch
from
Open

Add support for Spark 3 #62

wants to merge 3 commits into from

Conversation

khwj
Copy link

@khwj khwj commented Jun 12, 2022

Issue #, if available:

Description of changes:

This PR add support for Spark 3.0 and up by upgrading Hive dependencies to v2.3.7.
Note that this PR doesn't implement the new Spark Catalog API.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@khwj khwj marked this pull request as ready for review June 16, 2022 14:39
@TheKnightCoder
Copy link

How can I build this?

@khwj khwj force-pushed the spark3 branch 26 times, most recently from 772250c to b8a5a5b Compare November 20, 2022 11:09
@khwj
Copy link
Author

khwj commented Nov 30, 2022

How can I build this?

@TheKnightCoder Hope it's not too late to response.
In the repository I uploaded packages for both Glue Data Catalog Client and custom-built Spark binary and even ready-to-use Docker Images.

@aminebizid
Copy link

I got this error:

Caused by: java.lang.ClassNotFoundException: com.amazonaws.AmazonServiceException
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1.doLoadClass(IsolatedClientLoader.scala:269)
at org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1.loadClass(IsolatedClientLoader.scala:258)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants