How many parallelisms are in Abinitio?
Answers were Sorted based on User's Feedback
Answer / pradeep
pipeline parallelism,data parallelism,component parallelism
| Is This Answer Correct ? | 12 Yes | 0 No |
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 |
Is there any function in ab Initio which act like SCAN component
11. What is the use of allocate()?
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
Explain the difference between the truncate and delete commands?
what is SSH?What is the differences between the SSH,SSH1,SSH2?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
What is the difference between sandbox and EME?
When we should use 'jobid' for commit table (Output table component??
Output for sort and dedupsort with NULL key?
the inputs are 10,20,30,40,50 but the output was comes 0 records,the graph was failed what is bad situation?
What the difference between “look-up” file and “look is up” in abinitio?