Giter Site home page Giter Site logo

metadata-hive-hook's People

Contributors

bill-cc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

metadata-hive-hook's Issues

字段血缘不能获取目的表的字段名

您好,以下是我执行的SQL:
insert overwrite table bi_tmp.t_tmp_000184_order
select concat(create_time,'123') -- order
from bi_tmp.t_tmp_000189_order
where order is not null
limit 1;
通过Hook得到的字段血缘信息如下:
"columnLineage":[{"expression":["concat(bi_tmp.t_tmp_000189_order.create_time,'123')"],"qualifiedName":"bi_tmp.t_tmp_000184_order.","inputs":[{"qualifiedName":"bi_tmp.t_tmp_000189_order.create_time"}],"name":""}]
可以看到qualifiedName的值为bi_tmp.t_tmp_000184_order.
没有拿到输出表的字段名
如果加入SQL中被注释掉的别名 order ,血缘信息中qualifiedName的值为bi_tmp.t_tmp_000184_order.order
但这并不一定是输出表中真正的物理字段名,只是SQL中的临时别名

请问这个问题之后会进行维护嘛,期待回复!

列级血缘支持

你好,我看列级血缘部分注释掉了,请问可以支持列级血缘吗~

自定义LineageLogger 不能 getEdges

请问作者,我copy了源代码的lineagelogger到自己的工程,但是得到的edges和vertices都是空,请问您知道什么原因吗?另外我在源代码同位置copy了lineagelogger类到mylineagelogger,也是有同样的问题,将hive.exec.post.hooks配置改为hive自己的lineagelogger就可以得到完整的edges和vertices。期待回答,多谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.