Closed adamfortuno closed 4 years ago
Typically this is due to an misconfigured classpath. Check if you have the AWS jars on the classpath.
The driver and executor settings were missing from my spark-defaults.conf
file. I made the following additions:
spark.driver.extraClassPath C://Users/XYZ/bin/aws-glue-libs/jarsv1/*
spark.executor.extraClassPath C://Users/XYZ/bin/aws-glue-libs/jarsv1/*
Everything worked as expected.
I'm having the issue described in issue #42.
I am attempting to run the following in my local PySpark console...
We receive the following:
The following is the complete picture:
The environment looks like the following:
My environment variables look like the following...
Just to confirm which version awsglue repo I'm working with...
The following are the "netty" files in my
..\aws-glue-libs\jarsv1\
:I'm looking for a little guidance on how to tweak my configuration to resolve this issue.