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?
(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.
(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.