GitHub user frankgh opened a pull request:
https://github.com/apache/incubator-hawq/pull/1392
HAWQ-1652. Update PXF keytab path to use PXF_HOME
- Updates `PXF_KEYTAB` path to live inside `${PXF_HOME}/conf` and
`PXF_PRINCIPAL` to default to gpadmin.
- Fixes nanoseconds to milliseconds conversion in UGICache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/frankgh/incubator-hawq HAWQ-1652
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1392.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 #1392
----
commit 1614b544c98eff6f336b870b58ad5717af956131
Author: Francisco Guerrero <aguerrero@...>
Date: 2018-08-17T16:04:44Z
Fixes conversion from nanoseconds to milliseconds
Co-authored-by: Divya Bhargov <[email protected]>
Co-authored-by: Francisco Guerrero <[email protected]>
commit d8f4597aac8f46024ff9302b749f457b58477d89
Author: Francisco Guerrero <aguerrero@...>
Date: 2018-08-18T00:26:44Z
HAWQ-1652. Using PXF_HOME/conf as the default location for the keytab
- Using gpadmin as the default principal for PXF
Co-authored-by: Divya Bhargov <[email protected]>
Co-authored-by: Francisco Guerrero <[email protected]>
----
---