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

Cannot read hbase metadata with NullPointerException: null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.1
    • Impala 2.1
    • None
    • None

    Description

      We fail to load hbase metadata

      [localhost:21000] > desc functional_hbase.tinytable;
      Query: describe functional_hbase.tinytable
      ERROR: AnalysisException: Failed to load metadata for table: functional_hbase.tinytable
      CAUSED BY: TableLoadingException: Failed to load metadata for table: functional_hbase.tinytable. Running 'invalidate metadata functional_hbase.tinytable' may resolve this problem.
      CAUSED BY: NullPointerException: null
      [localhost:21000] > select * from functional_hbase.tinytable;
      Query: select * from functional_hbase.tinytable
      ERROR: AnalysisException: Failed to load metadata for table: functional_hbase.tinytable
      CAUSED BY: TableLoadingException: Failed to load metadata for table: functional_hbase.tinytable. Running 'invalidate metadata functional_hbase.tinytable' may resolve this problem.
      CAUSED BY: NullPointerException: null
      [localhost:21000] > 
      

      HBase is up and running, for example Hive can read it:

      hive> select * from functional_hbase.tinytable;
      OK
      aaaaaaa	bbbbbbb
      ccccc	dddd
      eeeeeeee	f
      Time taken: 0.118 seconds, Fetched: 3 row(s)
      hive>  
      

      Attachments

        Activity

          People

            alex.behm Alexander Behm
            ippokratis Ippokratis Pandis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: