. How can you run a graph continuously without using
continuous components ?
Answer Posted / niroj kumar pattnaik
We can try one approach by calling the graph's own deployed
script name from its end script call.
For Example:
Suppose, we have a graph my_graph.mp and its deployed
script my_graph.ksh in $AI_RUN.
Now in the end script of our graph we can call the deployed
scripts as given below:
if [ $mpjret -eq 0 ]; then
$AI_RUN/my_graph.ksh
else
echo "Graph Failed"
fi
-----------------
Though this approach mimics the style of a continuous
graph, it can't replace the benefits of it. This approach
can be further enhanced to take care of roll-back and
failure handlings by using "trap" command with a user
defined unix script/function.
Thanks,
Niroj@Thbs
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What will be the skew for, input file->partition by key-> partition by round robin->output file
Explain the ab initio etl tool in high level?
What is common among data validity and data integrity?
Explain how abinitio eme is segregated?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
Can you explain the performance and scalability of co> operating system?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
Explain PDL with an example?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
Explain the methods to improve performance of a graph?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
How can I run the 2 gui merge files?
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?
What is the difference between rollup and scan?
What does edp stand for?