Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 0.3
    • 0.4
    • storage handlers

    Description

      #!bin/bash -x
      DB="hbase1319752566842_test"

      hcat -e "CREATE DATABASE IF NOT EXISTS $DB LOCATION '/tmp/hbase'"

      hcat -e "USE $DB ;
      CREATE TABLE TableDataProvider_73851724954245847 (key int, value string)
      STORED BY 'org.apache.hcatalog.hbase.HBaseHCatStorageHandler'
      TBLPROPERTIES(
      'hbase.columns.mapping'=':key,cf:value',
      'hcat.osd'='org.apache.hcatalog.hbase.HBaseOutputStorageDriver',
      'hcat.isd'='org.apache.hcatalog.hbase.HBaseInputStorageDriver');"

      hcat -e "USE $DB; DROP TABLE TableDataProvider_73851724954245847;"

      Table is deleted in HCat but not in HBase
      hbase> list
      ...
      hbase1319752566842_test.TableDataProvider_73851724954245847
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            dcapwell David Capwell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment