dataworks自定义函数开发环境搭建

自定义函数开发环境搭建

1.根据教程搭建好客户端odpscmd
https://help.aliyun.com/document_detail/27971.html

2.用idea安装MaxCompute Studio
https://help.aliyun.com/document_detail/50892.html

3.连接dataworks项目
https://help.aliyun.com/document_detail/50855.html

4.编写自定义函数
https://help.aliyun.com/document_detail/50902.html
开发需注意:
所有资源文件都不可以放在本地依赖,打jar也会访问不到文件,必须将文件上传然后使用ctx.readResourceFile(“ip2region.db”);来读取文件

5.编写好后打包上传
https://help.aliyun.com/document_detail/50904.html

6.添加函数
dataworks自定义函数开发环境搭建_第1张图片

你可能感兴趣的:(数据仓库,java,大数据,数据仓库,dataworks)