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.
我在 Impala 上创建了一个表并将数据加载到表中。
现在来自 HDFS 的数据被移动到 Impala 数据目录我如何在 HDFS 上找到这些数据?
impala-shell在安装了 impala 的服务器上运行并键入命令:
impala-shell
DESCRIBE FORMATTED table_name;
它将显示表格的位置hdfs。
hdfs