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 |
How can a graph be run infinitely?
List out the file extensions used in abinitio?
How co> operating system natively processes the data?
How can you import XML repositories exported from different tools like ODI
What are the Graph parameter?
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
How do you improve the performance of a graph?
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?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
What is publickey and private key?what is the use of this two keys?
Give one reason when you need to consider multiple data processing?
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.