You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
koustreak
changed the title
Java null pointer faced
Java null pointer issue , while creating sparksession , with deequ jar
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
The text was updated successfully, but these errors were encountered: