Answer(s)
- job contains a Sort stage that sorts a large volume of data across a cluster of servers. Due tonew requirements, the customer has requested that this sorting be done on a subset of serversidentified in the configuration file to minimize impact on database nodes. The$APT_CONFIG_FILE shows no sort disk pool for any node. Which two steps will accomplishthis? (Choose two.)A. Use the environment variable $APT_SCRATCH_SPACE_SORT_USAGE.
- Have an appropriate node constraint within the Sort stage.
- Create a sort scratch disk pool with a subset of nodes in the parallel configuration file.
- Define a non-default node pool with a subset of nodes in the parallel configuration.
Correct Answer
Have an appropriate node constraint within the Sort stage.
Define a non-default node pool with a subset of nodes in the parallel configuration.