Source have 1000 records and it can have three nodes ok but
i want how many records are executed on each node?
Answers were Sorted based on User's Feedback
Answer / dilip anand k
Can’t perfectly say how many records are executed on each
node. It all depends on the partitioning method used. If we
use a round robin type the records will be distributed
equally among the nodes. If a Hash method is used where
similar records will be assigned to the same node then it
depends on the data.
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / shilpasagar
The number of records executed on each node depends up on
the partitiong technique used.
But irrespective of partitiong technique there is a way to
get the count of records executed that is through Director
Open Director -> Select the job -> Right click the job and
clic Monitor -> Then select any Stage/Link name and click
Show Instances (If it is already enabled then expand the
stage / link name. Then you can find out the number of
records executed on that particular node.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / jay
no. of records processed on each node can be check from director output.
Is This Answer Correct ? | 1 Yes | 0 No |
How to transfer file from one system to another system in UNIX?which command to be use?
How you Implemented SCD Type 1 & Type 2 in your project?
what is the use of surogate key in datastage
What are sequencers?
How To find the location of APT_confid file
What are the partition techniques available in your last project?
what is 'reconsideration error' and how can i respond to this error and how to debug this
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)
Can you explain link buffering?
how to create document in datastage?
which dim, fact tables used in bank domain
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how