当前位置:网站首页>dataworks自定义函数开发环境搭建
dataworks自定义函数开发环境搭建
2022-07-03 06:51:00 【菩提树下的呆子】
自定义函数开发环境搭建
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.添加函数
边栏推荐
- (翻译)异步编程:Async/Await在ASP.NET中的介绍
- The dynamic analysis and calculation of expressions are really delicious for flee
- Unit test framework + Test Suite
- SQL implementation merges multiple rows of records into one row
- How to plan well?
- 学习笔记 -- k-d tree 和 ikd-Tree 原理及对比
- opencv
- HMS core helps baby bus show high-quality children's digital content to global developers
- C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
- Notes on the core knowledge of Domain Driven Design DDD
猜你喜欢
On the practice of performance optimization and stability guarantee
Yolov1 learning notes
Software testing assignment - the next day
Practical plug-ins in idea
Ruoyi interface permission verification
Summary of the design and implementation of the weapon system similar to the paladin of vitality
数值法求解最优控制问题(一)——梯度法
(翻译)异步编程:Async/Await在ASP.NET中的介绍
Summary of UI module design and practical application of agent mode
Personally design a highly concurrent seckill system
随机推荐
Paper notes vsalm literature review "a comprehensive survey of visual slam algorithms"
How to plan well?
【code】if (list != null && list.size() > 0)优化,集合判空实现方式
[classes and objects] explain classes and objects in simple terms
Know flex box
Condition annotation in uni-app realizes cross segment compatibility, navigation jump and parameter transfer, component creation and use, and life cycle function
Summary of the design and implementation of the weapon system similar to the paladin of vitality
error C2017: 非法的转义序列
Jenkins
In depth analysis of reentrantlock fair lock and unfair lock source code implementation
[untitled]
MATLAB如何修改默认设置
JMeter linked database
Selenium - 改变窗口大小,不同机型呈现的宽高长度会不一样
保险公司怎么查高血压?
10万奖金被瓜分,快来认识这位上榜者里的“乘风破浪的姐姐”
scroll-view指定滚动元素的起始位置
opencv
简易密码锁
Unit test framework + Test Suite