Comments on: Building Inverted Index in MapReduce https://acadgild.com/blog/building-inverted-index-mapreduce/ Learn. Do. Earn. Thu, 25 Aug 2016 12:12:23 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: GiraffaDrop https://acadgild.com/blog/building-inverted-index-mapreduce/#comment-2885 Fri, 24 Jun 2016 13:33:43 +0000 https://acadgild.com/blog/?p=5130#comment-2885 HI,
What is InvertedIndeX class used?Thanks 🙂

]]>
By: Brundesh https://acadgild.com/blog/building-inverted-index-mapreduce/#comment-2492 Fri, 27 May 2016 07:05:51 +0000 https://acadgild.com/blog/?p=5130#comment-2492 Hi

Code example used in this post is written in MRV2 API , so please make sure all the import statements should be of org.apache.hadoop.mapreduce*, to get more detailed API difference between MRV1 and MRV2 to refer the below blog
https://acadgild.com/blog/know-api-differences-mrv1-mrv2/

]]>
By: wael https://acadgild.com/blog/building-inverted-index-mapreduce/#comment-2483 Thu, 26 May 2016 16:01:23 +0000 https://acadgild.com/blog/?p=5130#comment-2483 how to sove this issue ?
org.apache.hadoop.mapreduce.lib.input.FileSplit cannot be cast to org.apache.hadoop.mapred.FileSplit

]]>