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 |
what is repositery?
when u face critical situation in ur project, how to solve them?
which r the connectors used in san?
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks
Is the value of staging variable stored temporarily or permanently?
How to create environments and call them? What is the use defined variables?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
What is the difference b/w Hash file and Lookup Fileset stages?
HOW CAN WE SEE THE DATA IN DATASET?
12 Answers IBM, TCS,
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
What is the difference between server job and parallel jobs?
how will u design file watch jobs?