码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
k8s 压测工具之perf-test
1、安装go环境 下载go 配置环境变量 export GO_HOME=/usr/local/go export PATH=$GO_HOME/bin:$PATH 2、下载perftest https://github.com/kubernetes/perf-tests/ 3、解压后进入cluster ...
分类:其他好文   时间:2020-12-07 12:07:10    阅读次数:5
# ad-hoc篇
##1、--list-hosts # 查看所有配置主机 ansible all --list-hosts #查看tt主机组主机 ansible tt --list-hosts ##2、shell模块 语法: ansible [主机组] -m shell -a '[参数]' 注:复杂命令会有出错得可能 ...
分类:其他好文   时间:2020-12-04 11:29:42    阅读次数:5
CentOS 7.5 安装 CDH6.3.2
#install OS centos 7.5#install lsb net-tools package yum install -y redhat-lsb net-tools 1. Configure hostnames Configure each host in the cluster as ...
分类:其他好文   时间:2020-12-04 11:25:24    阅读次数:4
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.”
一、报错信息 Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.” 二、出现原因 redis连接输入密码后提示Warning: 。。。 三、解决方法 htt ...
分类:其他好文   时间:2020-12-02 12:20:45    阅读次数:7
elasticsearch数据冷热分离、数据冷备
环境: 6个es节点 冷热配置 es1 master节点 # elasticsearch.yml node.name: "es1" cluster.name: "docker-cluster" network.host: 0.0.0.0 node.master: true node.data: fa ...
分类:其他好文   时间:2020-11-26 15:08:48    阅读次数:7
【那些年我们用过的Redis】Redis集群搭建原来这么简单
Reids服务集群模式可分为主从、哨兵、Cluster模式。本博客主要介绍主从和Cluster模式 ...
分类:其他好文   时间:2020-11-26 14:11:10    阅读次数:3
Dubbo实现原理浅析
参考: https://blog.csdn.net/paul_wei2008/article/details/19355681 https://blog.csdn.net/ygl19920119/article/details/88342523 Dubbo基本原理机制 分布式服务框架: –高性能和透 ...
分类:其他好文   时间:2020-11-26 14:10:33    阅读次数:3
sklearn 中的 r2_score
$R^2$不止一种定义方式,这里是scikit-learn中所使用的定义。 As such variance is dataset dependent, R² may not be meaningfully comparable across different datasets. Best pos ...
分类:其他好文   时间:2020-11-25 12:34:00    阅读次数:5
【Oracle Database】Oracle RAC(九):管理工具--crsctl & srvctl
[root@wallet01 ~]# su - grid [grid@wallet01 ~]$ crsctl check cluster -all ************************************************************** wallet01: CRS ...
分类:数据库   时间:2020-11-24 12:43:06    阅读次数:10
把Tomcat 当前项目设为默认项目,也不是进入Tomcat的页面,几种实现方法
一、将自己的项目改名为ROOT注意项目名称要大写 假设改完后没生效。建议清空tomcat中的work文件夹(缓存) 二、改动配置文件conf/server.xml文件 添加<Context path="" docBase="Cluster" debug="0" reloadable="true"/> ...
分类:其他好文   时间:2020-11-23 12:45:30    阅读次数:21
8921条   上一页 1 ... 11 12 13 14 15 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!