Skip to content

Commit

Permalink
Merge pull request #9 from xuwenyihust/7-correct-the-sample-dataset-u…
Browse files Browse the repository at this point in the history
…pload-path

Update file path in upload_sample_dataset.sh
  • Loading branch information
xuwenyihust authored Dec 25, 2023
2 parents 552c852 + 6d6538a commit 838e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/upload_sample_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
FILE_PATH="examples/word-count/src/main/resources/example.txt"

# Use gsutil to upload the file to the GCP bucket
gsutil cp $FILE_PATH gs://$BUCKET_NAME/word-count/input/example.txt
gsutil cp $FILE_PATH gs://$BUCKET_NAME/applications/word-count/input/example.txt

0 comments on commit 838e3a0

Please sign in to comment.