Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6579

Data load failing with Error opening Kudu table 'impala::tpch_kudu.lineitem', Kudu error: The table does not exist: table_name: "impala::tpch_kudu.lineitem"

    XMLWordPrintableJSON

Details

    • ghx-label-9

    Description

      Error is:

      02:35:56 
      02:35:56 Data Loading from Impala failed with error: ImpalaBeeswaxException:
      02:35:56  INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
      02:35:56  MESSAGE: AnalysisException: org.apache.impala.catalog.TableLoadingException: Error loading metadata for Kudu table impala::tpch_kudu.lineitem
      02:35:56 CAUSED BY: ImpalaRuntimeException: Error opening Kudu table 'impala::tpch_kudu.lineitem', Kudu error: The table does not exist: table_name: "impala::tpch_kudu.lineitem"
      02:35:56 CAUSED BY: TableLoadingException: Error loading metadata for Kudu table impala::tpch_kudu.lineitem
      02:35:56 CAUSED BY: ImpalaRuntimeException: Error opening Kudu table 'impala::tpch_kudu.lineitem', Kudu error: The table does not exist: table_name: "impala::tpch_kudu.lineitem"
      

      Log is attached. Relevant parts are:

      
      (create-tpch-core-impala-generated-kudu-none-none.sql):
      create table if not exists tpch_kudu.lineitem (
        L_ORDERKEY BIGINT,
        L_PARTKEY BIGINT,
        L_SUPPKEY BIGINT,
        L_LINENUMBER INT,
        L_QUANTITY DOUBLE,
        L_EXTENDEDPRICE DOUBLE,
        L_DISCOUNT DOUBLE,
        L_TAX DOUBLE,
        L_RETURNFLAG STRING,
        L_LINESTATUS STRING,
        L_SHIPDATE STRING,
        L_COMMITDATE STRING,
        L_RECEIPTDATE STRING,
        L_SHIPINSTRUCT STRING,
        L_SHIPMODE STRING,
        L_COMMENT STRING,
        PRIMARY KEY(L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER)
      )
      partition by hash (l_orderkey) partitions 9 stored as kudu
      ....
      
      (invalidate-tpch-core-impala-generated.sql):
      INVALIDATE METADATA tpch_kudu.lineitem
      ....
      
      
      (load-tpch-core-impala-generated-kudu-none-none.sql):
      INSERT INTO TABLE tpch_kudu.lineitem SELECT * FROM tpch.lineitem
      
      Data Loading from Impala failed with error: ImpalaBeeswaxException:
       INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
       MESSAGE: AnalysisException: org.apache.impala.catalog.TableLoadingException: Error loading metadata for Kudu table impala::tpch_kudu.lineitem
      CAUSED BY: ImpalaRuntimeException: Error opening Kudu table 'impala::tpch_kudu.lineitem', Kudu error: The table does not exist: table_name: "impala::tpch_kudu.lineitem"
      CAUSED BY: TableLoadingException: Error loading metadata for Kudu table impala::tpch_kudu.lineitem
      CAUSED BY: ImpalaRuntimeException: Error opening Kudu table 'impala::tpch_kudu.lineitem', Kudu error: The table does not exist: table_name: "impala::tpch_kudu.lineitem"
      

      This happened when a load from snapshot was attempted, but failed because of changes in test data.

      Attachments

        1. data-load-tpch-core.log
          52 kB
          Tim Armstrong

        Activity

          People

            joemcdonnell Joe McDonnell
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: