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
What are the functionalities of link collector?
AGGREGATOR default datatype
What are some different alternative commands associated with "dsjob"?
What is active and passive stage?
project Steps,hits, Project level HArd things,Solved methods?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
What is the difference between an operational datastage and a data warehouse?
Explain the situation where you have applied SCD in your project?
How do you register plug-ins?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
How do you remove duplicate values in datastage?
Why we use surrogate key?
How do you generate sequence number in datastage?
What is the difference between server job and parallel jobs?
What are system variables and sequencers in datastage