序言 越来越多的关键应用运行在J2EE(Java 2, Enterprise Edition)中,这些诸如银行系统和账单处理系统需要高的可用性(High Availability, HA),同时像Google和Yahoo这种大系统需要大的伸缩性。高可用性和伸缩性在今天高速增长的互连接的世界的重要性已 ...
分类:
编程语言 时间:
2017-09-08 20:41:25
阅读次数:
262
大纲一、Heartbeat的定义二、Heartbeat的版本与组件三、Heartbeat的各版本之间的区别四、Heartbeat集群的一般拓扑图五、安装heartbeat六、配置heartbeat七、使用集群的其他几个相关配置八、实验推荐阅读:CentOS6.3下DRBD+Heartbeat+NFS配置笔记http://www.linuxidc.com/Linux/..
分类:
系统相关 时间:
2017-09-08 18:20:02
阅读次数:
371
Mysql主从搭建操作系统:[root@localhost~]#cat/etc/redhat-releaseCentOSrelease6.8(Final)Master(主):192.168.137.32Slave(从):192.168.137.33第一步:在CentOS6.x下安装MySQL数据库这里我直接用脚本安装mysql5.7的vimauto_install_mysql.sh#!/bin/bashyuminstall-ywgetwge..
分类:
数据库 时间:
2017-09-08 11:50:52
阅读次数:
215
正文 下载Spark版本,这版本又要求必须和jdk与hadoop版本对应。 tar -zxvf 解压到指定目录,进入conf进行培训。spark-env.sh.template 改为 spark-env.sh,注册 export SPARK_DAEMON_JAVA_OPTS="-Dspark.dep ...
分类:
其他好文 时间:
2017-09-07 10:03:21
阅读次数:
177
一、环境准备 1、下载Hue:https://dl.dropboxusercontent.com/u/730827/hue/releases/3.12.0/hue-3.12.0.tgz 2、安装依赖 二、MySQL配置 三、解压、编译并安装 四、集成环境配置 1、配置HDFS vim /opt/ha ...
分类:
其他好文 时间:
2017-09-05 18:59:50
阅读次数:
241
一、 HashSet概述: HashSet实现Set接口,由哈希表(实际上是一个HashMap实例)支持。它不保证set 的迭代顺序;特别是它不保证该顺序恒久不变。此类允许使用null元素。二、 HashSet的实现: 对于HashSet而言,它是基于HashMap实现的,HashSet底层使用Ha... ...
分类:
编程语言 时间:
2017-09-05 01:35:18
阅读次数:
168
No1. 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 ha ...
分类:
其他好文 时间:
2017-09-03 09:58:50
阅读次数:
252
Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强。 So in the same way we can get the other opposite conclusion: Life doesn't get ha ...
分类:
其他好文 时间:
2017-09-01 01:00:07
阅读次数:
197
15级软件技术专业软件一班郑月、Good Good study!day day up !Ha~ Where there is a will there is a way ...
分类:
其他好文 时间:
2017-08-31 23:15:47
阅读次数:
272
Error_code: 1032 【现象】 Last_Error: Could not execute Update_rows event on table kebao.t1; Can't find record in 't1', Error_code: 1032; handler error HA ...
分类:
数据库 时间:
2017-08-31 14:23:22
阅读次数:
251