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 |
what is the custome stage in datastage? how can we impliment that one? plz tell me
How to remove blank spaces from data?
I have a few records just I want to store each records tow times in target how?
How many areas for files does datastage have?
I have file with empid,empname and I want to load these two fields along with sal in my target 1)salary must be same for all the records 2)I want pass the salary at run time
What are stage variables and constants?
Can you highlight the main features of ibm infosphere information server?
Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.
5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10
What is a folder? Difference types of stages?
What is the difference between validate and compile?
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help