Class WorkflowTemplateJobSparkSqlJob


  • public final class WorkflowTemplateJobSparkSqlJob
    extends java.lang.Object
    • Method Detail

      • jarFileUris

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

        public java.util.Map<java.lang.String,​java.lang.String> properties()
        Returns:
        A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API may be overwritten.
      • queryFileUri

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

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