码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
redis5集群搭建
通常情况下为了redis的高可用,我们一般不会使用redis的单实例去运行,一般都会搭建一个 redis 的集群去运行。此处记录一下 redis5 以后 cluster 集群的搭建。 一、需求1.redis5的安装2.搭建一个3主3从的集群3.动态的往集群中增加节点?|- 增加一个主节点?|- 增加 ...
分类:其他好文   时间:2019-12-30 14:17:50    阅读次数:62
Spark 数据倾斜及其解决方案
本文从数据倾斜的危害、现象、原因等方面,由浅入深阐述Spark数据倾斜及其解决方案。 ...
分类:其他好文   时间:2019-12-30 11:24:02    阅读次数:99
leetcode 1. Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2019-12-30 09:37:47    阅读次数:60
【机器学习】k-means算法原理自实现
1 import pandas as pd 2 import numpy as np 3 import matplotlib.pyplot as plt 4 from sklearn.cluster import KMeans # 导入k-means 5 6 7 def build_data(): ...
分类:编程语言   时间:2019-12-29 20:12:10    阅读次数:95
【机器学习】k-means——航空用户聚类分析案例
1 import pandas as pd 2 import numpy as np 3 from sklearn.cluster import KMeans 4 import matplotlib.pyplot as plt 5 6 7 def stand_sca(data): 8 """ 9 标 ...
分类:其他好文   时间:2019-12-29 20:10:30    阅读次数:201
nacos 中的服务和实例
service 对应的概念 用 namespace, group, serviceName 标识一个服务 从该属性可以看出服务的层级 服务和实例的对应关系 service, cluster, instance 从 2 个方法可以看出实例的层级 但是服务还有另外一种扁平的数据结构 以临时服务为例Dis ...
分类:其他好文   时间:2019-12-29 18:24:09    阅读次数:442
学习kubernetes——部署dashboard
一、安装dashboard 首先参考官方文档:https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ 官方的安装命令如下: 当有多个节点时,安装到非主节点时,会出现一些问题。dashboard使用ht ...
分类:Web程序   时间:2019-12-29 18:07:27    阅读次数:159
【音乐欣赏】《Forget》 - The Tech Thieves
曲名:Forget 作者:The Tech Thieves 1 [00:00.000] 作曲 : Mark Emmanuel/Alia May Plesa-Topham 2 [00:01.000] 作词 : Mark Emmanuel/Alia May Plesa-Topham 3 [00:16.9 ...
分类:其他好文   时间:2019-12-29 15:00:07    阅读次数:138
[LC] 24. Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head. You may not modify the values in the list's nodes, only nodes itself may be ch ...
分类:其他好文   时间:2019-12-29 12:53:05    阅读次数:85
【异常】Could not start ZK at requested port of 2181. ZK was started at port: 2182. Aborting a
HMaster和HRegionServer是Hbase的两个子进程,但是使用jps发现没有启动起来,所以去我们配置的logs查看错误信息。提示:Could not start ZK at requested port of 2181. ZK was started at port: 2182. Ab ...
分类:其他好文   时间:2019-12-28 20:45:17    阅读次数:99
8921条   上一页 1 ... 78 79 80 81 82 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!