Skip to content

Commit

Permalink
Update Find the number of medals india won year wise in olympix data set
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran0541 committed Oct 21, 2015
1 parent eb8a61c commit 9b13628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Context context)
Configuration conf = new Configuration();

@SuppressWarnings("deprecation")
Job job = new Job(conf, "goldmedalcount");
Job job = new Job(conf, "indiamedals");
job.setJarByClass(India_medals.class);

job.setMapOutputKeyClass(Text.class);
Expand Down

0 comments on commit 9b13628

Please sign in to comment.