GitHub user interma opened a pull request:
https://github.com/apache/incubator-hawq/pull/1256
HAWQ-1485. fix exception of decryptPassword twice in lookupResource()
In my earlier PR, *decryptPassword()* is called in the beginning of
*lookupResource()*, but *BaseClient* (a ranger lib) also need decrypt password
in some situation, decrypt twice will cause a exception.
This PR fixed this issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/interma/interma-hawq hawq-1485
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1256.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 #1256
----
commit ee200369c80df50947571fb04b51684ec19f02be
Author: interma <[email protected]>
Date: 2017-06-14T10:22:50Z
HAWQ-1485. fix exception of decryptPassword twice in lookupResource()
----
---
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.
---