Get the App
  • Zookeeper configures the pit of kerberos authentication

    Zookeeper configures the pit of kerberos authentication

    After kerberos is configured in zookeeper, zkCli.sh connection authentication fails the connection command: zkCli.sh reports an error as follows: WatchedEvent state:SyncConnected type:No

    Shulou · 2022-06-03 07:26
  • The third lesson of software testing

    The third lesson of software testing

    After reading some of the knowledge shared by Test Case and former colleagues today, I feel that there is nothing to gain. I must read all the Test Case tomorrow and run some Case on windows on my computer the day after tomorrow.

    Shulou · 2022-06-03 07:26
  • Cloud computing big data employment class, challenging the annual salary of 300000 +

    Cloud computing big data employment class, challenging the annual salary of 300000 +

    With 5 months of fragmentation time, get an annual salary of 300000. Erudite Valley tailored "Cloud Computing big data online practical Class" for office workers, which is nearly 30 years old and has been tapping the code for many years. It is difficult to raise salary, difficult to promote, single career prospect, and increasingly confused in the future. I know you want to pursue change, but you know what you do.

    Shulou · 2022-06-03 07:25
  • Analysis on the problem of floating-point accuracy: inaccurate decimal calculation + root cause of loss of floating-point accuracy

    Analysis on the problem of floating-point accuracy: inaccurate decimal calculation + root cause of loss of floating-point accuracy

    In Zhihu, we can see the following problems: the past life and this life of the problem of floating point accuracy? 1. What is the cause of the problem? two。 Why other programming languages, such as java, may not be as obvious as js. Have you stepped over the pit of floating-point precision in the project? 4. Finally, what solutions should be adopted to avoid this problem?

    Shulou · 2022-06-03 07:25
  • Summary of common testing aids

    Summary of common testing aids

    We often use some auxiliary tools in the test. in fact, it is also a skill to use tools, which can often help us get twice the result with half the effort. No more nonsense, directly above the picture, sometimes the picture is worth a thousand words, click to see the big picture

    Shulou · 2022-06-03 07:25
  • Two operating modes of Storm

    Two operating modes of Storm

    Running in local mode is similar to storm clustering, which is a process used to write and test topology. Running topology in local mode is similar to running topology on a cluster. Create a local cluster: import backtype

    Shulou · 2022-06-03 07:25
  • Hadoop optimization and adjustment

    Hadoop optimization and adjustment

    [io.file.buffer.size] (core-site.xml) is used to set the size of the cache. Larger caches provide more efficient data transfer, but it also means greater memory consumption and latency defaults to 4KB, which is generally set to 64KB (65

    Shulou · 2022-06-03 07:25
  • Use vicrab to implement the Automation exception (BUG) management plug-in in the java project

    Use vicrab to implement the Automation exception (BUG) management plug-in in the java project

    Background introduction system error exception management is a very important system module, in our daily development, testing, online operation diagnosis has a very powerful use. However, the traditional log system occurs when there is something wrong with the system, and engineers go backstage to look through the logs, a huge amount of logs.

    Shulou · 2022-06-03 07:25
  • Performance indicators that performance Test Engineers should pay attention to

    Performance indicators that performance Test Engineers should pay attention to

    What kind of performance do you need to pay attention to when testing the performance of a software? Let's think about what roles are involved in software design, deployment, use, and maintenance, and then consider what performance points these roles focus on, and what should we focus on as a software performance test engineer? 1. Develop soft

    Shulou · 2022-06-03 07:25
  • Spark Source Code study-essay Records (2): TransportConf of Spark built-in RPC Framework

    Spark Source Code study-essay Records (2): TransportConf of Spark built-in RPC Framework

    1 Spark version Spark 2.1.0. 2 it shows that at the beginning of NetEase last year, a complete RPC framework has been developed, in which the core technology is also Netty, so when you see Spark's RPC framework, you don't feel too strange.

    Shulou · 2022-06-03 07:25
  • Introduction to the difference between hadoop and spark

    Introduction to the difference between hadoop and spark

    I have been learning hadoop for a long time. It seems that in February and March, my friend gave me a download address for a domestic Hadoop distribution, because I downloaded a three-node learning version to play with it. Friends who are studying and studying hadoop can go and have a look.

    Shulou · 2022-06-03 07:25
  • Introduction and use of Hbase

    Introduction and use of Hbase

    1. What is the concept of HBase 1.1 HBase HBase is based on Google's BigTable paper, is built on top of HDFS, provides high reliability, high performance, column storage, scalable, real-time read-write distributed database system. When you need to read and write in real time

    Shulou · 2022-06-03 07:25
  • What are the special features of win10 Professional Workstation version?

    What are the special features of win10 Professional Workstation version?

    The strongest version of win10 is neither win10 Professional nor win10 Enterprise, but the win10 Professional Workstation version. So what are the main special features of this version? Next, the editor will give you a detailed introduction. 1. The running score of hard disk greatly improves the "excellent performance mode".

    Shulou · 2022-06-03 07:25
  • How to solve the slow speed of IDEA download Maven

    How to solve the slow speed of IDEA download Maven

    Add the multithreaded parameter mvn clean install-T 10 to the command mvn clean install, which tells Maven to use more threads to download the component at the same time.

    Shulou · 2022-06-03 07:25
  • How to use Fiddler to grab data packets on a mobile phone

    How to use Fiddler to grab data packets on a mobile phone

    Many times we will encounter this trouble: 1, how to grab a page visited on the phone or an APP packet; 2, how to let the phone host access a certain server, and then test on this server; using Fiddler can completely solve the above problems, the specific implementation is as follows

    Shulou · 2022-06-03 07:25
  • What does big data need to learn in development? The easiest tutorials in history to get you started.

    What does big data need to learn in development? The easiest tutorials in history to get you started.

    Big data's development has entered the fast lane of development. at present, various industries, such as medical industry, energy industry, communications industry, retail industry, financial industry, sports industry and so on, can produce great economic value from their data collection, transmission, storage, analysis and other links, and there is an increasing demand for big data talents.

    Shulou · 2022-06-03 07:25
  • Actual combat: using KNIME to build Spark Machine learning model 1: building development environment

    Actual combat: using KNIME to build Spark Machine learning model 1: building development environment

    1. Knime Analytics installation download the appropriate version from the official website https://www.knime.com/downloads will download the installation package to extract https://www.knime.com/in in the installation path

    Shulou · 2022-06-03 07:25
  • About the situation that the web page is open blank

    About the situation that the web page is open blank

    Recently, users reported that the screen was white after the website was opened, but it might be better after refreshing. Through fidder, it was found that header returned a value, while body did not return a value. Content-Length: 0; saw the following alarm in the browser: The certific

    Shulou · 2022-06-03 07:25
  • Kafka authentication configuration when submitting consumer kafka applications to spark cluster

    Kafka authentication configuration when submitting consumer kafka applications to spark cluster

    Sasl.jaas.config is included in the submitted consumer kafka application, which usually requires a configuration file. However, after the application is packaged into a jar package, the configuration file in the jar package cannot be read through classload. Add propertie when you need to initialize kafka

    Shulou · 2022-06-03 07:25
  • Simple and rough understanding of what is meant by big data, O2O, Blue Ocean, Red Sea, Internet thinking, crowdfunding

    Simple and rough understanding of what is meant by big data, O2O, Blue Ocean, Red Sea, Internet thinking, crowdfunding

    What is O2O? O tycoon with a price of 20000 per month, female college student BJI B girl unexpectedly takes out 10000 × × × male student C (B2C) from × × fee every month. C male feels unbalanced and spends 5000 × × × every month on little girl, o little girl finds that she is this student.

    Shulou · 2022-06-03 07:25