Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon Elastic Map Reduce - Creating a job flow

I'm very new to amazon services. I'm facing problems in creating job flows. Every time i create any job flow it fails or shuts down. Input, output or mapper function upload techniques are not clear to me. I have followed the developers section, but things are not getting clear. Any suggestion would be helpful. Thanks in advance.

The error log is

Last State Change: No active keys found for user account
like image 693
anan_xon Avatar asked Jan 22 '13 11:01

anan_xon


1 Answers

This is the fix that worked for me and which you may need if your job flows are reporting the following error:

Last State Change: No active keys found for user account

When you create an AWS account, by default, the security access key has to be created for you. In some cases it will not be created automatically, so you should create one by yourself following these steps:

  • Under the menu accessed by clicking your account name from within the AWS Console you will find a Security Credentials option. Click on it

  • Expand the Access Keys (Access Key ID and Secret Access Key) section. Check if there is a key already created there.

  • If no key found, then click on Create new access key and make it active (it should be set to active by default).

  • Now create a job flow and it should work

like image 79
nihitha91 Avatar answered Oct 04 '22 05:10

nihitha91