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 mongod...@googlegroups.com
Hello All,
I am planning on using MongoDB-Hadoop connector 1.0 for Hadoop version 1.0.3. But I don't find a MongoConfig class suitable for this version of hadoop.
The methods of MongoConfig doesn't seem to be suitable for the older versions of Hadoop. For example, the methods setMapper(), setInputFormat(), setOutputFormat() all expect arguments from org.apache.hadoop.mapreduce and don't support org.apache.hadoop.mapred. But I do see mapred versions for some files in https://github.com/mongodb/mongo-hadoop/tree/master/core/src/main/java/com/mongodb/hadoop/mapred. Please let me know how can these files be used with MongoConfig?