You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "Shivram Mani (JIRA)" <ji...@apache.org> on 2018/02/10 01:34:00 UTC

[jira] [Created] (HAWQ-1587) Metadata not being handled correctly with PXF parameter isolation

Shivram Mani created HAWQ-1587:
----------------------------------

             Summary: Metadata not being handled correctly with PXF parameter isolation
                 Key: HAWQ-1587
                 URL: https://issues.apache.org/jira/browse/HAWQ-1587
             Project: Apache HAWQ
          Issue Type: Bug
          Components: PXF
            Reporter: Shivram Mani
            Assignee: Ed Espino
             Fix For: 2.3.0.0-incubating


https://issues.apache.org/jira/browse/HAWQ-1581 separated the system params from the user param.s. installcheck-good reports the following error
{code:java}
  SELECT * FROM pxf_get_item_fields('Hive', '*');
! ERROR:  remote component error (500) from '127.0.0.1:51200':  type  Exception report   message   Internal server error. Property &quot;METADATA&quot; has no value in current request    description   The server encountered an internal error that prevented it from fulfilling this request.    exception   java.lang.IllegalArgumentException: Internal server error. Property &quot;METADATA&quot; has no value in current request 
   \d hcatalog.*.*
+ ERROR:  remote component error (500) from '127.0.0.1:51200':  type  Exception report   message   Internal server error. Property &quot;METADATA&quot; has no value in current request    description   The server encountered an internal error that prevented it from fulfilling this request.    exception   java.lang.IllegalArgumentException: Internal server error. Property &quot;METADATA&quot; has no value in current request 
  SELECT * FROM pxf_get_item_fields('Hive', '*abc*abc*');
! ERROR:  remote component error (500) from '127.0.0.1:51200':  type  Exception report   message   Internal server error. Property &quot;METADATA&quot; has no value in current request    description   The server encountered an internal error that prevented it from fulfilling this request.    exception   java.lang.IllegalArgumentException: Internal server error. Property &quot;METADATA&quot; has no value in current request 
  \d hcatalog.*abc*.*abc*
+ ERROR:  remote component error (500) from '127.0.0.1:51200':  type  Exception report   message   Internal server error. Property &quot;METADATA&quot; has no value in current request    description   The server encountered an internal error that prevented it from fulfilling this request.    exception   java.lang.IllegalArgumentException: Internal server error. Property &quot;METADATA&quot; has no value in current request 
  \d hcatalog
  Invalid pattern provided.
  \d hcatalog.
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)