上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 1.将副本设置为0 xxx/_settings {"index":{"number_of_replicas":"0"}} 2.禁用节点(运行后,等待节点全部迁移到单个节点) http://192.168.0.1/_cluster/settings {"transient":{"cluster.rou 阅读全文
posted @ 2022-04-08 16:14 今晚再打老虎 阅读(938) 评论(0) 推荐(0)
摘要: 方法见下:1)首先建立一个空白文件夹。mkdir /tmp/www.111cn.net 2)之后使用以下语句即可快速的删除文件。rsync --delete-before -d /tmp/www.111cn.net/ /the/folder/you/want/delete/原文中说不要忘记文件夹后的 阅读全文
posted @ 2022-03-31 10:04 今晚再打老虎 阅读(268) 评论(0) 推荐(0)
摘要: 1.首先更新yum源 sudo yum -y update 2.然后安装yum-utils,一组扩展和补充yum的实用程序和插件 sudo yum -y install yum-utils 3.最后,我们将安装CentOS开发工具,用于允许您从源代码构建和编译软件 sudo yum -y group 阅读全文
posted @ 2022-01-18 15:03 今晚再打老虎 阅读(803) 评论(0) 推荐(0)
摘要: CREATE TABLE IF NOT EXISTS example_db.expamle_tbl2 ( `user_id` LARGEINT NOT NULL COMMENT "用户id", `username` VARCHAR(50) REPLACE COMMENT "用户昵称", `city` 阅读全文
posted @ 2022-01-18 09:13 今晚再打老虎 阅读(645) 评论(0) 推荐(0)
摘要: 官网地址:https://doris.apache.org/zh-CN/administrator-guide/load-data/stream-load-manual.html#基本原理 doris 可以通过insert into 语句插入单条,或者批量插入,但是正式环境不推荐。 通过http c 阅读全文
posted @ 2022-01-14 11:24 今晚再打老虎 阅读(2194) 评论(0) 推荐(0)
摘要: 官网地址:https://doris.apache.org/master/zh-CN/downloads/downloads.html 1.利用了百度的doris 版本 版本号大小下载链接更新时间 0.12.21 447MB Link 2020-08-11 0.13.15 554MB Link 20 阅读全文
posted @ 2022-01-07 15:58 今晚再打老虎 阅读(943) 评论(0) 推荐(0)
摘要: 解压JDK到/opt/module目录下 [atguigu@hadoop102 software]$ tar -zxvf jdk-8u212-linux-x64.tar.gz -C /opt/module/ 5)配置JDK环境变量 (1)新建/etc/profile.d/my_env.sh文件 [a 阅读全文
posted @ 2022-01-07 13:39 今晚再打老虎 阅读(410) 评论(0) 推荐(0)
摘要: 1.准备3台服务器 (如果是镜像的同一个mysql 需要注意,同步的时候要修改uuid) 192.168.0.74 主服务器 192.168.0.75 从服务器 192.168.0.18 maxscale 服务器 2.配置主服务器 192.168.0.74 1.vim /etc/my.cnf # F 阅读全文
posted @ 2022-01-04 17:11 今晚再打老虎 阅读(787) 评论(0) 推荐(0)
摘要: 1.确保Hbase中已经开启Thrift服务 bin/hbase-daemon.sh start thrift 后台启动 2. 下载 thrift http://thrift.apache.org/download 下载Thrift源码和Thrift.exe文件 (0.13.0 含有netcore) 阅读全文
posted @ 2021-11-24 13:53 今晚再打老虎 阅读(260) 评论(0) 推荐(0)
摘要: 1.netcore3.1项目右击,添加docker支持,生成Dockerfile文件,可以设置为始终复制(生成或发布时都会含有Dockerfile文件) 2.修改Dockerfile文件内容 #引入镜像,低版本 docker 去掉 AS base#换成别人做的阿里镜像#FROM registry.c 阅读全文
posted @ 2021-09-27 16:09 今晚再打老虎 阅读(1044) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页