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 @@ -48,7 +48,7 @@ SUBNET= #subnet of the network
A bucket is created which will be attached to history server for storing of application logs.

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
gcloud storage buckets create gs://$BUCKET_PHS --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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BUCKET_PHS= #Bucket name for Persistent History Server
A bucket is created which will be attached to history server for storing of application logs.

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
gcloud storage buckets create gs://$BUCKET_PHS --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 @@ -49,7 +49,7 @@ SUBNET=#subnet
A bucket is created which will be attached to history server for storing of application logs.

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
gcloud storage buckets create gs://$BUCKET_PHS --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 @@ -49,7 +49,7 @@ SUBNET= #Subnet
A bucket is created which will be attached to history server for storing of application logs.

```
gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
gcloud storage buckets create gs://$BUCKET_PHS --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 @@ -48,7 +48,7 @@ PHS_NAME = # Name for Persistent History Server
A bucket is created which will be attached to history server for storing of application logs.

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

<br>
Expand Down
2 changes: 1 addition & 1 deletion social_network_graph/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
2 changes: 1 addition & 1 deletion social_network_graph_r/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