Installation and Configuration of Hive

In order to explore the mystery and greatness of Hive, we embarked on the road of learning Hive, the good and bad of this tool, let alone install Hive first... We use MySQL to store Hive's metadata Metastore, so install MySQL first. The specific ...

Added by alpachino on Sat, 07 Sep 2019 15:05:02 +0300

java Wechat Public Development (Original Page - Web Page Authorization)

In the previous chapter: java Wechat Public Development (Original Text - Message Management) Since it is the development of public numbers, of course, it will involve our web side. After learning the previous chapters, the little friends will find th ...

Added by fishown on Sat, 07 Sep 2019 15:00:41 +0300

Flink Notes-Delayed Data Processing

Flink Notes-Delayed Data Processing Out Of Order&Late AllowedLateness&OutputTag On Output Tag Flink's window processing streaming data provides a WaterMark mechanism based on EventTime, but it can only solve the problem of data disorder ...

Added by Amanda1998 on Sat, 07 Sep 2019 14:34:19 +0300

Zookeeper Windows Cluster Construction

The configuration of zoo in the D: zookeeper-3.4.14 conf directory in the zookeeper-3.4.14 file is as follows # The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase can take init ...

Added by hey_suburbia on Thu, 05 Sep 2019 08:40:28 +0300

Deploy Tomcat (Web) Service Details

1. Introduction to Tomcat Services Tomcat server is a free, open source Web application server. It is a lightweight application server and is widely used in small and medium-sized systems and in situations where concurrent access to users is not very common. It is the preferred choice for developing and debugging JSP programs.Generally speakin ...

Added by AnarKy on Thu, 05 Sep 2019 04:39:15 +0300

Service discovery and polling for spring-cloud-kubernetes (with fuses)

This is the fourth article in the series of spring-cloud-kubernetes. The main content is to deploy two applications on kubernetes: Web-Service and Acount-Service. Web-Service calls the http service provided by Account-Service through the registration discovery capabilities provided by spring-cloud-kubernetes. List of Series Articles Official d ...

Added by conquest on Wed, 04 Sep 2019 04:45:51 +0300

Implementing MapReaduce Complex Case in JDEA

Let's implement a complex case. Find out the best friends between two. A:B,C,D,F,E,O B:A,C,E,K C:F,A,D,I D:A,E,F,L E:B,C,D,M,L F:A,B,C,D,E,O,M G:A,C,D,E,F H:A,C,D,E,O I:A,O J:B,O K:A,C,D L:D,E,F M:E,F,G O:A,H,I,J /* The map function in the first st ...

Added by asgsoft on Tue, 03 Sep 2019 16:38:46 +0300

spring boot integration Kafka spring-kafka in-depth exploration

Preface Kafka is a message queue product. Based on Topic partitions design, it can achieve very high performance of message sending and processing. Spring created a project called Spring-kafka, which encapsulates Apache's Kafka-client for rapid integration of Kafka in Spring projects. In addition to simple messaging, Spring-kafka also provides ...

Added by atholon on Wed, 28 Aug 2019 13:18:55 +0300

flume Learning - Including Installation

1. What is Flume: Flume is a highly available, highly reliable, distributed system for collecting, aggregating and transferring massive logs provided by Cloudera. Flume is based on streaming architecture, flexible and simple. Flume Composition A ...

Added by SeenGee on Wed, 28 Aug 2019 12:43:54 +0300

Request Request Request Basic Knowledge

The actual behavior of the Tomcat server: Because: Enter in the browser's address bar: localhost:8080/ProjectName / resource path Where the resource path: It's the resource path in @WebServlet("/demo3") 1. Through this path, the class poi ...

Added by enlight on Wed, 28 Aug 2019 06:39:21 +0300