i 10 jobs first two jobs are runing in 2nodes,next 2 jobs
are running in 4 nodes, next 4 jobs are running in 6 nodes
and the remaining jobs are running on 10 nodes. how to
change the node configuration?
Answer Posted / subbuchamala
First create 4 Configuration files(2 Node, 4 Node 6 Node and 10 Node config files).
And add the environment variable($APT_CONFIG_FILE) to all the jobs in the job Properties.
-->For first2 jobs: Assign the 2 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
-->For next 2 jobs: Assign the 4 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
do this for all jobs.
Bsed on this config file setting, Jobs will pick required Config file in runtime.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
What are the different common services in datastage?
what is the difference between == and eq in UNIX shell scripting?
How many types of hash files are there?
Is the value of staging variable stored temporarily or permanently?
What is the sortmerge collector?
What is the difference between datastage and informatica?
What are the processing stages?
What are the areas of application?
What are the different layers in the information server architecture?
how do u catch bad rows from OCI stage? And what CLI stands for?
Define data aggregation?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
Differentiate between hash file and sequential file?
what is the custome stage in datastage? how can we impliment that one? plz tell me