we run a job in 4 nodes,i want to run same job on 8 nodes is
it possible?
job recompling is mandtory?why?
Answer Posted / shilpasagar
To run a job on 8 node that is previously run on 4 node,
you need to change the cofiguration file.
Open the job in designer -> Go to Tools -> Configurations
Create new Confuguration file such that it contains 8 nodes
with multiple pools.
with in yout job, open the stages and click on
configuration file, which will have list of configuration
files available for the project. select the one that in
which u have included 8 nodes.
compile and run the job. Now the job will run on 8 nodes
configuration.
If u want all the jobs in the project to run on 8 nodes
config .. then update APT_CONFIG_FILE env variable with the
name that is given to 8 nodes config file.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
What is the precedence of stage variables,derivations, and constraints?
What is the project in datastage?
What is the importance of the exception activity in datastage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
How do y read Sequential file from job control?
What are the differences between datastage and informatica?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
Name the different types of Lookups in Datastage?
What is size of a transaction and an array means in a datastage?
Where do you see different stages in the designer?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
Can you explain how could anyone drop the index before loading the data in target in datastage?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?