Broadcast and replicate does the similar work , what’s the
diff then
Answers were Sorted based on User's Feedback
Answer / chamanvir kaur
Both behave same when input files are serial.
But when its multi file then broadcast do data partitioning
and replicate do component partitioning.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / 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 |
Answer / jagdish
Broadcast destributes the records from input based on the block size where as the replicate combines all of the inputs and makes a copy and populates to output.
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / sainath
Broadcast and replicate both are perform same action ,but main difference is Broadcast is partition component. replicate is not a partition component .
| Is This Answer Correct ? | 0 Yes | 10 No |
. What is flow buffering ? How it reduces the chances of having deadlock ?
What is use of creating a save files? How to use in abinitio graph?
1 Answers Cognizant, IBM, Intellego, TCL,
What do you understand by local lookup?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
What is the purpose of having stored procedures in a database?
Explain the methods to improve performance of a graph?
How to get DML using Utilities in UNIX?
what is extension list in abinitio?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
What is the difference between a DB config and a CFG file?
What is MAX CORE of a component?
Give one reason when you need to consider multiple data processing?