T) Without opening a graph how should we know how many input files are using in that graph?



    Suppose you have graph with name ABC.mp. So to find the number of input datasets(IP files/IP tables..etc) using by the ABC.mp you can do the following:

  •  air project get-required-file /Projectname/mp/ABC.mp > ListofInputfiles.dat
 
  /* This wil save list of input files in file ListofInputfiles.dat */

  •   cat ListofInputfiles.dat | wc -l
 
    /* It will give the count of input datasets required by the graph */ 

Comments

Popular posts from this blog

T) For data parallelism, we can use partition components. For component parallelism, we can use replicate component. Like this which component(s) can we use for pipeline parallelism?

T) When to use sort within groups ?

T) Explain about on .abi-unc files in abinitio ?