difference betwween check point and phase?
Answers were Sorted based on User's Feedback
Answer / freak.abinitio
check point is the recovery points created.........whenever the graph fails in middle. we can get the data from the failed checkpoint and try to execute it from that point after the correction.
phase:when graph created with phases part of memory will allocated to each phase one by one..[memory managment] phase will always be runing one after the other.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / md
Using checkpoint if graph fails you can process rest of the
process from the point where it abended.
using Phase you need to run whole graph again. even ur
intermediate files will also get deleted.
| Is This Answer Correct ? | 1 Yes | 4 No |
What are the various types of layout supported by abinitio?
Mention what is a partition and what are the different types of partition components in abinitio?
What is air-project parameter ? How to use in abinitio graph?
3 Answers IBM, TCL, Tech Mahindra,
Can you explain data flow graph with an example?
What is the difference between sandbox and EME?
What is the difference between a scan component and a rollup component?
What is the Reformat Layout?(i/p ->Reformat->o/p)
What is the importance of eme in abinitio?
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?
What are the steps to create a repository in ab initio?
Difference between public and private projects and how to make private to public?
How abinitio eme is segregated?