How many nodes supported by a one cpu in parallel jobs?
Answers were Sorted based on User's Feedback
Answer / satyam
here node is nothing but processor, parallel jobs supports uniprocessor,smp,mpp and clustered system so nodes supporting is depend upon h/w architecture ok.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / madhu
1 cpu can support 1.5 node..
if u have dual core it supports upto 3 nodes only...
| Is This Answer Correct ? | 1 Yes | 7 No |
what r the sources u need to create the datastage?
How to read the length of word in unix?
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
project Steps,hits, Project level HArd things,Solved methods?
can we see the data in fixed width file? how can u change the datatype of fixed width files?
What is the use of surrogate key stage?
HOW CAN WE SEE THE DATA IN DATASET?
i have the source from Uk,north america how can i pass the data two tables based on the locations
insequential file 2header avaliable,and 100 records avaliable.how to skip the 2 headers and load 100 records target?
How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?
how to sort two columns in single job in datastage.
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C