Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11543

hbase-client 0.95.2-hadoop2 admin.listTableNames() returns tables from not only userspace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 0.95.2
    • 0.98.3
    • Client
    • None
    • Client running on windows 7. Standalone HBase running on Linux. Shouldn't matter as same setup working under 0.98.3-hadoop1

    Description

                  TableName[] tableNames = admin.listTableNames();
                  for (TableName tableName : tableNames) {
                      admin.disableTable(tableName);
                      admin.deleteTable(tableName);
                  }

      After the above, some systemspace table is messed up as the shell client won't function well anymore.
      Same codes working fine in 0.98.3-hadoop1.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mingtao.zhang Mingtao Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: