实现蜂巢谱系

发布于 2025-01-25 09:58:58 字数 426 浏览 2 评论 0原文

我认为蜂巢谱系不可用,但是经过一项研究,我发现它可以实现。我在搜索时发现的一些东西是通过Cloudera Manager或IBM Infosphere启用其血统的,我不感兴趣。终于找到了一个应该启用它的标签:

<property>
    <name>hive.exec.post.hooks</name>
    <value>org.apache.hadoop.hive.ql.hooks.LineageLogger</value>
  </property>

上述标签必须写在Hive Site中.xml文件,应该在目录/var/log/hive/Lineage中写下谱系。我之所以这样说是因为我在该目录中没有发现任何东西,实际上,它甚至没有创建。 我目前正在使用Hive-Server 3.12

I thought Hive lineage was not available, but after some research I have found that it can be enable. Some of the things I found while searching was enabling its lineage via either Cloudera Manager or IBM Infosphere, which I am not interested in. Finally found a tag that was supposed to enable it:

<property>
    <name>hive.exec.post.hooks</name>
    <value>org.apache.hadoop.hive.ql.hooks.LineageLogger</value>
  </property>

The mentioned tag had to be written in the hive-site.xml file, and was supposed to write the lineage in the directory /var/log/hive/lineage. I said supposed because I haven't found anything in that directory, in fact, it wasn't even created.
I am currently using Hive-server 3.12

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文