Reputation: 113
I am creating a data pipeline to export dynamoDB table to S3 bucket.I used the standard template to use for this in data pipeline console. I ha verified that the runsOn field is set to the name of EMR cluster to be started. However, The EMR activity status is still as Waiting_For_Runner...Any ideas why is this so??
Thanks!!!
Upvotes: 9
Views: 4743
Reputation: 61
Waiting_For_Runner means datatpipeline is trying to connect to EMR.
Few reasons you can check:
$ps -ef | grep workerGroup
(Master Instance)Upvotes: 1