what is a nodemap constraint
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pooja
Nodemap constraint is a property check in the stage. The
job process can restriced at a stage level with this check.
It provides a drop down list of nodes available and by
selecting a particular node the process only on that
particular node.
For example, if the incoming data is being processed in
parallel mode then in the next stage if the nodemap
constraint is checked then from here on the processing
takes place in a sequential mode.
| Is This Answer Correct ? | 4 Yes | 3 No |
can we half project in parallel jobs and half project in server jobs?
What is a merge in datastage?
How to initialize environment variables?
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
what is the function in Transformer stage can act as Rank function in Oracle
What is ds designer?
Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...
I have 2 Files like fileA fileB Output1 Output2 Output3 1 6 1 6 11 2 7 2 7 12 3 8 3 8 13 4 9 4 9 14 5 10 5 10 15 6 11 7 12 8 13 9 14 10 15 please let know
How do you schedule or monitoring the job?
in sequtial file 2 columns avaliable,iwant only one column load the target how do it.
what is parameterset?