Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 do you mean by the term data warehousing? Is it different from data mining?

0 Answers  


What is the difference between check point and phase?

0 Answers  


what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.

1 Answers   IBM,


What is data encoding?

0 Answers  


explain checkin and checkout?

0 Answers  


We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?

0 Answers  


What is local and formal parameter?

0 Answers  


What do you mean by a transaction file and how it is different from that of a sort file?

0 Answers  


Explain what is the architecture of abinitio?

0 Answers  


What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?what are differences between different versions of co-op?

0 Answers  


Explain what is sort component in abinitio?

0 Answers  


What is difference between API

2 Answers   CitiGroup, IBM, TCL,


Categories