> ## 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-query-node.yaml

## File purpose

This profile is used to run the application as a distributed query node. This ensures only the MR Combined Cube is running 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>query-node</td><td>Enables this application as one that only contains a query node without data nodes.</td></tr><tr><td>starter.deployment.transport</td><td>netty</td><td>Enables Netty communication for distributed messaging.</td></tr></tbody></table>
