The Amazon EMR Workload profiler collects metrics from big data applications and frameworks to provide insight into system performance.
$> mvn clean install
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"]
}
java -jar emr-workload-profiler-0.1.jar
- commit messages
- ...
This library is licensed under the Apache 2.0 License.