参考 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 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
1. 整体架构 2. Standalone cluster 模式 3. Driver的运行流程 ...
分类:
其他好文 时间:
2020-03-31 14:37:16
阅读次数:
82
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
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
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
题目 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
版本对照 1、在application.yml中添加配置 spring: data: elasticsearch: repositories: enabled: true #多实例集群扩展时需要配置以下两个参数 #cluster-name: datab-search #cluster-nodes: ...
分类:
编程语言 时间:
2020-03-28 19:52:38
阅读次数:
89
python能画的图种类非常多,而且看上去都很好看,具体种类部分可参看:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.figure.html#matplotlib.pyplot.figure 这里主要是探索下散点图绘制。 1. 首先是导入包 ...
分类:
编程语言 时间:
2020-03-28 17:49:42
阅读次数:
122