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

Key Value Description
starter
starter.deployment
starter.deployment.type query-node Enables this application as one that only contains a query node without data nodes.
starter.deployment.transport netty Enables Netty communication for distributed messaging.