MapReduce Constructor (String, String)
Initializes a new instance of the MapReduce class.
Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Usage
'Usage
Dim className As String
Dim jarFilePath As String
Dim instance As New MapReduce(className, jarFilePath)
Syntax
'Declaration
Public Sub New ( _
className As String, _
jarFilePath As String _
)
public MapReduce (
string className,
string jarFilePath
)
public:
MapReduce (
String^ className,
String^ jarFilePath
)
public MapReduce (
String className,
String jarFilePath
)
public function MapReduce (
className : String,
jarFilePath : String
)
Parameters
- className
The MapReduce class name.
- jarFilePath
The JAR file path.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
MapReduce Class
MapReduce Members
Microsoft.Azure.Management.DataFactories.Models Namespace