Class HDInsightHiveActivity


  • public class HDInsightHiveActivity
    extends ExecutionActivity
    HDInsight Hive activity type.
    • Constructor Detail

      • HDInsightHiveActivity

        public HDInsightHiveActivity()
    • Method Detail

      • getStorageLinkedServices

        public List<LinkedServiceReference> getStorageLinkedServices()
        Get the storageLinkedServices property: Storage linked service references.
        Returns:
        the storageLinkedServices value.
      • setStorageLinkedServices

        public HDInsightHiveActivity setStorageLinkedServices​(List<LinkedServiceReference> storageLinkedServices)
        Set the storageLinkedServices property: Storage linked service references.
        Parameters:
        storageLinkedServices - the storageLinkedServices value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getArguments

        public List<Object> getArguments()
        Get the arguments property: User specified arguments to HDInsightActivity.
        Returns:
        the arguments value.
      • setArguments

        public HDInsightHiveActivity setArguments​(List<Object> arguments)
        Set the arguments property: User specified arguments to HDInsightActivity.
        Parameters:
        arguments - the arguments value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getGetDebugInfo

        public HDInsightActivityDebugInfoOption getGetDebugInfo()
        Get the getDebugInfo property: Debug info option.
        Returns:
        the getDebugInfo value.
      • setGetDebugInfo

        public HDInsightHiveActivity setGetDebugInfo​(HDInsightActivityDebugInfoOption getDebugInfo)
        Set the getDebugInfo property: Debug info option.
        Parameters:
        getDebugInfo - the getDebugInfo value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getScriptPath

        public Object getScriptPath()
        Get the scriptPath property: Script path. Type: string (or Expression with resultType string).
        Returns:
        the scriptPath value.
      • setScriptPath

        public HDInsightHiveActivity setScriptPath​(Object scriptPath)
        Set the scriptPath property: Script path. Type: string (or Expression with resultType string).
        Parameters:
        scriptPath - the scriptPath value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getScriptLinkedService

        public LinkedServiceReference getScriptLinkedService()
        Get the scriptLinkedService property: Script linked service reference.
        Returns:
        the scriptLinkedService value.
      • setScriptLinkedService

        public HDInsightHiveActivity setScriptLinkedService​(LinkedServiceReference scriptLinkedService)
        Set the scriptLinkedService property: Script linked service reference.
        Parameters:
        scriptLinkedService - the scriptLinkedService value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getDefines

        public Map<String,​Object> getDefines()
        Get the defines property: Allows user to specify defines for Hive job request.
        Returns:
        the defines value.
      • setDefines

        public HDInsightHiveActivity setDefines​(Map<String,​Object> defines)
        Set the defines property: Allows user to specify defines for Hive job request.
        Parameters:
        defines - the defines value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getVariables

        public List<Object> getVariables()
        Get the variables property: User specified arguments under hivevar namespace.
        Returns:
        the variables value.
      • setVariables

        public HDInsightHiveActivity setVariables​(List<Object> variables)
        Set the variables property: User specified arguments under hivevar namespace.
        Parameters:
        variables - the variables value to set.
        Returns:
        the HDInsightHiveActivity object itself.
      • getQueryTimeout

        public Integer getQueryTimeout()
        Get the queryTimeout property: Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package).
        Returns:
        the queryTimeout value.
      • setQueryTimeout

        public HDInsightHiveActivity setQueryTimeout​(Integer queryTimeout)
        Set the queryTimeout property: Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package).
        Parameters:
        queryTimeout - the queryTimeout value to set.
        Returns:
        the HDInsightHiveActivity object itself.