0

I am new to Amazon simple workflow service. Is there a way to run the swf workflows on EMR. I have AWS CLI setup and able to bootstrap hadoop and bring up the cluster. I have not found enough documentation on this and no source on the web. Is there any change that I can boot the EMR cluster using SWF instead of AWS CLI. Thanks.

4

1 回答 1

0

您应该使用专用 AWS 开发工具包之一来协调这两项服务。我成功地使用 AWS SDK for Java 创建了一个工作流,该工作流启动多个 EMR 集群与不同的作业并行,然后等待它们完成,如果其中一个作业失败,则整个工作流失败。

在所有可用的 AWS 开发工具包中,我强烈推荐 Java 开发工具包。我觉得它非常健壮。我过去也使用过 PHP,但它在某些部门中缺乏(例如,它不为 SWF 提供“流”框架)。

于 2014-11-24T09:32:01.130 回答