Reference documentation and code samples for the Google BigQuery Connection V1 Client class SparkHistoryServerConfig.
Configuration of the Spark History Server.
Generated from protobuf message google.cloud.bigquery.connection.v1.SparkHistoryServerConfig
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataproc_cluster |
string
Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection. Example: * * |
getDataprocCluster
Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataprocCluster
Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|