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.
通常您将元数据存储到 mysql 之类的 jdbc 兼容数据库中。是否可以像在 Hbase 中一样将其保存在 hdfs 中。在 wiki 中没有发现任何有用的东西。谢谢。
不,这是不可能的,因为 HDFS 和 HBase 都不支持适当的 JDBC 接口,这是 Hive 当前元存储机制所要求的。