Skip to content
Merged
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
4 changes: 2 additions & 2 deletions examples/dataproc-persistent-history-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ Stage an empty file to create the spark-events path on GCS.

```
touch .keep
gsutil cp .keep gs://your-history-bucket/spark-events/.keep
gcloud storage cp .keep gs://your-history-bucket/spark-events/.keep
rm .keep
```

Stage our initialization action for disabling history servers
on your ephemeral clusters.
```
gsutil cp init_actions/disable_history_servers.sh
gcloud storage cp init_actions/disable_history_servers.sh
```

Create the history server.
Expand Down