Interface DataprocWorkflowTemplateJobsHiveJob
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplateJobsHiveJob.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.793Z") @Stability(Stable) public interface DataprocWorkflowTemplateJobsHiveJob extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplateJobsHiveJob.BuilderA builder forDataprocWorkflowTemplateJobsHiveJobstatic classDataprocWorkflowTemplateJobsHiveJob.Jsii$ProxyAn implementation forDataprocWorkflowTemplateJobsHiveJob
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplateJobsHiveJob.Builderbuilder()default ObjectgetContinueOnFailure()Optional.default List<String>getJarFileUris()Optional.default Map<String,String>getProperties()Optional.default StringgetQueryFileUri()The HCFS URI of the script that contains Hive queries.default DataprocWorkflowTemplateJobsHiveJobQueryListStructgetQueryList()query_list block.default Map<String,String>getScriptVariables()Optional.
-
-
-
Method Detail
-
getContinueOnFailure
@Stability(Stable) @Nullable default Object getContinueOnFailure()
Optional.Whether to continue executing queries if a query fails. The default value is `false`. Setting to `true` can be useful when executing independent parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#continue_on_failure DataprocWorkflowTemplate#continue_on_failure}
-
getJarFileUris
@Stability(Stable) @Nullable default List<String> getJarFileUris()
Optional.HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#jar_file_uris DataprocWorkflowTemplate#jar_file_uris}
-
getProperties
@Stability(Stable) @Nullable default Map<String,String> getProperties()
Optional.A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}
-
getQueryFileUri
@Stability(Stable) @Nullable default String getQueryFileUri()
The HCFS URI of the script that contains Hive queries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_file_uri DataprocWorkflowTemplate#query_file_uri}
-
getQueryList
@Stability(Stable) @Nullable default DataprocWorkflowTemplateJobsHiveJobQueryListStruct getQueryList()
query_list block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list}
-
getScriptVariables
@Stability(Stable) @Nullable default Map<String,String> getScriptVariables()
Optional. Mapping of query variable names to values (equivalent to the Hive command:SET name="value";).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#script_variables DataprocWorkflowTemplate#script_variables}
-
builder
@Stability(Stable) static DataprocWorkflowTemplateJobsHiveJob.Builder builder()
-
-