Hadoop Compiler
Package MATLAB programs for deployment to Hadoop clusters as MapReduce programs
The Hadoop Compiler app will be removed in a future release. To create
standalone MATLAB® MapReduce applications, or deployable archives from MATLAB map and reduce functions, use the mcc
command. For details, see Version History.
Description
The Hadoop Compiler app packages MATLAB map and reduce functions into a deployable archive. You can incorporate the archive into a Hadoop® mapreduce job by passing it as a payload argument to job submitted to a Hadoop cluster.
Open the Hadoop Compiler App
MATLAB Toolstrip: On the Apps tab, under Application Deployment, click the app icon.
MATLAB command prompt: Enter
hadoopCompiler
.