Skip to content

Commit

Permalink
fix: change dataproc success message and test (#269)
Browse files Browse the repository at this point in the history
* Added create cluster sample for Cloud Dataproc

* Modify test and slight change to Dataproc success message

* Changed region tag to include 'dataproc'

* changed dataproc imports to explicit v1
  • Loading branch information
bradmiro authored Nov 18, 2019
1 parent 4318ec2 commit 22c3007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/google-cloud-dataproc/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^1.4.2"
"@google-cloud/dataproc": "^1.4.2",
"uuid": "^3.3.3",
"yargs": "^14.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 22c3007

Please sign in to comment.