0

After I create a google-cloud-based hadoop-enable cluster, I want to change the default bucket to a different one, how can I do that? I can't find the answer in google cloud doscumentation. Thanks!

James
  • 2,321
  • 14
  • 30
Q. Zhang
  • 1
  • 1

1 Answers1

0

Did you create a cluster by hand, using bdutil, using Cloud Dataproc or through some other means?

bdutil

If you used bdutil, see the choose a default file system section in the setup documentation.

Cloud Dataproc

If you used Cloud Dataproc, you can access any bucket to which your project has permission by using the gs:// uri. If you want to connect your cluster to a new bucket for logs, you will have to create a new cluster, unfortunately.

Other method

If you used a different method, like the "click to deploy" launcher, I recommend you give Dataproc or bdutil a try.

James
  • 2,321
  • 14
  • 30