Commit Graph

44 Commits

Author SHA1 Message Date
d4e161459a feat(monitor): 增加指标输出模块
一些外部指标查询通过指标输出模块输出,避免对原业务模块产生影响
2024-03-05 15:16:53 +08:00
c1d423bc32 fix(uploader): 修复hdfs默认构造导致问题 2024-03-05 15:16:52 +08:00
a24080a543 fix(cli): 修复脚本名称错误 2024-03-05 15:16:52 +08:00
7dc38383c5 refactor(executor-manager): 使用sync同款jar更新方式 2024-03-05 15:16:52 +08:00
9a6eb1e0a4 feat(cli): 适配使用uploader上传jar包 2024-03-05 15:16:52 +08:00
f3c1d12c60 feat(uploader): 增加文件上传下载模块 2024-03-05 15:16:52 +08:00
c6c6919f11 refactor(all): b9配置从主分支移除 2024-03-05 15:16:52 +08:00
d0bbdff61d feat(all): 增加b9集群相关配置 2024-03-05 15:16:52 +08:00
0338a0d579 feat(all): 优化依赖
移除旧common包
2024-03-05 15:16:52 +08:00
5a2e9fdfb8 feat(all): 迁移common、sync、executor项目 2024-03-05 15:16:52 +08:00
0683068a02 feat(command): 迁移service-command项目 2024-03-05 15:16:52 +08:00
474ee6173d feat(scheduler): 迁移service-launcher项目 2024-03-05 15:16:52 +08:00
f258bfe5b0 feat(scheduler): 迁移service-scheduler项目 2024-03-05 15:16:52 +08:00
14409ae798 feat(api): 迁移hudi-api项目到这里 2024-03-05 15:16:52 +08:00
871b01522a feat(cli): 增加配置发布
将hadoop配置分发到各个主机上
2024-03-05 15:16:52 +08:00
73f0c4c82c refactor(cli): 优化脚本 增加command脚本的生成 2024-03-05 15:16:51 +08:00
5ecc3daac0 refactor(cli): 优化脚本 2024-03-05 15:16:51 +08:00
834980f880 feat(configuration): 增加yarn集群的相关配置 2024-03-05 15:16:51 +08:00
2817590617 docs(bin): 增加一个生成脚本的案例 2024-03-05 15:16:51 +08:00
ecb1773238 feat(check): 增加hdfs/juicefs的访问校验 2024-03-05 15:16:51 +08:00
ba7a68c565 feat(check): 增加环境检验工具 2024-03-05 15:16:51 +08:00
02f22070fd feat(exporter): 提供exporter项目专注于提供外部访问接口
单独使用exporter项目提供外部接口可以方便针对外部接口进行管理,比如加入更强的安全认证
2024-03-05 15:16:50 +08:00
a3db5fd937 refactor(cli): 补充编译全部的脚本 2024-03-05 15:16:50 +08:00
616eb1e514 feat(queue): 迁移queue到hudi service项目中 2024-03-05 15:16:50 +08:00
f5b1845d97 feat(gateway): 迁移gateway到hudi service项目中 2024-03-05 15:16:50 +08:00
fe0d779afb feat(executor): 完成任务提交执行的验证 2024-03-05 15:16:50 +08:00
9555a147a9 fix(hudi-query): 修复集群指向 2024-03-05 15:16:49 +08:00
c0b1071a16 refactor(all): 增加源码包打包 2024-03-05 15:16:48 +08:00
b82fc24f07 feat(cloud-query): 增加服务url查询 2024-03-05 15:16:48 +08:00
37cee81b55 refactor(cli): 更新b12部署方案 2024-03-05 15:16:48 +08:00
9905c2c856 feature(cli,yarn-query): 增加b12集群配置 2024-03-05 15:16:48 +08:00
62bfc08fc3 feature(executor): 增加Flink集群任务模块
新增 executor-manager 和 executor-task
manager管理任务信息启停等,task执行业务方法
2024-03-05 15:16:48 +08:00
00976bfb1f feature(bin): 优化文件上传 2024-03-05 15:16:48 +08:00
ee26aefe4c fix(bin): 修复一些bug 2024-03-05 15:16:48 +08:00
fcff50d523 fix(hudi-query): 修复部分表无法查询压缩计划 2024-03-05 15:16:45 +08:00
ac2bdbc2df feature(loki-query): 新增 loki 日志查询 2024-03-05 15:16:45 +08:00
5e191a176d feature(cli): 增加一个编译全部模块的脚本 2024-03-05 15:16:45 +08:00
296c744b61 feature(cli): 增加 cli 模块
cli 模块批量生成服务启停脚本
2024-03-05 15:16:45 +08:00
ceed44d43a feature(dependencies): 增加依赖模块
增加一个依赖模块,统一项目使用的主要 jar 依赖版本,但又不写在父项目里,防止加入一些非服务模块,比如启动命令行
2024-03-05 15:16:45 +08:00
93456ddd78 feature(zookeeper-query): 增加 zookeeper 查询模块
包含查询路径存在、锁存在、获取节点数据的能力
2024-03-05 15:16:45 +08:00
c8cb1a1c40 refactor(flink-query): 调试和部署 Flink 查询模块 2024-03-05 15:16:45 +08:00
243e162917 feature(web): 迁移接口调用到 forest 公共模块 2024-03-05 15:16:45 +08:00
e2520fa15e feature(hudi-query): 增加查询 Hudi 表全部时间线的功能
查询全部时间线默认包含已归档的时间线
2024-03-05 15:16:44 +08:00
0bda1ccaa8 fix(bin): 修复 bin 脚本没有被纳入 git 管理的问题 2024-03-05 15:16:44 +08:00