8000 Remove Java links · hanv89/python-docs-samples@1b40db1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b40db1

Browse files
committed
Remove Java links
1 parent a3f9c03 commit 1b40db1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pubsub/streaming-analytics/README.md

Lines changed: 1 addition & 6 deletions
898C
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following example will run a streaming pipeline. It will read messages from
106106
+ `--output`: sets the output GCS path prefix to write files to
107107
+ `--runner [optional]`: specifies the runner to run the pipeline, defaults to `DirectRunner`
108108
+ `--windowSize [optional]`: specifies the window size in minutes, defaults to 1
109-
+ `--temp_location`: needed for execution of the pipeline
109+
+ `--temp_location`: needed for executing the pipeline
110110

111111
```bash
112112
python -m PubSubToGCS -W ignore \
@@ -166,11 +166,6 @@ gsutil ls gs://$BUCKET_NAME/samples/
166166
[GCP Console IAM page]: https://console.cloud.google.com/iam-admin/iam
167167
[Granting roles to service accounts]: https://cloud.google.com/iam/docs/granting-roles-to-service-accounts
168168

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-
174169
[GCP Console create Dataflow job page]: https://console.cloud.google.com/dataflow/createjob
175170
[GCP Console Dataflow page]: https://console.cloud.google.com/dataflow
176171
[GCP Console Storage page]: https://console.cloud.google.com/storage

0 commit comments

Comments
 (0)
0