Run Standalone MATLAB MapReduce Applications Against a Hadoop Cluster - MATLAB & Simulink (original) (raw)

Main Content

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:

All components are packaged into a single standalone application to be executed against a Hadoop cluster. Standalone applications can be packaged using theApplication 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

deploytool Open a list of application deployment apps
mcc Compile MATLAB functions for deployment
mapreduce Programming technique for analyzing data sets that do not fit in memory
mapreducer Define deployed execution for mapreduce

Classes

Topics