Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Yali Sassoon committed Mar 19, 2012
1 parent 59a49eb commit 488cc0e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/05_setting_up_amazon_elastic_mapreduce_and_hive.md
Expand Up @@ -94,16 +94,17 @@ To do
* Now go to your text-editor. Create a file `credentials.json` in the `elastic-mapreduce-cli` folder

* Add the following (JSON) code to it:
```javascript
{
"access_id": "[Your AWS Access Key ID. (See above)]",
"private_key": "[Your AWS Secret Access Key. (See above)]",
"keypair": "[Your key pair name. (See above)]",
"key-pair-file": "[The path and name of your PEM file. (See above)]",
"log_uri": "[A path to the bucket on S3 where your SnowPLow logs are kept. We will identify this in the next section.]",
"region": "[The Region of yoru job flow, either us-east-1, us-west-2, us-east-1, eu-west-1", eu-west-1, ap-northeast-1, ap-southeast-1, or sa-east-1. We will identify this in the next section]"
}
```

```javascript
{
"access_id": "[Your AWS Access Key ID. (See above)]",
"private_key": "[Your AWS Secret Access Key. (See above)]",
"keypair": "[Your key pair name. (See above)]",
"key-pair-file": "[The path and name of your PEM file. (See above)]",
"log_uri": "[A path to the bucket on S3 where your SnowPLow logs are kept. We will identify this in the next section.]",
"region": "[The Region of yoru job flow, either us-east-1, us-west-2, us-east-1, eu-west-1", eu-west-1, ap-northeast-1, ap-southeast-1, or sa-east-1. We will identify this in the next section]"
}
```


0 comments on commit 488cc0e

Please sign in to comment.