How many parallelisms are in Abinitio?

Answers were Sorted based on User's Feedback



How many parallelisms are in Abinitio?..

Answer / pradeep

pipeline parallelism,data parallelism,component parallelism

Is This Answer Correct ?    12 Yes 0 No

How many parallelisms are in Abinitio?..

Answer / guest

3 data,component and pipeline

Is This Answer Correct ?    6 Yes 0 No

How many parallelisms are in Abinitio?..

Answer / sohanvarma

Component parallelism:- A graph with multiple processes
running simultaneously on separate data uses component
parallelism.
Data parallelism :- A graph that deals with data divided
into segments and operates on each segment simultaneously
uses data parallelism. Nearly all commercial data
processing tasks can use data parallelism. To support this
form of parallelism, Ab Initio provides Partition
components to segment data, and Departition components to
merge segmented data back together .
Pipeline parallelism :- A graph with multiple components
running simultaneously on the same data uses pipeline
parallelism. Each component in the pipeline continuously
reads from upstream components, processes data, and writes
to downstream components. Since a downstream component can
process records previously written by an upstream
component, both components can operate in parallel. NOTE:
To limit the number of components running simultaneously,
set phases in the graph.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

What is the architecture of abinitio?

1 Answers  


Difference between Force_error & Force_abort?

2 Answers   Wipro,


How to implement the funtionality in the custom component to use in the graph?

1 Answers  


Describe the effect of the "checkpoint" t-sql statement?

1 Answers  


How we khow a database is connected in Abinitio?

2 Answers  


i need help from u. i want to learn abinitio. please provide pdfs or material or books.

56 Answers   iGate, TCS,


If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?

4 Answers   IBM,


What does dependency analysis mean in Ab Initio?

5 Answers   Syntel,


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?

1 Answers  


What is EME?What is GDE?What is Co-operating system?What is the link between all these?Please explain elaborately.

1 Answers  


What are the six data process products of ab initio (architecture of ab initio)?

1 Answers  


Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com

1 Answers  


Categories