Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

The Amazon EMR Workload profiler collects metrics from big data applications and frameworks to provide insight into system performance.

License

Notifications You must be signed in to change notification settings

amazon-archives/emr-workload-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amazon EMR Workload Profiler

The Amazon EMR Workload profiler collects metrics from big data applications and frameworks to provide insight into system performance.

Build and Run tests

$> mvn clean install

Set-up config file

A config file needs to be created in the following location.

~/.emr-profiler/config.json

The file should be JSON as shown below.

{
  "s3Bucket": "workload-metrics",
  "enabledProfilers": ["SparkProfiler", "PigProfiler", "YARNProfiler"]
}

Run collection

java -jar emr-workload-profiler-0.1.jar

Standards

License

This library is licensed under the Apache 2.0 License.

About

The Amazon EMR Workload profiler collects metrics from big data applications and frameworks to provide insight into system performance.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages