You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by David Medinets <da...@gmail.com> on 2013/06/30 18:57:48 UTC

Should getKey() be used with Property.TRACE_TOKEN_PROPERTY_PREFIX in initialize method of MiniAccumuloConfig?

I see this:

      mergeProp(Property.TRACE_TOKEN_PROPERTY_PREFIX + ".password",
getRootPassword());

and wonder if getKey() should be used?

Re: Should getKey() be used with Property.TRACE_TOKEN_PROPERTY_PREFIX in initialize method of MiniAccumuloConfig?

Posted by Christopher <ct...@apache.org>.
That makes sense to me, so I think you are correct.

--
Christopher L Tubbs II
http://gravatar.com/ctubbsii


On Sun, Jun 30, 2013 at 12:57 PM, David Medinets
<da...@gmail.com> wrote:
> I see this:
>
>       mergeProp(Property.TRACE_TOKEN_PROPERTY_PREFIX + ".password",
> getRootPassword());
>
> and wonder if getKey() should be used?