Broadcast and replicate does the similar work , what’s the
diff then
Answer Posted / sreedevi
Broadcast Replicate
1)Broadcast is used for Data parallelism. 1) Replicate mainly used for component parallelism.
2) It can have SFS at in and MFS at out. 2) You cannot have serial layout(SFS) to input and MFS to output.
3) in Broad cast same data is to be dumped to all output flows. 3) In replicate we are not excepting any order of records in the output because it combines the data records arbitarly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
How does the bre work with the co>operating system?
how to insert/update a csv file by comparing it with another csv file?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
What is is a data flow graph?
How many components in your most complicated graph?
what is the difference between i)public ii)private iii)common and client projects?
What is local and formal parameter?
What is a data processing cycle and what is its significance?
What is the function you would use to transfer a string into a decimal?
What will be the skew for, input file->partition by key-> partition by round robin->output file
Mention what is abinitio?
What is data mapping and data modelling?
What is common among data validity and data integrity?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?