GitHub user shivzone opened a pull request:
https://github.com/apache/incubator-hawq/pull/1383
HAWQ-1644. Make delegation token optional in PXF
Make delegation token property optional for PXF when used against secure
hadoop. Delegation token is a complementary means for authentication with
hadoop along with Kerberos. There is not much value in using the delegation
token with masterless and segment only PXF architecture, as each pxf jvm will
need to establish the token anyway. Simply authenticating with Keberos should
be good enough in such a deployment mode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shivzone/incubator-hawq HAWQ-1644
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1383.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 #1383
----
commit eb1aa6a0596b5b9a1f1ef2f8c3986aacd80f0f15
Author: Pivotal <pivotal@...>
Date: 2018-07-31T21:28:56Z
HAWQ-1644. Make delegation token optional in PXF
----
---