Installation and deployment of HBase

1, Deploy front-end environment First deploy the distributed high availability version of Hadoop, namely ZooKeeper+Hadoop. https://www.cnblogs.com/live41/p/15483192.html *The plan of the deployed server name and directory is the same as that in the link. Namely c1:192.168.100.105 c2:192.168.100.110 c3:192.168.100.115 c4:192.168.100.120 The fo ...

Added by boonika on Mon, 01 Nov 2021 13:08:25 +0200

Software Architecture Experiment 2

Software Architecture Experiment 2 1. Simple Translator for Implementing Four Operations 1.1 Requirements Implements four operations of addition, subtraction, multiplication and division, allowing multiple operands at the same time, such as 4+6*5-8 resulting in 26;The operand is an integer, which can have multiple bits.Handle spaces;The inpu ...

Added by vent on Mon, 01 Nov 2021 00:35:27 +0200

Flink Practice Tutorial: Getting Started: Writing to Elasticsearch

Author: Tencent Cloud Flow Computing Oceanus Team Introduction to Oceanus for Stream Computing Flow computing Oceanus is a real-time analysis tool for the ecosystem of data products. It is an enterprise real-time large data analysis platform based on Apache Flink, which has the features of one-stop development, seamless connection, subsecond ...

Added by splitinfo on Sun, 31 Oct 2021 23:51:54 +0200

Learn more about tumbling window in Flink

Before understanding tumbling window, let's have a basic understanding of the "window" when it comes to stream processing or stream computing. In the data flow, there is a source that continuously generates data, which makes it infeasible to calculate the final value. The "window" defines a set of finite elements on an unbo ...

Added by brian79 on Fri, 29 Oct 2021 04:16:56 +0300

Spark 3.0.0 environment installation

1. Spark overview 1.1 what is Spark Spark is a fast, universal and scalable big data analysis framework based on memory. 1.2 Hadoop and Spark Hadoop: a one-time computing framework based on disk, which is not suitable for iterative computing. When processing data, the framework will flush the storage device to read out the data, carry out ...

Added by Protato on Wed, 27 Oct 2021 15:13:57 +0300

Pandas data processing -- playing with time series data

In financial data analysis or quantitative research, the processing of time series data can not be avoided. Time series refers to the value sequence of a variable measured in time order within a certain time. Common time series data include temperature series that change with time in a day, or stock price series that fluctuate continuously duri ...

Added by D1proball on Tue, 26 Oct 2021 04:15:28 +0300

OSGB format parsing

This paper mainly introduces the analysis of OSGB binary data of tilt photography data. Firstly, it briefly introduces the relevant technologies of OpenSceneGraph, and introduces the organizational structure of tilt photography data, focusing on the analysis of relevant fields of OSGB format. Finally, it analyzes OSGB data byte by byte, visuali ...

Added by wwwapu on Sat, 23 Oct 2021 18:18:35 +0300

Graduation project - breast cancer classification deep learning medical image based on convolution neural network

1 Preface Hi, Hello, this is Dancheng, and today we introduce the classification of breast cancer based on convolution neural network. This is the subject of deep learning in medical image classification You can use it for graduation design Bi design help, problem opening guidance, technical solutions 🇶746876041 2 PREFACE Breast canc ...

Added by engelsol on Sat, 23 Oct 2021 10:50:22 +0300

JDK growth 16: analyze the synchronized underlying principle you don't know from 0

In the previous section, you learned what CAS is, the type of lock formed by synchronized, the heavyweight lock is the process of applying for resource locking from the user state process to the internal core state, the HotSpot Java object structure, and preliminarily analyzed the core process of synchronized from three levels. Remember the c ...

Added by sherri on Fri, 22 Oct 2021 12:44:12 +0300

2021-10-21 virtual box-based Hadoop Cluster Installation Configuration Tutorial

Reference to this document http://dblab.xmu.edu.cn/blog/2775-2/ The process of building a hadoop distributed cluster Front A pseudo-distributed hadoop system has been configured on a virtual machineOne virtual machine acts as master as namenode, and three virtual machines data1, 2, 3 (all with ubuntu system installed) acts as datanode netwo ...

Added by php_user13 on Thu, 21 Oct 2021 20:39:33 +0300