All, I am in the throws of converting some(else's) code from MongoDB to Accumulo. I am seeing a situation where one DBObject if being embedded into another DBObject. I see that Mutation supports a method called getRow() that returns a byte array. I gather I can use this to achieve a similar result if I were so inclined.
Am I so inclined? i.e. Is this the way we do things in Accumulo? DBObject, roughly speaking, is Mongo's counterpart to Mutation. Thanks mucho -- There are ways and there are ways, Geoffry Roberts
