This is a util class library for Amazon EMR Serverless, i.e. A generic job class for submitting pure sql files and so on.
You can download the project artifact from: xxxx instead of building this project. It is jar package, add it to your classpath. Here is a technical article introducing how to use this util class library.
In case you need build this project, follow this:
-
Make sure git and maven are installed on your local.
-
Check out project and build with maven:
git clone https://github.com/bluishglc/emr-serverless-utils.git
cd ./emr-serverless-utils
mvn clean package
The target/emr-serverless-utils-1.0.jar
is a uber jar, target/emr-serverless-utils-1.0.zip
is project jar and dependent libraries.