. 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 are the types of data processing you are familiar with?
Explain what is de-partition in abinitio?
Explain PDL with an example?
What is data mapping and data modelling?
How do you add default rules in transformer?
Pdl with an example?
Runtime behavior of Normalize and Reformat
Have you used the rollup component? Describe how?
What do you mean by the term data warehousing? Is it different from data mining?
What do you mean by a transaction file and how it is different from that of a sort file?
How can a graph be run infinitely?
How scientific data processing is different from commercial data processing?
what is the output when -1 is put in select_expr of FBE?
What is the core of co> operating system?
What is the function you would use to transfer a string into a decimal?