Get the App
  • Getting started with gRPC (4)-- getting started with gRPC

    Getting started with gRPC (4)-- getting started with gRPC

    GRPC Quick start (4)-- gRPC Quick start 1, introduction to gRPC 1, introduction to gRPC gRPC is a high-performance, general-purpose open source RPC framework based on ProtoBuf (Protocol Buffers) serialization protocol development, and supports many

    Shulou · 2022-06-03 06:28
  • Hadoop datanode cannot connect to namenode

    Hadoop datanode cannot connect to namenode

    All start-dfs.sh processes have started successfully master:65456 Jps64881 NameNode65057 DataNode7380 NodeManager65276 SecondaryNameNo

    Shulou · 2022-06-03 06:28
  • Big data's zookeeper of Ecology (Cluster Construction)

    Big data's zookeeper of Ecology (Cluster Construction)

    Note: zookeeper is written by Java, so when you install zookeeper, you must install jdk. 1. Cluster planning (here take three servers as an example) Cluster host service port hadoop01zookeeper2181hadoop02

    Shulou · 2022-06-03 06:28
  • One of the linux commands commonly used during testing [delete the specified file line]

    One of the linux commands commonly used during testing [delete the specified file line]

    In the process of testing, the requirements will encounter the situation of deleting the specified file lines, such as deleting useless information in the configuration file. For example, if you have the following file, delete the last 3 lines. Second, the solution 1. We know the line number sed-I'21 ~ (23) century Testfile.lo

    Shulou · 2022-06-03 06:28
  • Maven and idea use maven

    Maven and idea use maven

    1. Maven Overview 1. Background in general project development, the code we develop needs to rely on some additional libraries. To solve these dependencies, we need to manually download the corresponding jar package from the Internet, and then add it to the lib directory in the project to exist as a third-party library. And when relying on a lot of

    Shulou · 2022-06-03 06:28
  • The environment in which HDFS HA is deployed

    The environment in which HDFS HA is deployed

    Environment Architecture deployment Planning: bigdata1 NameNode ResourceManager Zookeeper JournalNode failOverControllerbigdata2 Nam

    Shulou · 2022-06-03 06:28
  • Apache Hawq-- optimization notes

    Apache Hawq-- optimization notes

    Optimization: the data table partition uses numeric type fields as far as possible, such as the Date type is converted to an absolute number of days from 1970-01-01. SQL syntax: try to avoid the use of between and (check the query plan, the impact is small), try to use CT when multiple subqueries

    Shulou · 2022-06-03 06:28
  • Empower data Wisdom, InfoBeat makes the business jump

    Empower data Wisdom, InfoBeat makes the business jump

    Under the double pressure, how does the enterprise break the situation? In the past year or two, many mobile Internet companies can obviously feel the pressure from two aspects. on the one hand, the capital market is in a cold winter, the fund-raising of the whole market is blocked, and it is difficult for start-ups to raise funding. even several Internet bigwigs have piled up to lay off staff, such as Ali and Beijing.

    Shulou · 2022-06-03 06:28
  • How to use the JavaScript UI control WijmoJS to build

    How to use the JavaScript UI control WijmoJS to build

    Overview What is Electron?Electron is a framework for building cross-platform desktop applications using JavaScript, HTML, and CSS. You can compare Electron with pure JavaScript or Java of your choice

    Shulou · 2022-06-03 06:28
  • Storm installation and configuration

    Storm installation and configuration

    1. Download Storm and related components, including: Storm package: https://storm.apache.org/downloads.htmlZeroMQ package: http://zeromq.org/area:downl

    Shulou · 2022-06-03 06:28
  • [reading notes] description of log_archive_dest_n parameters

    [reading notes] description of log_archive_dest_n parameters

    You can't copy a table from a document, so use pictures instead.

    Shulou · 2022-06-03 06:28
  • First experience of Eiblog, build tutorials

    First experience of Eiblog, build tutorials

    Used other blog systems, do not like, not light enough, not fast enough! I have done a total of two blog systems, and the perfectionist (after all, × × seat) really don't want to struggle too much on this matter. Eiblog should be a relatively stable blog system, and it should be used by bloggers in the future.

    Shulou · 2022-06-03 06:28
  • Basic knowledge of Selenium

    Basic knowledge of Selenium

    My blog address: https://www.peretang.com/basic-knowledge-of-selenium/ what is SeleniumSelenium is an automated testing tool is a different set of tools

    Shulou · 2022-06-03 06:28
  • Drug testing in Halcon cases

    Drug testing in Halcon cases

    * the image comes with Halcon. Halcon2012 version for Index: = 1 to 6 by 1read_image (Image, 'blister/blister_' + Index$'02')

    Shulou · 2022-06-03 06:28
  • Jmeter development import excel script

    Jmeter development import excel script

    In the process of    testing, it is often necessary to test the performance and automation of the imported excel. Many import scripts do not support the recording function, so they can only obtain the request parameters by grabbing the package, and then develop the script manually. As many students may have no practical experience in importing this piece, it will be very difficult to develop.

    Shulou · 2022-06-03 06:28
  • Domain Driven Design Reference (7)-- large-scale strategic design structure

    Domain Driven Design Reference (7)-- large-scale strategic design structure

    This book is a dictionary reference book written by Eric Evans for his own "Domain-driven Design-the way to deal with Software Core complexity". It can be used to quickly find many concepts in "Domain-driven Design" and their concise explanations. The computer hard disk files were lost inexplicably last weekend, which took more than half a week to slow down.

    Shulou · 2022-06-03 06:28
  • TatukGIS Developer Kernelv11.32 release to fix page format errors in Enums documents

    TatukGIS Developer Kernelv11.32 release to fix page format errors in Enums documents

    TatukGIS Developer Kernel (DK) is a comprehensive software development kit (SDK) for developing custom geographic information system (GIS) applications and solutions. As we all know, it takes a lot of money to build a huge geographic information system

    Shulou · 2022-06-03 06:28
  • True offline deployment of CDH5.16.1 Cluster Enterprises

    True offline deployment of CDH5.16.1 Cluster Enterprises

    Thank you. Prepare to do 1. Offline deployment outline MySQL offline deployment CM offline deployment Parcel offline source deployment 2. Planning linux version: CentOS 7.2Node MySQL component Parcel offline Source CM Service process data component hadoo

    Shulou · 2022-06-03 06:28
  • Big data, a good programmer, shares the objects of the Scala series.

    Big data, a good programmer, shares the objects of the Scala series.

    Good programmer big data learning route to share the object of the Scala series 1. Singleton objects do not have static methods and static fields in Scala, but you can use the syntax structure of object to achieve the same goal. 1.scala is similar to the utility class in Java, you can

    Shulou · 2022-06-03 06:28
  • Session sharing based on apache+tomcat

    Session sharing based on apache+tomcat

    Apache+tomcat last article, achieved load balancing, now we achieve session sharing 1, tomcat cluster configuration, session synchronous configuration: tomcat1 configuration A, modify Engine node information: B, remove <\ C

    Shulou · 2022-06-03 06:28