JHUAPL / AccumuloGraph

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

Required vs optional configuration parameters #82

Closed mikelieberman closed 9 years ago

mikelieberman commented 9 years ago

There are lots of configuration options available in AccumuloGraphConfiguration, and I don't know which of these are required and which are optional. This needs to be called out more explicitly in documentation and / or validation code.

mikelieberman commented 9 years ago

There is a validate() method in AccumuloGraphConfiguration to address this.