forked from jweese/thrax
-
Notifications
You must be signed in to change notification settings - Fork 6
Running on Amazon Elastic MapReduce
mattpost edited this page Jan 21, 2011
·
20 revisions
Follow this tutorial through section titled Getting our AWS Security Credentials.
You will need the SDK to compile Thrax. Download the SDK here, and set the environment variable AWS_SDK to the directory you unpacked to. e.g.,
$ wget http://ds60ft5bv5jal.cloudfront.net/aws-java-sdk-1.1.3.zip
$ unzip aws-java-sdk-1.1.3.zip
$ export AWS_SDK=$(pwd)/aws-java-sdk-1.1.3
Create AwsCredentials.properties
file and add your AWS secret and access keys:
#Insert your AWS Credentials from http://aws.amazon.com/security-credentials
secretKey=
accessKey=
and place the file anywhere in your classpath.