how can you convert 3 way to 7way partitioning in abinitio?
Answers were Sorted based on User's Feedback
Answer / equalizer
re-partition the data to 7 ways using partition compnents.
Of course you would need 7 way MFS, Generally its always
even number than odd, lke 2,4,6,8,10 and so on.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / noname
for any change in partitioning,we have to change
the "AI_MFS_DEPTH_OVERRIDE" parameter in .air-project-
parameters file.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / ramki
For this btr way is to use a grpah.. use three way file as
input and 7way file as output and use pks in between them
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / avijit
One way to do it is to convert the 3-way multifile to serial file.
i/p(MF) -->Merge(Key)-->PBRR-->o/p(7-way mfs path)
| Is This Answer Correct ? | 1 Yes | 1 No |
How to run the graph without GDE?
What is regex (lookup)? When you should use it? How to use in abinitio graph?
Code check-in and check-out commands in AbInitio
how does deadlock occur?
How to create project (public,private,common,client) what are the differences between them?
Need Ab-Initio Material - Harini
What a local lookup is?
Explain PDL with an example?
Give one reason when you need to consider multiple data processing?
Difference between private project parameters ,public project parameters and common project parameters?
What is meant by Co > Operating system and why it is special for Ab-initio ?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on