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 / 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 |
Hai..,in datastage how to explain project in interview?please explain any domain please.
How many Key we can define in remove duplicate stage?
Display all files which have size more 3KB in given directory/folder.
How do you register plug-ins?
Hi I have scenario like this s/r table T/r table ename,sal empno,ename,sal vijay,2000 1 , vijay, 2000 kumar,3000 2 ,kumar , 3000 ravi ,4000 3 ,ravi , 4000 How can i get target table like that without using Transformer stage?
What can we do with datastage director?
How one source columns or rows to be loaded in to two different tables?
What are the partition techniques available in your last project?
What is a ds designer?
tell me abt Datastage trigger?
Can you explain players in datastage?
I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?