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

Java null pointer issue , while creating sparksession , with deequ jar #542

Open
koustreak opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@koustreak
Copy link

koustreak commented Mar 4, 2024

spark version - 3.3.2
deequ jar loaded , 2.0.3-spark-3.3
PyDeequ installed using pip , version 1.2.0

I am using the below code

from pyspark.sql import SparkSession, Row import pydeequ spark = (SparkSession .builder .config("spark.jars.packages", pydeequ.deequ_maven_coord) .config("spark.jars.excludes", pydeequ.f2j_maven_coord) .getOrCreate())

I am executing this via jupyter notebook , and it always end up with java null pointer Exception,

I m new to deequ ,

Could you please help me with installation steps .

In maven i can see 2.0.6-spark-3.4 , does it mean it supports spark 3.4.x now ? If so could you please update the readme.md, because as per readme version 2.X supports only spark 3.1.x

@koustreak koustreak changed the title Java null pointer faced Java null pointer issue , while creating sparksession , with deequ jar Mar 4, 2024
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

No branches or pull requests

1 participant