how to create a new mfs file?
where will we specify the number of partition eg 4 way ,8 way?
Answers were Sorted based on User's Feedback
Answer / pramod k m
To create a new mfs file you can use
m_touch <filename> but you have to be sure that you are in a
multidirectory.
after creating the multi file just do a
cat <multifilename> you will see how many partitions are in
that.
You should have a multifile system with 4 way and 8 way
depth to create multifiles of according depth.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / avijit
m_mkfs can be used for creating desired mfs file.
But a developer never creates any MFS path it is done by the Abinitio administrator. There are different mfs path parameters created by administrator like.
AI_MFS : Default MFS path.
AI_4way_MFS : for creating 4-way mfs file
and so on.
we only use the required path in the o/p file URL to create desired mfs file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abinitio_l
with this command we can create mfs file
M_MKFS /path/mfs3
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / sohanvarma
create a new file--> m_mkfs.
To convert 4 way to 8 way partition we need to change the
layout in the partioning component. There will be seperate
parameters for each and every type of partioning eg.
AI_MFS_HOME, AI_MFS_MEDIUM_HOME, AI_MFS_WIDE_HOME etc.
The appropriate parameter need to be selected in the
component layout for the type of partioning..
| Is This Answer Correct ? | 2 Yes | 4 No |
what does layout means in terms of Ab Initio?
Have you eveer encountered an error called "depth not equal"?
What are the different versions and releases of ABinitio ?
What is a ramp limit?
What is data encoding?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
How you can generate surrogate key? How to use in abinitio graph?
2 Answers IBM, TCL, Torry Harris,
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.
What are the differences between different versions of co-op?
Mention what dedup-component and replicate component does?
How do you add default rules in the transformer?
What is a deadlock and how it occurs?