Main Content

hadoopCompiler

(Not recommended) Package MATLAB Compiler programs for deployment against Hadoop clusters as MapReduce programs

The hadoopCompiler function 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 Compatibility Considerations.

Description

example

hadoopCompiler opens the Hadoop Compiler app.

hadoopCompiler project_name opens Hadoop Compiler app with the project preloaded.

Examples

collapse all

Open the Hadoop compiler app to create a new project.

hadoopCompiler

Input Arguments

collapse all

Name of previously saved MATLAB Compiler™ project to be compiled, specified as a character array or string. The project must be on the current path.

Version History

Introduced in R2014b

collapse all

R2020a: hadoopCompiler will be removed

hadoopCompiler will be removed. To create standalone MATLAB MapReduce applications or deployable archives from MATLAB map and reduce functions use the mcc command.

See Also

|