What is the architecture of abinitio?
No Answer is Posted For this Question
Be the First to Post Answer
. What is dynamic lookup ?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
What exactly do you know about the typical data analysis?
name the air commands in ab initio?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
How to run a graph infinitely?
what is the difference between ab_work_dir and .work
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
What are differences between different versions of co-op?
How would you find out whether a sql query is using the indices you expect?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
Broadcast and replicate does the similar work , what’s the diff then