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.
Answer / madhugreddy
After specifying Check points if a graph fails at one
particular point,then by making necessary modifications at
that point we can make the graph run, instead of running the
graph from the beginning.
If there are several branches in a graph we can specify
Phases for each branch, so that after the completion of
successive branch only the next phase execution starts.So
that the processing will be reduced and the performance will
be increased.
You cant run from 51000th record if all the 1 lakh records
are in a single file.The graph should run from 1st record.
It can be achieved if there are different comtonents holding
1 lakh records.
| Is This Answer Correct ? | 6 Yes | 1 No |
What are the different forms of output that can be obtained after processing of data?
Can we specify checkpoints without Phases?
To which project that prefix will set is to private project or public project or both?how and where to set?
What is the max core of a component?
Output for sort and dedupsort with NULL key?
Can you explain the co>operating system’s processing model?
Mention what is rollup component?
What are the factors on which storage of data depends?
How to move or copy the project parameter or project object to my sandbox?
State the first_defined function with an example?
what does layout means in terms of Ab Initio?
What is broadcasting and replicate?