[
https://issues.apache.org/jira/browse/FLINK-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355546#comment-15355546
]
Timur Fayruzov commented on FLINK-1337:
---------------------------------------
I have created a gist for the Flink setup that I used:
https://gist.github.com/TimurFayruzov/c2ec9ddcd49eaef71f89f78ba650a72b. It has
flink version and most settings hard-coded unfortunately, but that's relatively
straightforward to change
Prerequisites:
1. You need to get all files in a directory and replace placeholders for bucket
name, aws key and your application name.
2. Upload flink tgz to s3://<your_bucket>/flink/.
2. Upload your application jar to s3://<your_bucket>/flink/.
$> ./start_cluster.sh
This will start an EMR cluster, start Flink runtime and schedule a step for
your application, so that even when it completes you will still have access to
the dashboard.
> Create an Amazon EMR Bootstrap Action
> -------------------------------------
>
> Key: FLINK-1337
> URL: https://issues.apache.org/jira/browse/FLINK-1337
> Project: Flink
> Issue Type: New Feature
> Reporter: Stephan Ewen
> Assignee: Timur Fayruzov
> Priority: Minor
>
> EMR offers bootstrap actions that prepare the cluster by installing
> additional components, etc..
> We can offer a Flink bootstrap action that downloads, unpacks, and configures
> Flink. It may optionally install libraries that we like to use (such as
> Python, BLAS/JBLAS, ...)
> http://blogs.aws.amazon.com/bigdata/post/TxO6EHTHQALSIB/Getting-Started-with-Amazon-EMR-Bootstrap-Actions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)