Skip to content

Commit

Permalink
chore: some fixes on the Dataflow process
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubirat committed Nov 12, 2021
1 parent 0b0cc23 commit d752a63
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ Use these steps to configure a Google Cloud Platform Pub/Sub topic to send logs

To install our Dataflow template, you will need the following tools to be available on your local computer:

1. A Unix terminal (Linux, MacOS)
2. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1. A Unix terminal (Linux, MacOS).
2. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
3. [Java JDK](https://adoptopenjdk.net/index.html) 8 or greater.
4. [Apache Maven 3.2 or greater](https://maven.apache.org/)
5. The [Google Cloud SDK (includes `gcloud` and `gsutil` command-line tools)](https://cloud.google.com/sdk/docs/install)
4. [Apache Maven 3.2 or greater](https://maven.apache.org/). Please note that earlier versions have been observed to fail during the compilation process.
5. The [Google Cloud SDK (includes `gcloud` and `gsutil` command-line tools)](https://cloud.google.com/sdk/docs/install).

### Log into your Google Cloud Platform account

Expand Down Expand Up @@ -161,8 +161,9 @@ mvn compile exec:java \
-Dexec.args=" \
--project=${PROJECT_ID}
--region=${REGION}
--enableStreamingEngine \
--stagingLocation=gs://${BUCKET_NAME}/staging/ \
--tempLocation=gs://${BUCKET_NAME}/temp/ \
--gcpTempLocation=gs://${BUCKET_NAME}/temp/ \
--templateLocation=gs://${BUCKET_NAME}/template/PubsubToNewRelic \
--runner=DataflowRunner \
"
Expand Down

0 comments on commit d752a63

Please sign in to comment.