Skip to content

Commit 88b9840

Browse files
jean-philippe-martinmziccard
authored andcommitted
Add ParallelCountBytes to README (#1126)
1 parent 9549dfc commit 88b9840

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

gcloud-java-examples/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ To run examples from your command line:
114114
target/appassembler/bin/LoggingExample list entries
115115
```
116116
117+
* Here's an example run of `ParallelCountBytes`.
118+
119+
Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket with a file in it.
120+
```
121+
target/appassembler/bin/ParallelCountBytes gs://mybucket/myfile.txt
122+
```
123+
117124
* Here's an example run of `PubSubExample`.
118125
119126
Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Pub/Sub" is enabled.

0 commit comments

Comments
 (0)