Class WorkflowTemplateJobSparkSqlJobArgs


  • public final class WorkflowTemplateJobSparkSqlJobArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • jarFileUris

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> jarFileUris()
        Returns:
        Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
      • properties

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> properties()
        Returns:
        Optional. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. The following are supported prefixes and their mappings: * capacity-scheduler: `capacity-scheduler.xml` * core: `core-site.xml` * distcp: `distcp-default.xml` * hdfs: `hdfs-site.xml` * hive: `hive-site.xml` * mapred: `mapred-site.xml` * pig: `pig.properties` * spark: `spark-defaults.conf` * yarn: `yarn-site.xml` For more information, see (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
      • queryFileUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> queryFileUri()
        Returns:
        The HCFS URI of the script that contains SQL queries.
      • scriptVariables

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> scriptVariables()
        Returns:
        Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`).