How to configure oozie workflow for multi-input path with multiple mappers

后端 未结 1 1767
栀梦
栀梦 2020-12-20 05:10

Can any one help me in configuring a work flow with Map-Reduce action, that takes multiple input paths each input path is associated to one Mapper as like MultipleInputs.add

1条回答
  •  醉梦人生
    2020-12-20 05:26

    In the workflow you can give a comma separated list of input directories in mapred.input.dir . This will make the files in those directories to run on different mappers.

    0 讨论(0)
提交回复
热议问题