码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
spark-2.4.5 安装记录
参考 https://data-flair.training/blogs/install-apache-spark-multi-node-cluster/ 下载 spark 地址为 http://spark.apache.org/downloads.html 准备三个节点 192.168.1.1 [ ...
分类:其他好文   时间:2020-03-31 19:04:21    阅读次数:228
docker安装elasticsearch
docker run -p 9200:9200 -p 9300:9300 --name elasticsearch \ -e "discovery.type=single-node" \ -e "cluster.name=elasticsearch" \ -v /opt/docker/elastic ...
分类:其他好文   时间:2020-03-31 17:14:46    阅读次数:57
Spark运行流程图总结
1. 整体架构 2. Standalone cluster 模式 3. Driver的运行流程 ...
分类:其他好文   时间:2020-03-31 14:37:16    阅读次数:82
k8s的架构设计和节点组成
ETCd nodes:-1 etcd用于存储Kubernetes cluster中所有的pods / nodes状态的key/value信息,同时提供高可用cluster的特性,生产环境一般提供3到5个etcd nodes以保证一致性协调服务; etcd集群内部通过Raft一致性算法,类似于ZooK ...
分类:其他好文   时间:2020-03-31 10:48:27    阅读次数:84
Map in Golang
Reference "Go maps in action" "Comparison operators" Declaration and initialization A Go map type looks like this: where KeyType may be any type that ...
分类:其他好文   时间:2020-03-30 16:07:43    阅读次数:78
阿里云-ONS-Help-SDK参考-TCP协议-JavaSDK-Demo-[java-tcp-demo]:InitlliJIDEA
ylbtech-阿里云-ONS-Help-SDK参考-TCP协议-JavaSDK-Demo-[java-tcp-demo]:InitlliJIDEA 1.返回顶部 将 Demo 工程文件导入 IntelliJ IDEA·在 IntelliJ IDEA 界面,选择 Import Project,选择 ...
分类:编程语言   时间:2020-03-29 22:44:25    阅读次数:124
英语时间
January——1月 February——2月 March——3月 April——4月 May——5月 June——6月 July——7月 August——8月 September——9月 October——10月 November——11月 December——12月 日期前介词的使用: I w ...
分类:其他好文   时间:2020-03-29 12:55:44    阅读次数:72
PAT Advanced 1107 Social Clusters (30) [并查集]
题目 When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A “s ...
分类:其他好文   时间:2020-03-28 23:13:05    阅读次数:76
springboot 集成 spring-data-elasticsearch
版本对照 1、在application.yml中添加配置 spring: data: elasticsearch: repositories: enabled: true #多实例集群扩展时需要配置以下两个参数 #cluster-name: datab-search #cluster-nodes: ...
分类:编程语言   时间:2020-03-28 19:52:38    阅读次数:89
Python的散点图绘制 scatter
python能画的图种类非常多,而且看上去都很好看,具体种类部分可参看:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.figure.html#matplotlib.pyplot.figure 这里主要是探索下散点图绘制。 1. 首先是导入包 ...
分类:编程语言   时间:2020-03-28 17:49:42    阅读次数:122
8921条   上一页 1 ... 53 54 55 56 57 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!