AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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:

In Amazon EMR releases 4.0 and greater, the only accepted parameter is the application name. To pass arguments to applications, you supply a configuration for each application.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.Application

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Application : Object

The Application type exposes the following members

Constructors

NameDescription
Public Method Application()

Properties

NameTypeDescription
Public Property AdditionalInfo System.Collections.Generic.Dictionary<System.String, System.String> 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.

Public Property Args System.Collections.Generic.List<System.String> Gets and sets the property Args.

Arguments for Amazon EMR to pass to the application.

Public Property Name System.String Gets and sets the property Name.

The name of the application.

Public Property Version System.String Gets and sets the property Version.

The version of the application.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8