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 a message handler
how to write server Routine coding?
by using dsjob..we can run only one job at a time?how can u run multiple jobs at a time in unix?
What are the components of datastage?
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
what are the different type of errors in datastage?
what is the Difference Between Datastage Server Edition and Parallel Edition?
How to reverse the string using unix?
Can you explain how could anyone drop the index before loading the data in target in datastage?
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
What is merge stage?