Get the App
  • Jdbc realizes the management of things and moves tables

    Jdbc realizes the management of things and moves tables

    In this paper, the data from the old database is transferred to the new database. 1. Get the jdbc connection package com.transferdata;import java.sql.DriverManager;import java.sql.SQLE

    Shulou · 2022-06-03 08:17
  • 16. Hive data skew and solution

    16. Hive data skew and solution

    Data tilt 1, what is data tilt due to uneven data distribution, resulting in a large number of data concentrated to one point, resulting in data hotspots 2. Data tilt phenomenon in the execution of the task, the task progress is maintained at 99% for a long time. Check the task monitoring page and find that there are only a small number of (1 or more) re

    Shulou · 2022-06-03 08:17
  • The way of Spark practice (Advanced)-- introduction to Spark to mastery: section IV

    The way of Spark practice (Advanced)-- introduction to Spark to mastery: section IV

    The main content of this section is Spark important Concepts Elastic distributed data set (RDD) Foundation 1. Spark important Concepts part of this section comes from the official document: http://spark.apache.org/docs/latest/cluster-o

    Shulou · 2022-06-03 08:17
  • Centos7 configure Docker Swarm and install Portai

    Centos7 configure Docker Swarm and install Portai

    First, create a cluster. 1. Initialize the manager node (xxx is the ip address of manager) docker swarm init-- advertise-addr xxx.xxx.xxx.xxx will output the following, pay attention to bold

    Shulou · 2022-06-03 08:17
  • Hive lateral view and explode

    Hive lateral view and explode

    Explode (official website link) explode is a UDTF (table generation function) that converts a single input line into multiple output lines. Generally used in combination with lateral view, there are two main uses: input types use methods to describe Texplode

    Shulou · 2022-06-03 08:17
  • Big data's Learning experience

    Big data's Learning experience

    An overview of big data 1.1 the origin of "big data", one of the hottest words in recent years. Although the word big data came into being only about 10 years ago, the analysis of big data has been around for a long time. As early as in the early days of the Internet, there were many companies that analyzed and processed a great deal of information through computer technology, such as

    Shulou · 2022-06-03 08:17
  • Spark union pays special attention

    Spark union pays special attention

    I had a very weird problem today. Table Auseridhousecoderesctimeu1code111301 Table Buseridhousecoderesctimeu2code201302 Table Cuseridnamet

    Shulou · 2022-06-03 08:17
  • Type the URL and press enter what happened

    Type the URL and press enter what happened

    Type the URL, press enter, what happened? Step 1: the browser obtains the IP address and port number of the server from the input in the address bar. If you type a domain name, you must first resolve the domain name to the server's IP address. The parsing process is as follows, and there are multiple levels in the parsing process.

    Shulou · 2022-06-03 08:17
  • Record the client request timeout analysis process

    Record the client request timeout analysis process

    The request processing process describes that the server uses the framework to load the business so, and there is no business so to create the co-program processing, and the response is given after the processing is completed. So entry function receives (const Type&in, Type& out,Type & extend), whether or not

    Shulou · 2022-06-03 08:17
  • From the national examination big data, we can see which province in China likes to be an official most.

    From the national examination big data, we can see which province in China likes to be an official most.

    There are thousands of roads, and the road for civil servants is the most crowded! It is not uncommon for hundreds of people to compete for a position, and every year more than 1 million warriors dare to face the tragedy of the national examination. when there are so many people in the country, which province is the most fond of being an official? Just look at the data analysis. ▼, let's take a look at the 202 that just ended.

    Shulou · 2022-06-03 08:17
  • Items method and key pop method popite in 36 dictionaries

    Items method and key pop method popite in 36 dictionaries

    Lesson 10 get key and value (items method and key method) # items method and keys method # items method to return all key value pairs in the dictionary with one tuple for each kv pair obtained

    Shulou · 2022-06-03 08:17
  • Basic configuration and simple use of Kafka under Windows

    Basic configuration and simple use of Kafka under Windows

    First download zookeeper (version zookeeper-3.4.13) and kafka (version kafka_2.12-2.0.0), and decompress it. 1. Zookeeper: in the config directory, there is zoo.con

    Shulou · 2022-06-03 08:17
  • RMI load class exception

    RMI load class exception

    Scenario: when writing data to solr, the application calls the method in the encapsulated jar. The connection is normal, but an exception is thrown when writing json data. Errors are as follows: Caused by: java.rmi.ServerException: Rem

    Shulou · 2022-06-03 08:17
  • Product data Model Design of big data Operation

    Product data Model Design of big data Operation

    This article is extracted from: Li Fudong "big data Operation-Service Enterprise Architecture New thinking" 3.4.1.1 products are the core carrier of the enterprise, which reflects the market demand and resource supply. On the one hand, the product reflects the enterprise's satisfaction of the market demand, including the product sales area, the customer base that the product meets and the product camp.

    Shulou · 2022-06-03 08:17
  • SpringBoot Learning (2)-- springboot Rapid Integration of spring security components

    SpringBoot Learning (2)-- springboot Rapid Integration of spring security components

    About Spring Security the core functions of spring security are Authentication and Authorization, that is, whether authenticated users can access the system, and authorized users can access the system.

    Shulou · 2022-06-03 08:17
  • A case study of Hbase data backup

    A case study of Hbase data backup

    Data backup for HBase 1.1 backup tables based on classes provided by HBase use classes provided by HBase to export data from a table in HBase to HDFS and then to a test hbase table. (1) = = Export from hbase to HDFS=

    Shulou · 2022-06-03 08:17
  • [Web development practice from 0] SpringBoot integrates LogBack and LogStash

    [Web development practice from 0] SpringBoot integrates LogBack and LogStash

    Directory: 1. SpringBoot integrates and configures LogBack2. Encapsulate LogUtil and deal with logs centrally. SpringBoot integrates LogStash4. Install and configure LogStash5 separately. Docker-com

    Shulou · 2022-06-03 08:17
  • Do you really know JAVA?

    Do you really know JAVA?

    Macroscopic aspect one, JAVA. If you want to become a JAVA engineer, you must learn JAVA. The average programmer may only need to know some of the syntax structure of JAVA to deal with. But to become a JAVA engineer, you need to do more in-depth research on JAVA. You

    Shulou · 2022-06-03 08:16
  • Visual Studio 2019 tutorial: how to add Web API to an ASP.NET Core Application

    Visual Studio 2019 tutorial: how to add Web API to an ASP.NET Core Application

    Open the project open the ASP.NET Core application in Visual Studio 2019. Add an API controller right-click the project and add a new folder named Api. Then, right-click the folder and select Add >

    Shulou · 2022-06-03 08:16
  • Quick acquisition of bean by ApplicationContextAware

    Quick acquisition of bean by ApplicationContextAware

    A subclass of BeanFactory of ApplicationContext, with more powerful features, ApplicationContext can automatically instantiate all bean when the server starts, while BeanFactory

    Shulou · 2022-06-03 08:16