Skip to content

Commit 490b6c9

Browse files
authored
Merge pull request #890 from ngageoint/GUIDE-FIX
small fixes to the quickstartguide
2 parents a19c919 + fbe01f1 commit 490b6c9

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/emr/4/gdelt-example/bootstrap-quickstart-geowave.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ ! -f /mnt/colormap.sld ]; then
4848
fi
4949

5050
if [ ! -f /mnt/DecimatePoints.sld ]; then
51-
aws s3 cp s3://geowave-guide-bucket/colormap.sld /mnt/DecimatePoints.sld
51+
aws s3 cp s3://geowave-guide-bucket/DecimatePoints.sld /mnt/DecimatePoints.sld
5252
fi
5353

5454
if [ ! -f /mnt/setup-geoserver-geowave-workspace.sh ]; then

docs/content/quickstart/005-quickstart-guide-intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
=== Creating the Cluster
1515

16-
Download the bootstrap-geowave.sh script https://s3.amazonaws.com/geowave-guide-bucket/bootstrap-geowave.sh[here] and upload it to your S3 bucket.
16+
Download the bootstrap-quickstart-geowave.sh script https://s3.amazonaws.com/geowave-guide-bucket/bootstrap-quickstart-geowave.sh[here] and upload it to your S3 bucket.
1717

1818
*Note:* You can also clone the GeoWave project from https://github.com/ngageoint/geowave[GitHub] and find the script under deploy/emr/4/gdelt-example/
1919

docs/content/quickstart/010-quickstart-guide-CLI.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aws emr create-cluster \
1717
--applications Name=Ganglia Name=Hadoop Name=Hue Name=Spark \
1818
--use-default-roles \
1919
--no-auto-terminate \
20-
--bootstrap-actions Path=s3://${YOUR_BUCKET_NAME}/bootstrap-geowave.sh,Name=Bootstrap_GeoWave \
20+
--bootstrap-actions Path=s3://${YOUR_BUCKET_NAME}/bootstrap-quickstart-geowave.sh,Name=Bootstrap_GeoWave \
2121
--tags ${YOUR_TAGNAME} \
2222
--region ${YOUR_REGION} \
2323
----

docs/content/quickstart/030-quickstart-guide-GUI-step-3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image::aws-gui-method-5.png[scaledwidth="100%",alt="select emr"]
3636
** This can be left as the default value of “Custom action”
3737
* Script location
3838
** Click the folder icon to bring up a list of available S3 buckets
39-
** Select your folder and then select the bootstrap-geowave.sh file you uploaded at the beginning of this section
39+
** Select your folder and then select the bootstrap-quickstart-geowave.sh file you uploaded at the beginning of this section
4040
* Click the “Select” button
4141
* Click the “Add” button
4242
* If you haven’t created an S3 bucket please see the Create AWS S3 Bucket section <<110-appendices.adoc#create-aws-s3-bucket, here>>.
219 Bytes
Loading

0 commit comments

Comments
 (0)