Projects >> mongo-hadoop >>65bd165c00ec1f1e8ed7993645f02cd8fdb3090a

Chunk
Conflicting content
        _context = ctx;
        this.updateKeys = updateKeys;
        this.multiUpdate = false;
<<<<<<< HEAD
        this.numberOfHosts = c.size();
=======
>>>>>>> 7dddc728a4f52e1e8cc28b78f54d296a0758605c

        //authenticate if necessary - but don't auth twice on same DB
        MongoConfig config = new MongoConfig(ctx.getConfiguration());
Solution content
        _context = ctx;
        this.updateKeys = updateKeys;
        this.multiUpdate = false;
        this.numberOfHosts = c.size();

        //authenticate if necessary - but don't auth twice on same DB
        MongoConfig config = new MongoConfig(ctx.getConfiguration());
File
MongoRecordWriter.java
Developer's decision
Version 1
Kind of conflict
Method invocation