You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/10/23 17:35:26 UTC

[GitHub] nlu90 closed pull request #3053: Update S3 uploader documentations

nlu90 closed pull request #3053: Update S3 uploader documentations
URL: https://github.com/apache/incubator-heron/pull/3053
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/website/content/docs/getting-started.md b/website/content/docs/getting-started.md
index b5e98e8ede..adf1b02823 100644
--- a/website/content/docs/getting-started.md
+++ b/website/content/docs/getting-started.md
@@ -27,6 +27,8 @@ Heron tools can be installed on [macOS](#macos-homebrew) using [Homebrew](https:
 The easiest way to get started with Heron on macOS is using [Homebrew](https://brew.sh):
 
 ```bash
+$ brew tap streamlio/homebrew-formulae
+$ brew update
 $ brew install heron
 ```
 
diff --git a/website/content/docs/operators/deployment/uploaders/s3.md b/website/content/docs/operators/deployment/uploaders/s3.md
index 0b15f56ddf..e5dfe49793 100644
--- a/website/content/docs/operators/deployment/uploaders/s3.md
+++ b/website/content/docs/operators/deployment/uploaders/s3.md
@@ -32,6 +32,9 @@ Below is an example configuration (in `uploader.yaml`) for a S3 uploader:
 # uploader class for transferring the topology jar/tar files to storage
 heron.class.uploader: org.apache.heron.uploader.s3.S3Uploader
 
+# S3 region bucket is created.  Must specify.
+heron.uploader.s3.region: us-east-1
+
 # S3 bucket to put the jar file into
 heron.uploader.s3.bucket: heron-topologies-company-com
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services