An application is any Amazon or third-party software that you can add to the cluster.
            This structure contains a list of strings that indicates the software to use with
            the cluster and accepts a user argument list. Amazon EMR accepts and forwards the
            argument list to the corresponding installation         script as bootstrap action
            argument. For more information, see Launch
            a Job Flow on the MapR Distribution for Hadoop. Currently supported values are:
            
                  
- "mapr-m3" - launch the job flow using MapR M3 Edition.
- "mapr-m5" - launch the job flow using MapR M5 Edition.
- "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition, respectively.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Application
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Application()()()() | Initializes a new instance of the Application class | 
|  | AdditionalInfo | 
            Gets and sets the property AdditionalInfo. 
             This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes. | 
|  | Args | 
            Gets and sets the property Args. 
             Arguments for Amazon EMR to pass to the application. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Name | 
            Gets and sets the property Name. 
             The name of the application. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Version | 
            Gets and sets the property Version. 
             The version of the application. | 
|  | WithAdditionalInfo(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the AdditionalInfo dictionary.
             | 
|  | WithArgs(array<String>[]()[][]) | Obsolete. 
            Sets the Args property
             | 
|  | WithArgs(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Args property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithVersion(String) | Obsolete. 
            Sets the Version property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Application |