what is hash file in abinitio? how will it read in
abinitio? in hash file the data files r combine
(file1.dat,file2.dat,file3.dat......etc) how will it divide?
Answer Posted / freak.abinitio
Partition by Key uses hash function to distribute output flow
partition according to the key values...
Data may not be distributed across the partition.
hash function: records in file % no.of partitions
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How to create repository in abinitio for stand alone system(local nt)?
How do you truncate a table?
What are the fundamental blocks of co> operating system of ab initio?
How to add default rules in transformer?
What is the architecture of abinitio?
How can a graph be run infinitely?
Describe the evaluation of parameters order in ab initio?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Explain about ab initio’s dependency analysis?
Difference between output_index and output_indexes in reformat
What are the differences between different versions of co-op?
What is MAX CORE of a component?
Describe the grant/revoke ddl facility and how it is implemented?
What are the steps to create a repository in ab initio?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low