placement : hostExlocation

type:
rstring
example:
config placement : hostExlocation("myHostExlocationId");
description:
Any two or more operator instances that configure hostExlocation with the same value must run on different hosts.
If the application has user-defined parallelism, you can use the getChannel() and getMaxChannels() SPL built-in functions in this config. For example:
config placement: hostExlocation("C" + (rstring)getChannel());
The functions are evaluated when the job is submitted.
default:
By default, there are no exlocation constraints.