Class HDInsightMapReduceActivity


  • public class HDInsightMapReduceActivity
    extends ExecutionActivity
    HDInsight MapReduce activity type.
    • Constructor Detail

      • HDInsightMapReduceActivity

        public HDInsightMapReduceActivity()
    • Method Detail

      • getStorageLinkedServices

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

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

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

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

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

        public Object getClassName()
        Get the className property: Class name. Type: string (or Expression with resultType string).
        Returns:
        the className value.
      • setClassName

        public HDInsightMapReduceActivity setClassName​(Object className)
        Set the className property: Class name. Type: string (or Expression with resultType string).
        Parameters:
        className - the className value to set.
        Returns:
        the HDInsightMapReduceActivity object itself.
      • getJarFilePath

        public Object getJarFilePath()
        Get the jarFilePath property: Jar path. Type: string (or Expression with resultType string).
        Returns:
        the jarFilePath value.
      • setJarFilePath

        public HDInsightMapReduceActivity setJarFilePath​(Object jarFilePath)
        Set the jarFilePath property: Jar path. Type: string (or Expression with resultType string).
        Parameters:
        jarFilePath - the jarFilePath value to set.
        Returns:
        the HDInsightMapReduceActivity object itself.
      • getJarLinkedService

        public LinkedServiceReference getJarLinkedService()
        Get the jarLinkedService property: Jar linked service reference.
        Returns:
        the jarLinkedService value.
      • setJarLinkedService

        public HDInsightMapReduceActivity setJarLinkedService​(LinkedServiceReference jarLinkedService)
        Set the jarLinkedService property: Jar linked service reference.
        Parameters:
        jarLinkedService - the jarLinkedService value to set.
        Returns:
        the HDInsightMapReduceActivity object itself.
      • getJarLibs

        public List<Object> getJarLibs()
        Get the jarLibs property: Jar libs.
        Returns:
        the jarLibs value.
      • setJarLibs

        public HDInsightMapReduceActivity setJarLibs​(List<Object> jarLibs)
        Set the jarLibs property: Jar libs.
        Parameters:
        jarLibs - the jarLibs value to set.
        Returns:
        the HDInsightMapReduceActivity object itself.
      • getDefines

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

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