Answer Posted / pooja
Nodemap constraint is a property check in the stage. The
paralell execution of the job can be restriced to a
particular node or nodes at a stage level with this check.
It provides a drop down list of nodes available and by
selecting a particular node or nodes the job executes only
on that particular node or nodes.
For example, if the incoming data is being processed in
parallel mode on 4 nodes then in the next stage if the
nodemap constraint is checked and only 1 node is selected
then the entire data is processed in a sequential mode i.e.
on that particular node.
In case the incoming data processes on 4 nodes and nodemap
contraint is checked and 2 nodes are selected then the data
is distributed on these 2 nodes and the job process is
carried out on the same.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of datastage designer?
How to find value from a column in a dataset?
What is ds designer?
What is ibm datastage?
How a routine is called in datastage job?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
root tree will find which is server job and which is parallel job?
What are system variables and sequencers in datastage
What are the partitioning techniques available in link partitioner?
what is repositery?
Terminate Activity
How to implement complex jobs in data stage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
What is the difference between informatica and datastage?
How do you register plug-ins?