Get the App
  • The two pictures clearly explain the name node and data node.

    The two pictures clearly explain the name node and data node.

    The two pictures clearly explain the name node and data node.

    Shulou · 2022-06-03 06:42
  • Springboot turn off the unit test

    Springboot turn off the unit test

    Environment: Springboot2.x, the configuration is as follows. Mode one true < / maven.test.skip > skips the test and does not generate classtrue. It skips the test but generates the test class.

    Shulou · 2022-06-03 06:42
  • Install siege stress test

    Install siege stress test

    First, install siegewget http://download.joedog.org/siege/siege-latest.tar.gztar-zxvf siege-latest.tar.gzcd si

    Shulou · 2022-06-03 06:42
  • Logstash subscribes log data from Kafka to HDFS

    Logstash subscribes log data from Kafka to HDFS

    In general, we output the log data of Kafka to ES through logstash subscription, and then use Kibana to do visual analysis, which is the ELK log analysis mode we usually use. But the log analysis based on ELK is usually used in real-time analysis.

    Shulou · 2022-06-03 06:42
  • Fade in and out of js

    Fade in and out of js

    Untitled document # div1 {width:200px;height:200px;filter:alpha (opacity:30); opacity:0.3;} window. () {var oDi

    Shulou · 2022-06-03 06:42
  • Record the Construction process of Hadoop HA High availability distributed Cluster

    Record the Construction process of Hadoop HA High availability distributed Cluster

    In order to complete the parallel algorithm test in the graduation project, after studying, I built a distributed cluster based on Hadoop in the virtual machine, and made a record here, the rookie wrote a blog for the first time, it is late at night, the following goes directly to the topic: planning and description are usually composed of two Na in a hadoop cluster.

    Shulou · 2022-06-03 06:42
  • RocketMQ_4.1.0 compiles versions that can be run directly:

    RocketMQ_4.1.0 compiles versions that can be run directly:

    If downloading source code from gitub requires maven compilation, there is a ready-made version that can be run directly: rocketMQ_4.1.0 compiled and run directly: link: https://pan.baidu.com/s/11MT

    Shulou · 2022-06-03 06:42
  • Zhongtong Express Logistics order number query API Interface Free docking case

    Zhongtong Express Logistics order number query API Interface Free docking case

    Express query API interface is to use the logistics order number to query logistics information. Mainly used in e-commerce mall, ERP system business, WMS system business, express cabinets, banks and other enterprises. Multiple express logistics companies have unified interface access, and it is recommended that interface providers can be connected to multiple express delivery at one time.

    Shulou · 2022-06-03 06:42
  • The arrangement of Kafka Notes (1)

    The arrangement of Kafka Notes (1)

    [TOC] Kafka introduction message queuing (Message Queue) data passed between two computers or two communication devices in a Message network. For example: text, music, video and so on. A special kind of queue Queue

    Shulou · 2022-06-03 06:42
  • 4.3 piping and redirection

    4.3 piping and redirection

    < > > < < arithmetic controller: CPU memory: RAM input / output device program: instruction and data controller: instruction arithmetic memory address bus: memory addressable data bus: transfer data control bus: control instruction register: CPU temporary

    Shulou · 2022-06-03 06:42
  • Use JavaScript to read the selected text and copy it to the clipboard

    Use JavaScript to read the selected text and copy it to the clipboard

    Ask most developers how to copy the content selected by the user to the clipboard and they will mention the requirements of Flash (hence the popularity of scripts such as Zeroclipboard). However, the adjustment of this idea is now due to the recent key technologies of browsers to JavaScript

    Shulou · 2022-06-03 06:42
  • Hadoop learning-- AP reading HDFS data-- day04

    Hadoop learning-- AP reading HDFS data-- day04

    Import java.io.ByteArrayOutputStream;import java.io.InputStream;import java.net.URL;import org.apach

    Shulou · 2022-06-03 06:42
  • Java reads properties files

    Java reads properties files

    The first file name is db.properties: get ResourceBundle bunble = ResourceBundle.getBundle ("db") through ResourceBundle; drive

    Shulou · 2022-06-03 06:42
  • The method of setting and getting clipboard contents by VBScript

    The method of setting and getting clipboard contents by VBScript

    In Automation, programs are often needed to interact with the clipboard, and an input is still being used on the keyboard. If there is a lot of content, isn't it too slow to use the paste copy of the clipboard, so fast,so easy … You need to call Microsoft For

    Shulou · 2022-06-03 06:42
  • Personal use feeling of TeamViewer and Sunflower remote Control Software

    Personal use feeling of TeamViewer and Sunflower remote Control Software

    TeamViewer is generally used for remote control at work, and sunflowers are sometimes used to tell each other the URL and sunflower code, and the other side installs the control, and then carries on the remote control. I feel that the TeamViewer under the same network still has an advantage, the sunflower image is sometimes a little stuck, the display effect

    Shulou · 2022-06-03 06:42
  • Do you know anything about cluster monitoring? (II)-- some indicators of HDFS

    Do you know anything about cluster monitoring? (II)-- some indicators of HDFS

    This article continues with the previous part of this article, address: IDC cluster related metrics acquisition after obtaining the corresponding IDC machine own indicators, we also need to collect the HDFS and YARN indicators in the Hadoop cluster. In general, there can be two kinds of ideas: the first is, of course, you can extend the use of C #

    Shulou · 2022-06-03 06:42
  • Spring [01. Collation of basic knowledge (part I)

    Spring [01. Collation of basic knowledge (part I)

    The idea of the concept IOC (Inversion of Control) is to reverse the direction of resource acquisition. The traditional resource lookup method requires the component to initiate a request to the container to find the resource. In response, the container returns resources at the right time. After applying IOC, it is

    Shulou · 2022-06-03 06:42
  • Stability problem case-Error-27796: Failed to connect to server

    Stability problem case-Error-27796: Failed to connect to server

    Phenomenon: during the two-night stability test, it was found that the response dropped to the trough halfway and lasted for a period of time, and then the response tended to be stable, and the time periods of the two nights were inconsistent. There was nothing abnormal in checking the corresponding log, and there was an error Act in the loadrunner monitor.

    Shulou · 2022-06-03 06:42
  • The usage of JMeter parameterization _ _ CSVRead ()

    The usage of JMeter parameterization _ _ CSVRead ()

    Today, in this chapter we will mainly learn about JMeter parameterization _ _ CSVRead (). Concept: Apache JMeter is a Java-based stress testing tool developed by the Apache organization. Used for stress testing of software, which was originally designed for Web applications

    Shulou · 2022-06-03 06:42
  • Hadoop HA profile

    Hadoop HA profile

    Fs.defaultFS hdfs://rongxinhadoop the mycluster here is the logical name of the HA cluster, which is consistent with the dfs.nameservices configuration in hdfs-site.xml hadoop.

    Shulou · 2022-06-03 06:42