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?
Answer Posted / 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 View All Answers
Why do you need stage variables?
whom do you report?
How do you import and export the datastage jobs?
How can we improve the performance in datastage?
Can you define merge?
What is the difference between passive stage and active stage?
Where the datastage stored his repository?
What is job control?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
What is active and passive stage?
What is orabulk stage?
project Steps,hits, Project level HArd things,Solved methods?
What are the stages in datastage?
What is a ds designer?
How many types of hash files are there?