Execution Mode & Node Map 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
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Execution Mode & Node Map Constraint

Post by jerome_rajan »

Is there any difference between the way setting 'Execution Mode' to sequential works and defining a job to run on a single node using a Node Map constraint?

I read that when the Execution Mode is set to sequential, the conductor does the execution . If true, how does the conductor do this?

I was thinking that the conductor is the master process that sets up the score, creates SLs and does all the logging activity.
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post by jerome_rajan »

Can someone please help me understand this difference or direct me to a sitee that can help me understand this?

Thank you.
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Sequential execution is controlled by the configuration file. When the score is composed, the node used is a resource allocation exercise; usually sequential operators are allocated to the free-est available node from the default node pool (the node pool whose name is ""). Using a node map constraint gives you the flexibility to choose which node that is.

If you leave your conductor node out of the default node pool in the configuration file, sequential operators not constrained to execute in the pool in which the conductor executes will not be executed in that node, as they will execute on a node in the default node pool.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply