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

Facing issues with spline 2.12 #128

Closed
uday1409 opened this issue Sep 23, 2020 · 3 comments
Closed

Facing issues with spline 2.12 #128

uday1409 opened this issue Sep 23, 2020 · 3 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@uday1409
Copy link
Contributor

Describe the bug

Lineage is not captured and throwing error that spark context is stopped. below is the error. Can you please help me where it is going wrong

20/09/23 03:13:58 ERROR DatabricksMain$DBUncaughtExceptionHandler: Uncaught exception in thread spark-listener-group-shared!
java.lang.NoSuchMethodError: org.json4s.Formats.$plus$plus(Lscala/collection/Traversable;)Lorg/json4s/Formats;
	at za.co.absa.commons.json.format.JavaTypesSupport.formats(JavaTypesSupport.scala:23)
	at za.co.absa.commons.json.format.JavaTypesSupport.formats$(JavaTypesSupport.scala:23)
	at __wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c.
__wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c$$anon$1.formats(no source file)
	at za.co.absa.commons.json.AbstractJsonSerDe.$init$(AbstractJsonSerDe.scala:32)
	at __wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c.
__wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c$$anon$1.<init>(no source file)
	at __wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c.
__wrapper$1$b519b81e4ed7491ba31ccb47bdf0c79c$.$anonfun$wrapper$1 (no source file)
	at za.co.absa.spline.harvester.json.HarvesterJsonSerDe$.<init>(HarvesterJsonSerDe.scala:37)
	at za.co.absa.spline.harvester.json.HarvesterJsonSerDe$.<clinit>(HarvesterJsonSerDe.scala)

Versions

2.12

@wajda
Copy link
Contributor

wajda commented Sep 23, 2020

Seems like json4s library incompatibility.
Are you deploying the Spline agent as a pre-built bundle or you create your own assembly?
What Spark version are you using?

@wajda wajda transferred this issue from AbsaOSS/spline Sep 23, 2020
@wajda wajda added the bug Something isn't working label Sep 23, 2020
@uday1409
Copy link
Contributor Author

We are using as bundle and trying to run it on Spark3.0. I suspected that it could be because of package incompatibility, and even tried with newer version of json4s but it did not work.

@wajda
Copy link
Contributor

wajda commented Sep 23, 2020

Yes, Spark 3.0 isn't supported yet, partially due to some libraries incompatibilities like this one.
We have tickets for that:

@wajda wajda closed this as completed Sep 23, 2020
@wajda wajda added the duplicate This issue or pull request already exists label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
Status: Done
Development

No branches or pull requests

2 participants