会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Robots2
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
21
22
23
24
25
26
27
28
29
···
34
下一页
2022年4月29日
IDEA 编辑java项目跳过测试
摘要: 一、Idea配置
阅读全文
posted @ 2022-04-29 18:23 Robots2
阅读(324)
评论(0)
推荐(0)
2022年4月15日
HBase常用命令总结
摘要: 一、常用命令 1、查询 连接客户端 hbase shell 查询优哪些表:list 查询表结构:describe 'table' 扫描表前几条数据:scan 't1',{LIMIT=>5} 查询表t1 rowkey001中的f1下的col1的值:get 't1','rowkey001', 'f1:c
阅读全文
posted @ 2022-04-15 16:00 Robots2
阅读(533)
评论(0)
推荐(0)
2022年4月2日
mac安装spark
摘要: 一、基础信息 spark版本:spark-3.1.3-bin-hadoop3.2 hadoop版本:hadoop-3.2.1 scala版本:scala-2.11.12 建议3.12版本 下载地址:https://spark.apache.org/downloads.html 二、配置修改 1、复制
阅读全文
posted @ 2022-04-02 18:14 Robots2
阅读(741)
评论(0)
推荐(1)
2022年4月1日
Hive2升hive3报错
摘要: 一、网上总结的报错 1、coalesce报错 FAILED: SemanticException [Error 10014]: Line 197:4 Wrong arguments ''10'': Unsafe compares BETWEEN different types are disable
阅读全文
posted @ 2022-04-01 20:00 Robots2
阅读(1545)
评论(0)
推荐(0)
2022年3月29日
Presto配置调整
摘要: 一、常用优化 1、每个查询最大使用内存1T,目前配置 3T query.max-memory=1T 2、每个工作节点最多加载10GB数据,目前 60GB query.max-memory-per-node=60GB 3、每个查询最多运行30分钟,目前没设置 query.max-run-time=30
阅读全文
posted @ 2022-03-29 14:36 Robots2
阅读(363)
评论(0)
推荐(0)
IDEA 快捷键总结
摘要: 一、搜索 command+o 项目内搜索文件 command+shift+f 全局关键词搜索
阅读全文
posted @ 2022-03-29 11:04 Robots2
阅读(31)
评论(0)
推荐(0)
2022年3月27日
Flink中的时间分类
摘要: 一、分类 1.1 事件时间:EventTime 事件发⽣的时间 事件时间是每个单独事件在其产⽣进程上发⽣的时间,这个时间通常在处理的消息体中,如创建时间 在事件时间中,时间值 取决于数据产⽣记录的时间,⽽不是任何Flink机器上的 1.2 进⼊时间:IngestionTime 事件到进⼊Flink
阅读全文
posted @ 2022-03-27 22:04 Robots2
阅读(183)
评论(0)
推荐(0)
FLink18--全窗口聚合方式2 ProcessWindowApp
摘要: 一、依赖 二、代码 package net.xdclass.class11; import java.util.List; import java.util.stream.Collectors; import org.apache.commons.collections.IteratorUtils;
阅读全文
posted @ 2022-03-27 20:49 Robots2
阅读(87)
评论(0)
推荐(0)
FLink17--全窗口聚合方法1--ApplyWindowApp
摘要: 一、依赖 二、代码 package net.xdclass.class11; import java.util.List; import java.util.stream.Collectors; import org.apache.commons.collections.IteratorUtils;
阅读全文
posted @ 2022-03-27 20:47 Robots2
阅读(176)
评论(0)
推荐(0)
FLink17--聚合函数-AggWindowApp
摘要: 一、依赖 二、代码 package net.xdclass.class11; import org.apache.flink.api.common.RuntimeExecutionMode; import org.apache.flink.api.common.functions.Aggregate
阅读全文
posted @ 2022-03-27 20:47 Robots2
阅读(72)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
34
下一页
公告