GitHub user joshelser opened a pull request:
https://github.com/apache/accumulo/pull/67
ACCUMULO-4135 Add impersonation configuration keys which don't put thâ¦
â¦e principal in the key.
Apparently, Ambari has a very hard time handling configuration keys that
have '/'
characters in them. As such, this breaks the impersonation config keys, as
they
will near always have a '/' in them (e.g. primary/instance@REALM). This is
sad.
This commit introduces an alternate strategy for specifying the same
configuration
items but only using the values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/accumulo
ACCUMULO-4135-impersonation-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/67.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #67
----
commit c43bf64e87d9e095f0a1a2edb55439d806fd96f8
Author: Josh Elser <[email protected]>
Date: 2016-02-06T06:57:54Z
ACCUMULO-4135 Add impersonation configuration keys which don't put the
principal in the key.
Apparently, Ambari has a very hard time handling configuration keys that
have '/'
characters in them. As such, this breaks the impersonation config keys, as
they
will near always have a '/' in them (e.g. primary/instance@REALM). This is
sad.
This commit introduces an alternate strategy for specifying the same
configuration
items but only using the values.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---