Add Postgres Jar to EMR Notebook

PHOTO EMBED

Tue Oct 14 2025 06:56:26 GMT+0000 (Coordinated Universal Time)

Saved by @Saravana_Kumar #postgres

%%configure -f
{
    "conf": {
        "spark.jars": "s3://memob-scripts/allpings/references/postgresql-42.7.7.jar"
    }
}

content_copyCOPY