文件名称:hive-udf:NexR Hive UDF
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-06 16:02:55
Java
NexR Hive UDF
关于
NexR Hive UDF是Hive用户定义功能的集合。
执照
快速开始
$ git clone https://github.com/nexr/hive-udf.git
$ cd hive-udf
$ mvn clean package
or
$ ant -Dhive.install.dir=../hive/build/dist clean package
使用Hive PDK运行测试
$ ant -Dhive.install.dir=../hive/build/dist test
安装和配置
hive-site.xml
【文件预览】:
hive-udf-master
----src()
--------main()
----LICENSE(11KB)
----test()
--------setup.sql(1KB)
--------dual.txt(52B)
--------lineitem_cleanup.q(20B)
--------cleanup.sql(113B)
--------datatypes.txt(93B)
--------lineitem.txt(12KB)
--------emp.txt(809B)
--------onerow.txt(5B)
--------lineitem.sql(1KB)
----README.md(3KB)
----build.xml(402B)
----pom.xml(2KB)
----.gitignore(72B)