Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
* End to end integration test for pipeline that import HBase snapshot data into Cloud Bigtable and
* validates the imported data with SyncTable.
* Prepare test data with gsutil(https://cloud.google.com/storage/docs/quickstart-gsutil):
* gsutil -m cp -r <PATH_TO_REPO>/bigtable-dataflow-parent/bigtable-beam-import/src/test/integration-test \
* gcloud storage cp --recursive <PATH_TO_REPO>/bigtable-dataflow-parent/bigtable-beam-import/src/test/integration-test \
* gs://<test_bucket>/cloud-data-dir/
*/
public class EndToEndIT {
Expand Down
3 changes: 1 addition & 2 deletions bigtable-dataflow-parent/bigtable-hbase-beam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ p

p.run();

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