. 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 Graph parameter?
How can you force the optimizer to use a particular index?
How do you add default rules in transformer?
What is a rollup component?
Mention what is abinitio?
Do you know what a local lookup is?
Explain the ab initio etl tool in high level?
Have you used the rollup component? Describe how?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What are the various types of layout supported by abinitio?
What are the different types of parallelism in ab initio?
What is a local lookup?
What is ab initio enterprise meta>environment (eme)?
How many components in your most complicated graph?
How co> operating system natively processes the data?