GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio
Go To First  |  Previous Question  |  Next Question 
 Abinitio  |  Question 160 of 196    Print  
What are the different schedulers used for running the abinitio graphs

  
Total Answers and Comments: 3 Last Update: September 08, 2008     Asked by: imran 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 06, 2007 06:02:24   #1  
Wach        

RE: What are the different schedulers used for running...

The best scheduler avaiable is autosys it is a 3rd party tool. By this we can do all the scheduling and have attributes to incorporate dependency between various abinitio graphs. Through autosys command jobs we run the script file corresponding to any abinitio graph.

 
Is this answer useful? Yes | No
June 19, 2007 08:07:50   #2  
sreenivasamurthy        

RE: What are the different schedulers used for running...
In ab initio there are no specific scheduling options as in informatica. What we can do is use cronjob options as in unix
 
Is this answer useful? Yes | No
September 08, 2008 05:10:37   #3  
abhi_fresh_as_dew Member Since: September 2008   Contribution: 12    

RE: What are the different schedulers used for running the abinitio graphs
You can do anything in Ab Initio depends on the logic you use


Say there are 10 jobs 1 2 3 4 5 .. 10 and all the graphs are deployed as script.
Suppose 1-4 graps should run at the same time and sequential pattern after that.

These are steps you may get into --

1. Create a script in Unix that is required for sequential run viz.

seq_2_run.sh would call the scripts generated by deployment of the graphs in the following manner -

vi seq_2_run.sh

nohup 5.ksh &
nohup 6.ksh &
nohup 7.ksh &
nohup 8.ksh &
nohup 9.ksh &
nohup 10.ksh &

2.Create a scheduler graph in abinitio.

a. Take five script execute components
b. Call the 1.ksh 2.ksh 3.ksh and 4.ksh in four script execute components and keep them all in the same phase say phase 0.
c. Call the seq_2_run.sh in four script execute components and assign it as phase 2.

3. Run the graph.

Output :

1-4 would run at the same time and seqential pattern after the completion of the prior.



Every lock has a key !!! :)
Abhisek B.. fresh as dew

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape