Bug0: resolve java.io.FileNotFoundException error encountered when Hadoop plug-in runs
Problem description
The following error occurred during running WordCount program in Eclipse with plug-ins (instead of manually packing and uploading servers):
DEBUG - LocalFetcher 1 going to fetch: attempt_local938878567_0001_m_000000_0
WARN - job_local938878567_0001
java.lang.Exception: org.apache. ...
Posted by jeffshead on Wed, 12 Feb 2020 06:32:57 -0800
Talk about discovery group of artemis
order
This paper focuses on the discovery group of artemis
DiscoveryGroup
activemq-artemis-2.11.0/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java
public final class DiscoveryGroup implements ActiveMQComponent {
private static final Logger logger = Logger.getLogger(DiscoveryGroup.class);
pri ...
Posted by andreas on Tue, 11 Feb 2020 08:51:47 -0800
Spring Cloud advanced Road 16: service gateway integrated circuit breaker monitoring (zuul + Hystrix Dashboard)
Preface
Last article Spring Cloud advanced Road 15: service gateway integrated circuit breaker (zuul + hystrix) In, describes how the service gateway integrates the circuit breaker. However, like other service integrated circuit breakers before, we still can't see the relevant information of circ ...
Posted by r3n on Tue, 11 Feb 2020 00:09:22 -0800
Microservice framework: building of Leyou mall project
Leyou mall project construction
Learning objectives
1. Understand the e-commerce industry
1.1. Project classification
1.1.1. Traditional projects
1.1.2. Internet Project
1.2. Development of e-commerce industry
1.2.1. money scene
1.2.2. data
1.2.3. Technical characteristics
1.3. Common e-commerce ...
Posted by Sam on Mon, 10 Feb 2020 22:10:48 -0800
Spark Streaming of big data technology
Spark Streaming of big data technology
1: Overview
1. Definition:
Spark Streaming is used for streaming data processing. Spark Streaming supports many data input sources, such as Kafka, Flume, Twitter, ZeroMQ and simple TCP sockets. After data input, you can use Spark's highly abstract primitives such ...
Posted by croakingtoad on Mon, 10 Feb 2020 07:28:21 -0800
Java summary foundation
1. Basic types
1.1 storage space
Byte type
byte
1 byte
plastic
short
2 byte
int
4 byte
long
8 byte
float
float
4 byte
double
8 byte
Character
char
2 byte
Boolean type
boolean ...
Posted by benyboi on Sun, 09 Feb 2020 12:28:26 -0800
Maven - Configuration Management
Maven
Maven is an automated build tool that focuses on project building and dependency management for the Java platform. Project Object Model: Project Object Model. The information of Java project is encapsulated as object form, which is convenient for operation and management.
Maven action
1 add the third-party jar package: after using Maven, ...
Posted by yobo on Sun, 09 Feb 2020 02:35:47 -0800
Three ways to install PHP7.4 in Centos8 (Liunx) and three ways to remove it
Compile Installation
Differences and future choices between PHP source compilation and installation via yum under Centos8
Actually, each of these two methods has its own advantages:
yum installation:
From the perspective of Yum installation, Yum is equivalent to automatic help you install, regardless of the software dependencies, the yum ins ...
Posted by Sorthy359 on Sat, 08 Feb 2020 09:50:49 -0800
Talk about QuorumManager of artemis
order
This paper focuses on the quorum manager of artemis
ClusterTopologyListener
activemq-artemis-2.11.0/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/client/ClusterTopologyListener.java
public interface ClusterTopologyListener {
/**
* Triggered when a node joins the cluster.
*
* @param member
* @pa ...
Posted by csimms on Sat, 08 Feb 2020 09:16:12 -0800
How to configure Tomcat 9.0 in Maven
The default version of Tomcat used in Maven is 6.0, which is not applicable in many development applications. The commonly used Tomcat plug-ins on the Internet are Tomcat 7-maven-plugin version 2.2,
3.0-r1655215 of tomcat8-maven-plugin (this version needs to be downloaded on the image server, and the specific configuration is as follows)
Add ...
Posted by prinzcy on Sat, 08 Feb 2020 06:10:09 -0800