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



Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

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

Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

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

Source have 1000 records and it can have three nodes ok but i want how many records are executed on..

Answer / jay

no. of records processed on each node can be check from director output.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What is APT_DUMP_SCORE?

2 Answers   IBM,


8000 jobs r there i given commit, suddenly job will abort? what happens? 2)diff b/t transformer stage & filter stage? 3)how to load the data in the source?

0 Answers   Wipro,


Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C

3 Answers   Deloitte, IBM,


Triggers,VIEW,Procedures

0 Answers   CTS,


hi i am bhavani, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer

1 Answers   Polaris,






what is ds administrator used for?

0 Answers  


How can we run same job in 1 day 2 times

7 Answers   IBM,


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

2 Answers   Cap Gemini, IBM,


What are the different database update actions available?

1 Answers   HP,


What are the different plug-ins stages used in your projects?

0 Answers  


where we use config file as parameter ?

1 Answers   IBM,


Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?

3 Answers   TCS,


Categories