[ 
https://issues.apache.org/jira/browse/HAWQ-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225689#comment-15225689
 ] 

ASF GitHub Bot commented on HAWQ-462:
-------------------------------------

Github user kavinderd commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/503#issuecomment-205644754
  
    @ictmalili Oh ok cool. Thanks for taking care of it


> 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)

Reply via email to