文件名称:使用UDF-海量数据处理-hive数据仓库
文件大小:2.57MB
文件格式:PPT
更新时间:2024-05-16 04:07:26
大数据 数仓 hive hadoop 海量数据处理
使用UDF add jar /tmp/helloUDF.jar; create temporary function helloworld as 'com.hrj.hive.udf.HelloUDF'; select helloworld(t.col1) from t limit 10; drop temporary function helloworld;