How to configure a custom partitioner on oozie workflow XML for a MapReduce Action? I tried using:
<property>
<name>mapreduce.job.partitioner.class</name>
<value>com.package.MyPartitioner</value>
</property>
<property>
<name>mapreduce.partitioner.class</name>
<value>com.package.MyPartitioner</value>
</property>
The below is the configuration for specifying partitioner class for mapreduce new api.