Installation configuration HBASE
I. preparation before experiment
1. Download hbase-1.4.9-bin.tar.gz installation package
Official website https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/stable/
② Baidu online disk link: https://pan.baidu.com/s/1x6m30jqcWT_biXV8Z1belQ Extraction code: p95n
2. Connect the virtual machine and start the experim ...
Posted by sharmeen on Mon, 04 Nov 2019 11:32:30 -0800
I. zookeeper -- deployment and use
I. deploy zookeeper
1. Resource planning
The server
bigdata121/192.168.50.121,bigdata122/192.168.50.122,bigdata123/192.168.50.123
zookeeper version
3.4.10
System version
centos7.2
2. Cluster deployment
(1) install zk
[root@bigdata121 modules]# cd /opt/modules/zookeeper-3.4.10
[root@bigdata121 zookeeper-3.4.10]# mkdir zkData
[root@b ...
Posted by stndrdsnz on Sun, 03 Nov 2019 14:14:53 -0800
E-commerce project - commodity data retrieval
Learning topic: commodity data retrieval
1.Solr cluster, SolrCloud environment, data import
(1) talk about the understanding of the object SolrCloud and the working process of data writing in SolrCloud.
SolrCloud(solr cloud) is a distributed search solution provided by Solr. SolrCloud is used when y ...
Posted by ki on Thu, 24 Oct 2019 06:39:30 -0700
dubbo - integrate spring boot, simple annotation based instance
I. Guide Package:
<dependencies>
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org. ...
Posted by ricoche on Sun, 20 Oct 2019 09:25:06 -0700
Installation of Dubbo monitoring center
You need to install tomcat and then deploy the monitoring center.
If the monitoring center and the registry are on the same server, no configuration is required.
Step 1: install tomcat in linux first
Step 2: decompress
Step 3: import dubbo-admin-2.5.4.war registry file. If you can't find it, you can send it to me personally.
Step 4 ...
Posted by kevdoug on Fri, 18 Oct 2019 08:28:09 -0700
ZooKeeper Distributed Actual Warfare - Basic Installation Configuration
1 Overview
1.1 Introduction to Zookeeper
Middleware, providing coordination services
Acting on the distributed system and giving full play to its advantages, it can serve the big data
Support Java, provide Java and C language client API
1.2 what is distributed system?
Many computers form a whole, one whole is consistent with the outside worl ...
Posted by Magwheel on Mon, 07 Oct 2019 20:28:50 -0700
zookeeper Distributed Lock of Dead java Synchronization Series
problem
(1) How does zookeeper implement distributed locks?
(2) What are the advantages of zookeeper distributed locks?
(3) What are the disadvantages of zookeeper distributed lock?
brief introduction
zooKeeper is a distributed, open source distributed application coordination service. It can provide consistent services for distributed applicat ...
Posted by andrei.mita on Mon, 07 Oct 2019 18:09:16 -0700
Dubbo Registry
1. The role of registries
With the registry, service providers can dynamically add and delete services, and service consumers can pull up the latest services to achieve synchronization after receiving update notifications. Unified configuration can be achieved in the registry, and dynamic adjustment of parameters can be automatically notified t ...
Posted by Rangana on Mon, 07 Oct 2019 06:43:30 -0700
Various daemon States
Various daemon States
Article directory
Various daemon States
1. pseudo distribution
2. Fully distributed
2.1 Do not open yarn
2.2 Open yarn (MRAppMaster and YarnChild are available only with MapReduce tasks)
3. Fully Distributed (High Availability)
3.1 Manual Disaster Recovery
3.1.1 No yarn
3 ...
Posted by palpie on Sat, 05 Oct 2019 17:26:13 -0700
Zookeeper Source Code Analysis and Connection Establishment - Service End Chapter
In this article, we will analyze the source code of the server when zookeeper establishes the connection. Here we skip the process of the server startup (because it contains too much content, one article can not finish), and look directly at the code of the server to process the request.
There are two kinds of NIOServer CnxnFactory and Netty Se ...
Posted by tekparasite on Fri, 04 Oct 2019 15:57:01 -0700