Abinition Multi file Conversion

How will you convert 8 way mfs to 10 way mfs for multi files?

Questions by vijayp57

Showing Answers 1 - 27 of 27 Answers

venki

  • Sep 9th, 2011
 

I have a question here..Why is not possible to use another partition component to convert to depth 10 ...why do we need to serialize it first?

Thanks in advance.


  Was this answer useful?  Yes

venki

  • Sep 9th, 2011
 

Cant it be done without serializing it by using another partition component?

Thanks

  Was this answer useful?  Yes

Rishabh Gulati

  • Oct 3rd, 2011
 

First use a 'gather' and then 'partition by round robin'....

  Was this answer useful?  Yes

s s

  • Oct 10th, 2011
 

You can re-partition only if the depth is n times existing depth

  Was this answer useful?  Yes

This is not true.

We can repartition even if the new depth is not n times the existing depth.

For repartitioning an 8way file to a 10 way file u just have to use another partition component (depending on the way u want to partition u can use partition by key, expression, round_robin etc). The flow should be all - to all and the output file should reside in a 10 way partitioned multifile directory.

No need to serialize the data first.

  Was this answer useful?  Yes

Thats correct. We need not serialize the data for changing the depth.
I have used one way for this .

Use any partition component > Go to Layout tab > Custom >Edit and give the absolute paths over there as per your required depth.

It works this way too.

  Was this answer useful?  Yes

AsheshN

  • Feb 2nd, 2012
 

We can simply use any partition component (partition by key, round robin or anything) to achieve this. Just Specify the target multi file system location in the layout of the partition component. There you go!!

  Was this answer useful?  Yes

chandu

  • Feb 7th, 2012
 

We can use re-partition component just like partition by key & sort. In that layout we can change the depth.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions