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.
使用以下之一提取 Hive 元存储的类似 SQL Server 系统的视图的最佳方法是什么:Impala、Hive、Pig?
注意:我无权访问 HDFS 的 ssh。
您无法从 Hive、Impala 或 Pig 访问 Hive 元存储表。您将使用适当的 JDBC 连接驱动程序直接连接到 Metastore 数据库。
并且您不需要 SSH,前提是 Metastore 的端口和授权可以远程访问。