how to write a twister code with more than one reduce task
9 views
Skip to first unread message
Savyan PV
unread,
Mar 15, 2014, 12:30:26 AM3/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twister-disc...@googlegroups.com
How can i write a twister code with more than one reduce task.
public void driveMapReduce(String partitionFile, int numMapTasks,
String initFile) throws Exception {
long beforeTime = System.currentTimeMillis();
int numReducers = 1; // we need only one reducer for the above