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.
我正在研究 Glue 数据目录,我有点困惑。我知道 Glue 数据目录不存储数据本身,而只是存储数据库和表的元数据,但是,它们的存储位置在哪里?
根据公开信息,Glue Catalog 是Hive Metatore的替代品。该架构很可能与 Hive Metastore 非常相似。在高层次上,Hive 元存储由 Java 服务器和 MySQL 数据库组成。管理手册提供了更多详细信息。
因此,元数据必须存储在 AWS 内部管理的 MySQL 数据库中。这是猜测,因为没有公开的具体信息。