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
Difference between sequential file and data set?
Is the value of staging variable stored temporarily or permanently?
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
Terminate Activity
i WANTED TO USE THE RANGE LOOKUP SCENARIO IN DATASTAGE 7.5.2 SRVER JOB.i HAVE A DATE FIELD IN SOURCE AND I SHOULD MATCH IT WITH A FIELD IN LOOKUP FILE.BUT,THE FIELDS SHOULD MATCH EVEN THOUGH THERE IS SOME RANGE.CAN SOMEONE TELL ME HOW CAN I DO THAT. THANKS
What is the process of killing a job in datastage?
What is datastage?
What are the main differences you have observed between 7.x and 8.x version of datastage?
How to manage date conversion in Datastage?
what are the errors,warnings in datastage
What all the types of jobs you developed?
What are the primary usages of datastage tool?
Can you explain engine tier in information server?
how to abort the job its matain duplicates?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join