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
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 |
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 |
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 |
What is the difference between passive stage and active stage?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
how CAN we remove duplicates in dataset?
what is datastage job Monitoring
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
whats difference between ls -ltr and ls -lrt?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
how many datamarts we will use in real time project and when will use the datamart?pls send the replay early
what are the devoleper roles in real time? plz tell i am new to datastage....
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
How do you load 10 different sources with 10 different layouts to 10 different tables?
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.