People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards things you want to touch. Even if it is far away f ...
分类:
其他好文 时间:
2018-01-21 12:32:32
阅读次数:
148
在Spark中,一个应用程序要想被执行,肯定要经过以下的步骤: 从这个路线得知,最终一个job是依赖于分布在集群不同节点中的task,通过并行或者并发的运行来完成真正的工作。由此可见,一个个的分布式的task才是Spark的真正执行者。下面先来张task运行框架整体的对Spark的task运行有个大 ...
分类:
其他好文 时间:
2018-01-21 01:06:19
阅读次数:
501
使用kubeadm部署k8s集群02-配置etcd高可用2018/1/4配置etcd高可用新建一个2节点的etcdcluster查看etcd的状态迁移原来master节点上的etcd数据到上面新建的etcdcluster中切换kube-apiserver使用新的etcdendpoint地址清理掉原来的单节点etcd服务重建一个etcd服务,加入新集群部署新的etcd节点更新另外2个节点的etcd.
分类:
其他好文 时间:
2018-01-19 16:50:36
阅读次数:
1188
cassandra: partition分区器有两种方法:<!--?xml version="1.0" encoding="UTF-8"?--> RandomPartitioner 一致性哈希 <!--?xml version="1.0" encoding="UTF-8"?--> ByteOrder ...
分类:
其他好文 时间:
2018-01-15 00:17:21
阅读次数:
1523
To Bottom * 为何在查询中索引未被使用 (Doc ID 1549181.1) To Bottom 文档内容 用途 排错步骤 高速检查 表上是否存在索引? 索引是否应该被使用? 索引本身的问题 索引列或者索引的前置列是否在单表(non-join)查询的 Where 条件中(predicate ...
分类:
其他好文 时间:
2018-01-13 20:55:35
阅读次数:
179
BufferedInputStream bis = new BufferedInputStream(new FileInputStream("shabi.mp3")); BufferedOutputStream bos = new BufferedOutputStream(new FileOutpu ...
分类:
编程语言 时间:
2018-01-05 17:26:13
阅读次数:
159
策略:计算机配置-策略-Windows设置-脚本-启动脚本:井号内为脚本内容###################################@echo offnet user leaderment Foxconn99 >null###################################
分类:
其他好文 时间:
2018-01-05 16:52:11
阅读次数:
175
spring boot quick start 在springBoot里面,很吸引的一个特征就是可以直接把应用打包成jar/war包形式。然后jar/war包可以直接运行的。不需要再配置web Server ...
分类:
编程语言 时间:
2017-12-31 15:28:00
阅读次数:
223
In React, when you want to set the state which calculation depends on the current state, using an object can lead to state inconsistency. This is due ...
分类:
其他好文 时间:
2017-12-28 11:54:42
阅读次数:
168
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2017-12-24 14:46:34
阅读次数:
162