近日参加了一次在线测评,编写UDF,获取URL字符串的主域部分。不是太难,在这里也记录总结一下:
1、Java UDF帮助文档可参考:https://help.aliyun.com/document_detail/27867.html
2、正则表达式:http://www.runoob.com/regexp/regexp-syntax.html
3、评测题目: 请写出ODPS-UDF代码,获取输入url字符串的主域部分,例如:输入www.taobao.com、https://www.taobao.com、https://www.taobao.com/market/peishi/yanjing.php,返回主域taobao.com.
(参考链接https://help.aliyun.com/document_detail/27867.html)
package com.lixiaotao.hive.udf;