Skip to content

Commit

Permalink
fixed env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldave committed Oct 18, 2013
1 parent 0329b1d commit 41028ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions InstructionsForAmazonEMR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"\n",
"To set yourself up to use `mrjob` on Amazon, after getting your Amazon credits and setting up an AWS account, read the following [QuickStart](http://pythonhosted.org/mrjob/guides/emr-quickstart.html). If you follow the instructions in there, you should have set up your access key, optionally set up ssh tunnel access, and written your access keys to the ~/.mrjob.conf file. You could also set\n",
"\n",
" MRJOB CONF=/home/you/yourpath/fileName.txt\n",
" MRJOB_CONF=/home/you/yourpath/fileName.txt\n",
" \n",
"with the appropriate syntax in bash/csh/zsh/command.exe.\n",
"\n",
Expand All @@ -52,8 +52,8 @@
"\n",
"Type following two commands in your terminal:\n",
"\n",
"* export AWS ACCESS KEY ID=xxxxxx\n",
"* export AWS SECRET ACCESS KEY=yyyyyy\n",
"* export AWS_ACCESS_KEY ID=xxxxxx\n",
"* export AWS_SECRET_ACCESS_KEY=yyyyyy\n",
"\n",
"where the xxxxxx and yyyyyy are your Access Key ID and Secret Access Key, respectively. (or the windows or csh equivalents).\n",
"\n",
Expand All @@ -72,4 +72,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 41028ab

Please sign in to comment.