Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フェニックスでシステム テーブルを削除する必要があります。
SYSTEM.CATALOG & SYSTEM.SEQUENCE
drop table SYSTEM.CATALOG; Table undefined. tableName=SYSTEM.CATALOG
select * from SYSTEM.CATALOG が機能しています
また、ハブからドロップすることはできません。(テーブルが無効にされていないという例外)
HBase シェルに SYSTEM.CATALOG をドロップできます。