Skip to content

Commit

Permalink
Update Pulmonary_state
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran0541 committed Oct 21, 2015
1 parent 2f69d78 commit 0b08843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pulmonary_state
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ state.toString().equalsIgnoreCase("tx")){
Job job = new Job(conf, "wordcount");
job.setJarByClass(Pulomonary_states.class);

job.setMapOutputKeyClass(Text.class);
job.setMapOutputValueClass(Text.class);
job.setMapOutputKeyClass(Text.class); //in case output for mapper is different from..
job.setMapOutputValueClass(Text.class); // ..the input of reducer
job.setOutputKeyClass(Text.class);
job.setOutputValueClass(IntWritable.class);

Expand Down

0 comments on commit 0b08843

Please sign in to comment.