my source is sequencial file and my target is dataset.
i am running the job in two node configuration file.
my source having 10 records how the data move to target?

Answers were Sorted based on User's Feedback



my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / bala

Depends on your partitioning method. If its auto - entire
rows will pass in single node.

Is This Answer Correct ?    10 Yes 1 No

my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / kavi

If we use Round Robin partitioning method,5 rows in one
node & another 5 rows in 2nd node.
If it is Entire partitioning method,all the 10 rows go into
both the nodes.

Is This Answer Correct ?    10 Yes 1 No

my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / ankit gosain

Hi All,

Well it depends upon the partitioning technique used at the
target.

Note: Since source is a Sequential file which is sequential
operator, it will run on a single node, no matter how many
node the configuration file is & all the 10 records will go
sequentially. But Dataset is used as a target which is a
parallel operator, it will run parallely on all the nodes
defined & the data will be distributed according to the
partitioning technique used at the target ( if the records
are not duplicate on the basis of key then we can say that
the data distribution amongs the nodes will be even).

Cheers,
Ankit :)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Data Stage Interview Questions

What are the benefits of datastage?

0 Answers  


How can we do null handling in sequential files?

3 Answers   Reliance,


Is possible to create skid in dim,fact tables?

0 Answers   NTT Data,


When we will go for Data elements?

3 Answers   TCS,


WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?

2 Answers   Wipro,






parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mechines and SMP and MPP..?

3 Answers  


in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh

1 Answers   IBM,


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

2 Answers  


Describe the main features of datastage?

0 Answers  


What is lookup table?

5 Answers  


I have Seq file, I don't want 10, 11th(or any two records like 20, 30th records ) records in the output

6 Answers   TCS,


In which situations we can use normal and sparse lookup stages

4 Answers   IBM,


Categories