Skip to content

Commit 9335f5f

Browse files
authored
Merge pull request #264 from NYU-RTS/gcp_dataproc
update gcp client version
2 parents e6171e8 + a410eb5 commit 9335f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cloud/04_dataproc/02_data_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Data uploaded into the ingest website will be visible to all members of the clus
5757
## Uploading Data to HDFS from Torch
5858
First download gcloud on a desktop computer with a browser by following the instructions [here](https://cloud.google.com/sdk/docs/install). Ensure that you run the install command described as optional in step 4. Log into Torch and activate the Google Cloud command line interface module:
5959
```sh
60-
ml load google-cloud-sdk/379.0.0
60+
module load google-cloud-sdk/552.0.0
6161
```
6262
Then log into Google Cloud by typing the following:
6363
```sh
64-
gcloud auth login
64+
gcloud auth login --no-browser
6565
```
6666
Copy and paste the command that you are given into a terminal application on your desktop and run it. When prompted, type y to proceed. If you are signed into multiple Google accounts, you will then be presented with a browser window where you can choose your account. Select your NYU account. Google will then present a message saying that “Google Cloud SDK wants to access your Google Account”. Click Allow.
6767

0 commit comments

Comments
 (0)