Class HDInsightPigActivity


  • public final class HDInsightPigActivity
    extends ExecutionActivity
    HDInsight Pig activity type.
    • Constructor Detail

      • HDInsightPigActivity

        public HDInsightPigActivity()
    • Method Detail

      • storageLinkedServices

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

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

        public Object arguments()
        Get the arguments property: User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
        Returns:
        the arguments value.
      • withArguments

        public HDInsightPigActivity withArguments​(Object arguments)
        Set the arguments property: User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
        Parameters:
        arguments - the arguments value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • withGetDebugInfo

        public HDInsightPigActivity withGetDebugInfo​(HDInsightActivityDebugInfoOption getDebugInfo)
        Set the getDebugInfo property: Debug info option.
        Parameters:
        getDebugInfo - the getDebugInfo value to set.
        Returns:
        the HDInsightPigActivity object itself.
      • scriptPath

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

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

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

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

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

        public HDInsightPigActivity withDefines​(Map<String,​Object> defines)
        Set the defines property: Allows user to specify defines for Pig job request.
        Parameters:
        defines - the defines value to set.
        Returns:
        the HDInsightPigActivity object itself.