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 @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion daily-covid-data-analysis/instructions/03-files-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion s8s-spark-mlops/04-templates/mnbs-exec-post-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# (Managed notebook server)
#........................................................................

gsutil cp gs://USER_ID-s8s_notebook_bucket-PROJECT_NBR/pyspark/*.ipynb /home/jupyter/
gcloud storage cp gs://USER_ID-s8s_notebook_bucket-PROJECT_NBR/pyspark/*.ipynb /home/jupyter/
#sudo chown jupyter:jupyter /home/jupyter/*
2 changes: 1 addition & 1 deletion s8s-spark-mlops/04-templates/umnbs-exec-post-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# (User-managed notebook server)
#........................................................................

gsutil cp gs://USER_ID-s8s_notebook_bucket-PROJECT_NBR/vai-pipelines/*.ipynb /home/jupyter/
gcloud storage cp gs://USER_ID-s8s_notebook_bucket-PROJECT_NBR/vai-pipelines/*.ipynb /home/jupyter/
chown jupyter:jupyter /home/jupyter/*
2 changes: 1 addition & 1 deletion serverless_spark_streaming/instructions/03-files-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion timeseries_forecasting/instructions/03-files-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
<hr>

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```

<br>
Expand Down