File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
pubsub/streaming-analytics Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ The following example will run a streaming pipeline. It will read messages from
106
106
+ ` --output` : sets the output GCS path prefix to write files to
107
107
+ ` --runner [optional]` : specifies the runner to run the pipeline, defaults to ` DirectRunner`
108
108
+ ` --windowSize [optional]` : specifies the window size in minutes, defaults to 1
109
- + ` --temp_location` : needed for execution of the pipeline
109
898C
+ + ` --temp_location` : needed for executing the pipeline
110
110
111
111
` ` ` bash
112
112
python -m PubSubToGCS -W ignore \
@@ -166,11 +166,6 @@ gsutil ls gs://$BUCKET_NAME/samples/
166
166
[GCP Console IAM page]: https://console.cloud.google.com/iam-admin/iam
167
167
[Granting roles to service accounts]: https://cloud.google.com/iam/docs/granting-roles-to-service-accounts
168
168
169
- [Java Development Kit (JDK)]: https://www.oracle.com/technetwork/java/javase/downloads/index.html
170
- [JAVA_HOME]: https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html
171
- [Apache Maven]: http://maven.apache.org/download.cgi
172
- [Maven installation guide]: http://maven.apache.org/install.html
173
-
174
169
[GCP Console create Dataflow job page]: https://console.cloud.google.com/dataflow/createjob
175
170
[GCP Console Dataflow page]: https://console.cloud.google.com/dataflow
176
171
[GCP Console Storage page]: https://console.cloud.google.com/storage
You can’t perform that action at this time.
0 commit comments