JHUAPL / AccumuloGraph

An implementation of TinkerPop Blueprints using Accumulo
Apache License 2.0
33 stars 12 forks source link

Update MapReduce implementation to use Mutators #102

Open mikelieberman opened 9 years ago

mikelieberman commented 9 years ago

The MapReduce formats use raw Mutations and writers. These should be changed to use the table wrappers and/or Mutators to ensure table structure consistency.