From 41028ab6aaaf44b29e82f951ab1eb4d03b134dc5 Mon Sep 17 00:00:00 2001 From: Rahul Dave Date: Thu, 17 Oct 2013 20:11:37 -0400 Subject: [PATCH] fixed env vars --- InstructionsForAmazonEMR.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/InstructionsForAmazonEMR.ipynb b/InstructionsForAmazonEMR.ipynb index 2fea8c4..66cc309 100644 --- a/InstructionsForAmazonEMR.ipynb +++ b/InstructionsForAmazonEMR.ipynb @@ -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", @@ -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", @@ -72,4 +72,4 @@ "metadata": {} } ] -} \ No newline at end of file +}