忽略 Apache Hive 中外部表中的子目录

发布于 2024-11-30 16:58:33 字数 81 浏览 1 评论 0原文

Hive 是否有设置或方法强制它在查询外部表时忽略子目录?我的表文件夹中有一个子目录,它不属于表数据的一部分,我想避免删除它或将文件复制到其他地方。

Does Hive have a setting or a way of forcing it to ignore subdirectories when querying an external table? I have a subdirectory in my table folder that's not part of the table's data and I want to avoid deleting it or copying the files elsewhere.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仙气飘飘 2024-12-07 16:58:33

我解决了我自己的问题。我最终对 TextInputFormat 进行了子类化并覆盖了 listStatus,从而允许我从文件列表中过滤掉目录。

对于那些好奇的人,请查看我在 Hive 邮件列表中的消息:

回复:查询外部表时忽略子目录

I solved my own problem. I ended up subclassing TextInputFormat and overriding listStatus, allowing me to filter out directories from the file list.

For those who are curious, check out my message to the Hive mailing list:

Re: Ignore subdirectories when querying external table

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文