How many partitions does a node can have?
Some body explain me clearly about the partitions and the nodes?
Answers were Sorted based on User's Feedback
Answer / kalyan
Node itself it working as a partition, That means you node
config file is giving the degree of parallelisum, means if
you are using 4 node config file, that job will working on
4 partitions.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / abc
It is the number of nodes in the parallel configuration
file which decides the number of partitions the data will
be split into. Each node acts on one partition.
| Is This Answer Correct ? | 3 Yes | 0 No |
i have a some records eno ename acono amount 1001 suresh sbi101 12000 1001 suresh sbi101 14000 1001 is dublicata how can i remove duplicate?
Can you explain repository tables in datastage?
How do u set a default value to a column if the column value is NULL?
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
how to run jon in unix back round process what is command use in runing a job?
Difference between in process and inter process?
What are stage variables?
client know skid info?
why we use hash file for lookup?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls
Display all files which have size more 3KB in given directory/folder.
How do you import and export the datastage jobs?