Properties of a PrestoJob.
Package
@google-cloud/dataproc!Properties
clientTags
clientTags?: (string[]|null);
PrestoJob clientTags
Type | Description |
---|---|
(string[]|null) |
continueOnFailure
continueOnFailure?: (boolean|null);
PrestoJob continueOnFailure
Type | Description |
---|---|
(boolean|null) |
loggingConfig
loggingConfig?: (google.cloud.dataproc.v1beta2.ILoggingConfig|null);
PrestoJob loggingConfig
Type | Description |
---|---|
(google.cloud.dataproc.v1beta2.ILoggingConfig|null) |
outputFormat
outputFormat?: (string|null);
PrestoJob outputFormat
Type | Description |
---|---|
(string|null) |
properties
properties?: ({ [k: string]: string }|null);
PrestoJob properties
Type | Description |
---|---|
({ [k: string]: string }|null) |
queryFileUri
queryFileUri?: (string|null);
PrestoJob queryFileUri
Type | Description |
---|---|
(string|null) |
queryList
queryList?: (google.cloud.dataproc.v1beta2.IQueryList|null);
PrestoJob queryList
Type | Description |
---|---|
(google.cloud.dataproc.v1beta2.IQueryList|null) |