摘要: 在Spark中,也支持Hive中的自定义函数。自定义函数大致可以分为三种: UDF(User Defined Function),即最基本的自定义函数,类似to_char,to_date等 UDAF(User Defined Aggregation Funcation),用户自定义聚合函数,类似在g 阅读全文
posted @ 2017-02-23 23:49 xingoo 阅读(12160) 评论(1) 推荐(2) 编辑