Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

. 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


Please Help Members By Posting Answers For Below Questions

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.

950


What are the Types of parallelism in detail?

1094


How do you improve the performance of a graph?

1090


We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?

1279


When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?

2397


What is the function you would use to transfer a string into a decimal?

1158


What do you understand by overflow errors?

1170


Do you think effective communication is necessary for data processing?

1170


Mention what is the syntax for m_dump in abinitio?

1414


What is m_dump?

1188


What is the difference between sandbox and EME?

1215


Why do you think data processing is important?

1070


How can you import XML repositories exported from different tools like ODI

3511


What is the use of the co> operating system in ab initio?

1032


Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?

1066