Support Questions

Find answers, ask questions, and share your expertise

GCS file system options for cluster create in Cloudbreak

avatar

If I am using Cloudbreak on GCP and trying to create a cluster with GCS file system: (Q1) Should I enter a name for an existing bucket or a name for a new bucket under Default Bucket Name? (Q2) How will this bucket be used by default?

1 ACCEPTED SOLUTION

avatar
@Dominika Bialek

(Q1): It is assumed that it is the name of an already existing bucket

(Q2): It is an optional (and deprecated) configuration parameter (mapped to "fs.gs.system.bucket" in core-site.xml) to set the GCS bucket to use as a default bucket for URI-s without "gs:" prefix. Please see more here and here and here.

Hope this helps!

View solution in original post

1 REPLY 1

avatar
@Dominika Bialek

(Q1): It is assumed that it is the name of an already existing bucket

(Q2): It is an optional (and deprecated) configuration parameter (mapped to "fs.gs.system.bucket" in core-site.xml) to set the GCS bucket to use as a default bucket for URI-s without "gs:" prefix. Please see more here and here and here.

Hope this helps!