Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-1587

Metadata not being handled correctly with PXF parameter isolation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0.0-incubating
    • PXF
    • None

    Description

      https://issues.apache.org/jira/browse/HAWQ-1581 separated the system params from the user param.s. installcheck-good reports the following error which is due to the incorrect handling of the METADATA property in the PXF server

        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 "METADATA" 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 "METADATA" 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 "METADATA" 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 "METADATA" 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 "METADATA" 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 "METADATA" 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 "METADATA" 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 "METADATA" has no value in current request 
        \d hcatalog
        Invalid pattern provided.
        \d hcatalog.
      

      Attachments

        Issue Links

          Activity

            People

              shivram Shivram Mani
              shivram Shivram Mani
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: