Skip to content

Commit 728fb52

Browse files
chore: Migrate gsutil usage to gcloud storage (#4528)
1 parent ed3a802 commit 728fb52

File tree

2 files changed

+2
-3
lines changed
  • bigtable-dataflow-parent
    • bigtable-beam-import/src/test/java/com/google/cloud/bigtable/beam/hbasesnapshots
    • bigtable-hbase-beam

2 files changed

+2
-3
lines changed

bigtable-dataflow-parent/bigtable-beam-import/src/test/java/com/google/cloud/bigtable/beam/hbasesnapshots/EndToEndIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* End to end integration test for pipeline that import HBase snapshot data into Cloud Bigtable and
7979
* validates the imported data with SyncTable.
8080
* Prepare test data with gsutil(https://cloud.google.com/storage/docs/quickstart-gsutil):
81-
* gsutil -m cp -r <PATH_TO_REPO>/bigtable-dataflow-parent/bigtable-beam-import/src/test/integration-test \
81+
* gcloud storage cp --recursive <PATH_TO_REPO>/bigtable-dataflow-parent/bigtable-beam-import/src/test/integration-test \
8282
* gs://<test_bucket>/cloud-data-dir/
8383
*/
8484
public class EndToEndIT {

bigtable-dataflow-parent/bigtable-hbase-beam/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ p
7575

7676
p.run();
7777

78-
// Once this is done, you can get the result file via "gsutil cp <resultLocation>-00000-of-00001"
78+
// Once this is done, you can get the result file via "gcloud storage cp <resultLocation>-00000-of-00001"
7979
```
80-

0 commit comments

Comments
 (0)