Skip to content

Commit

Permalink
Updated Repository with latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: tim humphrey <tlhumphrey2@gmail.com>
  • Loading branch information
tlhumphrey2 committed Nov 28, 2017
1 parent 19ffd63 commit 1471482
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions AWSInstanceFiles/done.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# done.sh
ThisDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -e $1 ]
then
Expand Down
Binary file modified Documentation/EasyFastHPCCOnAWSLinux.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion MyHPCCCloudFormationTemplate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Description" : "MyHPCCCloudFormationTemplate.json: Launches instances for fast executing HPCC on AWS. Plus, it sets up and starts HPCC System.",
"Description" : "MyHPCCCloudFormationTemplate.json: Configures and deploys and HPCC System.",

"Parameters" : {

Expand Down
3 changes: 2 additions & 1 deletion MyHPCCCloudFormationTemplate_with_RNET_ParSpray.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Description" : "MyHPCCCloudFormationTemplate_with_RNET_ParSpray.json: Configures and deploys and HPCC System with RNET ParSpray",
"Description" : "20150604 added: Make s3 bucket that contains all scripts a parameter",
"Description" : "20150604 added: AMI should be selected automatically depending on region.",
"Description" : "20150609 added: Support for ROXIE so ROXIEs are created on different instances than those having THOR slave nodes.",
Expand Down Expand Up @@ -963,4 +964,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Configuring and deploying an HPCC System on AWS from linux is a three-step proce

3. Build a stack, using CloudFormation on the AWS console, that does the rest.

## Click [here](Documentation/EasyFastHPCCOnAWSLinux.pdf) to read the document that describes the details .
## Click [here](Documentation/EasyFastHPCCOnAWSLinux.pdf) to read the document that describes the process step-by-step.

0 comments on commit 1471482

Please sign in to comment.