Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit c92ae1c

Browse files
tadeeganyu-iskw
authored andcommitted
Update 0.5.1 to 0.5.2 in readme. (#26)
1 parent 90465c4 commit c92ae1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Apache Beam's `DatastoreIO` doesn't allow us to write same key at once.
4646
mvn clean package
4747
4848
# Run bigquery-to-datastore via the compiled JAR file
49-
java -cp $(pwd)/target/bigquery-to-datastore-bundled-0.5.1.jar \
49+
java -cp $(pwd)/target/bigquery-to-datastore-bundled-0.5.2.jar \
5050
com.github.yuiskw.beam.BigQuery2Datastore \
5151
--project=your-gcp-project \
5252
--runner=DataflowRunner \
@@ -71,7 +71,7 @@ mvn clean package
7171
make package
7272
7373
# run
74-
java -cp $(pwd)/target/bigquery-to-datastore-bundled-0.5.1.jar --help
74+
java -cp $(pwd)/target/bigquery-to-datastore-bundled-0.5.2.jar --help
7575
# or
7676
./bin/bigquery-to-datastore --help
7777
```
@@ -80,7 +80,7 @@ java -cp $(pwd)/target/bigquery-to-datastore-bundled-0.5.1.jar --help
8080
We also offers docker images for this project in [yuiskw/bigquery\-to\-datastore \- Docker Hub](https://hub.docker.com/r/yuiskw/bigquery-to-datastore/).
8181
We have several docker images based on Apache Beam versions.
8282
```
83-
docker run yuiskw/bigquery-to-datastore:0.5.1-beam-2.1 --help
83+
docker run yuiskw/bigquery-to-datastore:0.5.2-beam-2.1 --help
8484
```
8585

8686
### How to install it with homebrew

0 commit comments

Comments
 (0)