Skip to content

Instantly share code, notes, and snippets.

View TimurFayruzov's full-sized avatar

TimurFayruzov

View GitHub Profile
@TimurFayruzov
TimurFayruzov / bootstrap.json
Created June 29, 2016 17:42
Setup for running a Flink application on EMR
[
{
"Name": "Ship Flink runtime to cluster",
"Path": "s3://<your_bucket>/flink/ship_flink_runtime.sh"
},
{
"Name": "Ship application to cluster",
"Path": "s3://<your_bucket>/flink/ship_app.sh"
}
]