what i the difference between the flows of 3 paralellisms
Answer / gopal patil
1>component parallelism : component works simultaneousness to
achieve the parallelism, they can work on same dataset or different datasets
2>data parallelism : dividing data by some partitioning scheme
and processing it into parallel ,reduces the time and improves performance
3>pipeline parallelisms:if components are connect one after
another,in a graph and execute simultaneously.
as soon as 1 record enters on in port , after processing it
is thrown to out port without waiting for the whole file, each
component will work in the same fashion.
| Is This Answer Correct ? | 2 Yes | 0 No |
I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?
What is the significance of ‘mp run’ command ?
What are the prioritized Rules in as Transform function
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
What is the core of co> operating system?
How to connect mainframe to Abinitio?
How do we handle if DML changing dynamicaly?
5 Answers GE, HP, IBM, Mannar Company,
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What is meant header and tailer, suppose header and tailer had some junk data how will delete junk data ? which components r used?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
. What is flow buffering ? How it reduces the chances of having deadlock ?