RDB Transformer 5.7.4 and Java 11 on emr 6.2.0

Hi everyone!

I’m attempting to update the RDB Loader (Spark transformer) jar from version 4.2.0 to 5.7.4. However, I’m encountering an issue when the container tries to start:

getting error when container trying to start:
Unrecognized VM option 'PrintGCDateStamps'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit

This is the path from where I’m getting jar: s3://snowplow-hosted-assets/4-storage/transformer-batch/snowplow-transformer-batch-5.7.4.jar
I am using the configuration provided in the Snowplow documentation, with the addition of Java 11 in BootstrapActions using the provided script.

Is this configuration from the documentation correct, or is there something I need to modify for compatibility with Java 11?

Thanks for your help!