Python multiprocessing BETWEEN Amazon cloud instances

前端 未结 3 2045
野性不改
野性不改 2021-01-13 18:38

I\'m looking to run a long-running python analysis process on a few Amazon EC2 instances. The code already runs using the python multiprocessing module and can

3条回答
  •  灰色年华
    2021-01-13 19:17

    I would use dumbo. It is a python wrapper for Hadoop that is compatible with Amazon Elastic MapReduce. Write a little wrapper around your code to integrate with dumbo. Note that you probably need a map-only job with no reduce step.

提交回复
热议问题