Closed michaelcbennett closed 2 years ago
Hi, any update? We are using EMR 6.6.0+ w/ Spark 3.2.X.
We are currently using it with this PR on EMR 6.6 / Spark 3.2. I am working through the Contributor License Agreement with my employer, but hope to have to clearance soon.
Thanks. Will try to build this branch for our production too.
What's in this PR?
Updated the library to support spark 3.2. Also updated the other dependencies to more recent versions.
Why?
The spark 3.2 metrics system changed the constructor for sinks to no longer look for a constructor with a security manager, so I added new constructor without the security manager (which wasn't used previously anyway). I left the older constructor in place to maintain backwards compatibility, but it just calls the new constructor.
Checklist