Skip to content

A utilities library for Amazon EMR Serverless, i.e. a generic job class for executing sql files, and so on.

Notifications You must be signed in to change notification settings

bluishglc/emr-serverless-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon EMR Serverless Utilities

This is a util class library for Amazon EMR Serverless, i.e. A generic job class for submitting pure sql files and so on.

1. Usage

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.

2. Build

In case you need build this project, follow this:

  1. Make sure git and maven are installed on your local.

  2. 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.

About

A utilities library for Amazon EMR Serverless, i.e. a generic job class for executing sql files, and so on.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages