Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-11534

Improve validateTableCols error message

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • Hive
    • None

    Description

      For tables created without column definition in the DDL (but referencing the schema in the underlying file format like Avro), ObjectStore.validateTableCols throws an exception that doesn't include the table and db name. This makes it tedious to lookup table name in schema files.

      Example:

      ERROR org.apache.hadoop.hive.metastore.ObjectStore: Error retrieving statistics via jdo
      MetaException(message:Column wpp_mbrshp_hix_ik doesn't exist.)
      at org.apache.hadoop.hive.metastore.ObjectStore.validateTableCols(ObjectStore.java:6061)
      at org.apache.hadoop.hive.metastore.ObjectStore.getMTableColumnStatistics(ObjectStore.java:6012)
      at org.apache.hadoop.hive.metastore.ObjectStore.access$1000(ObjectStore.java:160)
      at org.apache.hadoop.hive.metastore.ObjectStore$6.getJdoResult(ObjectStore.java:6084)
      at org.apache.hadoop.hive.metastore.ObjectStore$6.getJdoResult(ObjectStore.java:6076)
      

      We should add database and the table name to the error message.

      Attachments

        1. HIVE-11534.patch
          4 kB
          Mohit Sabharwal

        Activity

          People

            mohitsabharwal Mohit Sabharwal
            mohitsabharwal Mohit Sabharwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: