04 2021 档案

摘要:1、查看load task show routine Load; SHOW ROUTINE LOAD\G; 2、暂停一个load Task PAUSE ROUTINE LOAD FOR [job_name]; PAUSE ROUTINE LOAD FOR load_test_user_3; 3、删除 阅读全文
posted @ 2021-04-30 15:50 小白啊小白,Fighting 阅读(4660) 评论(5) 推荐(0) 编辑
摘要:1、下载安装 https://www.dorisdb.com/zh-CN/download/community 2、解压 tar -xf apache-doris_apache-doris-0.12.0-incubating-bin.tar.gz -C /usr/java mv apache-dor 阅读全文
posted @ 2021-04-29 18:23 小白啊小白,Fighting 阅读(3916) 评论(5) 推荐(0) 编辑
摘要:参考博客: https://blog.csdn.net/weixin_45793819/article/details/106505430 https://blog.csdn.net/qq_27991405/article/details/89672557 1、本人是CDH版本,安装省略 2、找到e 阅读全文
posted @ 2021-04-23 16:50 小白啊小白,Fighting 阅读(59) 评论(0) 推荐(0) 编辑
摘要:1、删除指定字符串之前得数据(as可以替换其他得字符串) ^.*as如:table.id as id > id 阅读全文
posted @ 2021-04-22 14:00 小白啊小白,Fighting 阅读(105) 评论(0) 推荐(0) 编辑
摘要:1、脚本 #!/bin/bash #1. 判断参数个数 if [ $# -lt 1 ] then echo Not Enough Arguement! exit; fi #2. 遍历集群所有机器, 可以根据自己得机器进行修改 for host in hadoop101 hadoop102 hadoo 阅读全文
posted @ 2021-04-21 16:20 小白啊小白,Fighting 阅读(115) 评论(0) 推荐(0) 编辑
摘要:1、下载文件 官方文档: http://www.apache-druid.cn/GettingStarted/chapter-2.html https://druid.apache.org/docs/0.19.0/tutorials/index.html下载地址: apache.org/dyn/cl 阅读全文
posted @ 2021-04-21 14:06 小白啊小白,Fighting 阅读(176) 评论(0) 推荐(0) 编辑
摘要:一、问题描述: es adapter 同步数据报Unknown column '_v._id' in 'where clause' 表示需要将主键改为_id,如下所示 esMapping: _index: mytest _type: _doc _id: _id upsert: true #relat 阅读全文
posted @ 2021-04-20 15:00 小白啊小白,Fighting 阅读(880) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/w-bb/articles/9743978.html 阅读全文
posted @ 2021-04-19 11:04 小白啊小白,Fighting 阅读(546) 评论(0) 推荐(0) 编辑
摘要:0、glibc升级至2.23以及python升级至3.7 https://blog.csdn.net/qq_20989105/article/details/90712139 # glibc 2.23升级https://www.cnblogs.com/goldsunshine/p/12938654. 阅读全文
posted @ 2021-04-14 10:50 小白啊小白,Fighting 阅读(7031) 评论(0) 推荐(0) 编辑
摘要:1、下载并安装 https://zeppelin.apache.org/docs/0.8.0/quickstart/install.html#building-zeppelin-from-source #官网https://mirrors.tuna.tsinghua.edu.cn/apache/ze 阅读全文
posted @ 2021-04-08 14:46 小白啊小白,Fighting 阅读(456) 评论(0) 推荐(0) 编辑
摘要:方式一: 1、创建库表 -- 创建库表 set hive.exec.dynamic.partition=true; set hive.exec.dynamic.partition.mode=nonstrict; drop table if exists ods_log; CREATE EXTERNA 阅读全文
posted @ 2021-04-06 14:18 小白啊小白,Fighting 阅读(1606) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示