-
Notifications
You must be signed in to change notification settings - Fork 538
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
BatchNormal anomaly detector throws "java.lang.IncompatibleClassChangeError: Implementing class" #393
Comments
Hi, I'm seeing a similar issue with this anomaly check as well on EMR 6.40 (spark 3.1.2) running deequ 2.0.0. This is the exception I get:
The Basically something like
Is this a known issue with this class or am I using it incorrectly in this case? |
For anyone having trouble running it on Databricks - it seems to be a conflict between |
Possible to verify if the issue go away with latest mainline?
|
I still have the same error too using databricks DBR 11.3 with spark 3.3.0 and DBR 12.2 with spark 3.3.2. im using pydeequ 1.2 deequ 2.0.4 |
Environment:
Databricks
Spark 3.0.1
Scala 2.12.10
Java 1.8.0_282
deequ:1.2.2-spark-3.0
pydeequ 1.0.1
I'm attempting to use the BatchNormal anomaly detector strategy and it is throwing the following exception:
To reproduce:
Is this a compatibility issue with the version of Breeze being used?
The text was updated successfully, but these errors were encountered: