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

Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?

3 Answers   TCS,


How do you design PX Routines ?

1 Answers  


Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?

1 Answers   TCS,


WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD

8 Answers   L&T,


where we use config file as parameter ?

1 Answers   IBM,






tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise

0 Answers   IBM,


why we use parameters instead of hard code in datastage

4 Answers   HCL,


Describe link sort?

0 Answers  


How can we select pr retrieve the particular row in dataset by using orchadmin command?

1 Answers   IBM,


what is the difference between 7.1,7.5.2,8.1 versions in datastage?

3 Answers   IBM,


in sequtial file 2 columns avaliable,iwant only one column load the target how do it.

10 Answers   Wipro,


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

0 Answers   TCS,


Categories