> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# application-dist-data-node.yaml

## File purpose

This profile is used to run the application as a distributed data node. This disables the MR Combined Cube and Netty is used for distributed messaging.

## File location

The file is located in the folder **mr-application\src\main\resources**.

## File values

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>starter</td><td /><td /></tr><tr><td>starter.deployment</td><td /><td /></tr><tr><td>starter.deployment.type</td><td>in-memory</td><td>Enables this application as one that will store data in-memory with data nodes.</td></tr><tr><td>starter.deployment.transport</td><td>netty</td><td>Enables Netty communication for distributed messaging.</td></tr><tr><td>mr</td><td /><td /></tr><tr><td>mr.enable</td><td /><td /></tr><tr><td>mr.enable.cubes</td><td /><td /></tr><tr><td>mr.enable.cubes.common</td><td>false</td><td>Disables the MR Combined Cube for this application.</td></tr></tbody></table>
