Main Content

Run Standalone MATLAB MapReduce Applications Against a Hadoop Cluster

Create a standalone MATLAB® mapreduce application, and execute it against a Hadoop® cluster

A standalone MATLAB mapreduce application is a self-contained application encompassing all the necessary components for independent execution against a Hadoop cluster. It contains a:

  • mapper function (one or more) written in MATLAB.

  • reducer function written in MATLAB.

  • MATLAB application script or function invoking the mapper and reducer functions.

All components are packaged into a single standalone application to be executed against a Hadoop cluster. Standalone applications can be packaged using the Application Compiler app or from the MATLAB command prompt using the mcc command.

For more information, see Workflow to Run Compiled Standalone Applications Against a Hadoop Cluster.

Functions

deploytoolOpen a list of application deployment apps
mccCompile MATLAB functions for deployment
mapreduceProgramming technique for analyzing data sets that do not fit in memory
mapreducerDefine deployed execution for mapreduce

Classes

matlab.mapreduce.DeployHadoopMapReducerConfigure a MapReduce application for deployment against Hadoop

Topics