How to Pass Arguments (EntryPointArguments) in spark JOB using EMR Serverless?
**I'm trying to pass some arguments to run my pyspark script by the parameter of boto3 (emr-serverless client) EntryPointArguments, however, it doesn't work at all, I would like to know if I'm doing it the right way. ** **my python…