Node Pool & Resource Constraint

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Phani01
Participant
Posts: 7
Joined: Mon Jun 22, 2009 8:41 am

Node Pool & Resource Constraint

Post by Phani01 »

Hi,

Can any one give some idea about Node pool and Resource Constraint and where it is useful.
Thanks,
Phani Kumar
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

Post by nani0907 »

Datastage Enterprise edition have the facility to specify the nodes on which the process has to be carried out. Node pool constraint is the Datastage property used to restrict stages to use particular nodes only. For example, Datastage parallel job having basic transformer will fail in the distributed parallel environment. By using node pool constraint and configuration file basic transformer will be restricted to use only local nodes.
thanks n regards
nani
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

resource constraint - two types

resource disk - space for application creted datasets
resource scratch disk - runtime space created by dsengine when applications run

Regards
Sreeni
Phani01
Participant
Posts: 7
Joined: Mon Jun 22, 2009 8:41 am

Post by Phani01 »

Thanks for the reply Guys.
Thanks,
Phani Kumar
Post Reply