[
https://issues.apache.org/jira/browse/HAWQ-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15180485#comment-15180485
]
ASF GitHub Bot commented on HAWQ-462:
-------------------------------------
Github user hornn commented on the pull request:
https://github.com/apache/incubator-hawq/pull/412#issuecomment-192448360
General question - does it also solve the problem for writable? I thought
for writable tables the code path didn't pass through hd_work_mgr.
> Querying Hcatalog in HA Secure Environment Fails
> ------------------------------------------------
>
> Key: HAWQ-462
> URL: https://issues.apache.org/jira/browse/HAWQ-462
> Project: Apache HAWQ
> Issue Type: Bug
> Components: External Tables, Hcatalog, PXF
> Affects Versions: 2.0.0-beta-incubating
> Reporter: Kavinder Dhaliwal
> Assignee: Shivram Mani
> Fix For: 2.0.0
>
>
> On an HA Secure Cluster querying a hive external table works:
> {code}
> create external table pxf_hive(s1 text, n1 int, d1 float, bg bigint, b
> boolean) location
> ('pxf://ip-10-32-38-119.ore1.vpc.pivotal.io:51200/hive_table?profile=Hive')
> format 'custom' (formatter='pxfwritable_import');
> select * from pxf_hive;
> {code}
> but querying the same table via hcatalog does not
> {code}
> SELECT * FROM hcatalog.default.hive_table;
> ERROR: Failed to acquire a delegation token for uri hdfs://localhost:8020/
> (hd_work_mgr.c:930)
> {code}
> This should be fixed by the PR for
> https://issues.apache.org/jira/browse/HAWQ-317
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)