1 IntroductionApache Storm is a free, open source, distributed, and highly fault-tolerant real-time computing system that can be used to process large amounts of data, similar to Hadoop. Apache Storm is written in Java and Clojure. 2 PreparationSource code download address: https://github.com/apache/storm Version 1.1.0 is downloaded here for verification: 1.1.0 https://archive.apache.org/dist/storm/apache-storm-1.1.0/apache-storm-1.1.0.tar.gz Verification environment: Use
3 Start compiling and installing3.1 Unzip the source package tar -zxvf apache-storm-1.1.0.tar.gz Mobile Package: mv apache-storm-1.1.0 /opt/storm 4 Run4.1 Startup Start each module separately: storm nimbus Storm ui Storm Log Viewer storm supervisor 4.2 Common parameters and configuration files Common parameters: Configuration Files: (1) Configure environment variables: vi /etc/profile After successful configuration, you need to load the environment variables using (2) Modify the Storm configuration: vi /opt/storm/conf/storm.yaml 5. VerificationStorm version Enter http://localhost:8080/index.html in the browser and use the browser to monitor it: 6 Common MistakesWhen using the browser for monitoring, an error occurred: This is because four modules are started using one terminal during startup. When starting the second module, the first module needs to be closed. Therefore, an error occurs when using the browser for monitoring. Therefore, it is necessary to start one template each time for monitoring or use four terminals to start it successfully. This is the end of this article about the detailed process of compiling and installing Storm on Kylin V10 server. For more information about installing Storm on Kylin V10 server, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Pure CSS to achieve three-dimensional picture placement effect example code
>>: Examples of using MySQL covering indexes
The reason is that all files are encoded in utf8. ...
The default arrangement of text in HTML is horizo...
Solution to MySQLSyntaxErrorException when connec...
When I was writing a project yesterday, I needed ...
Table of contents 1. What is a trigger? 2. Create...
Tomcat7.0 sets virtual directory (1) Currently, o...
Table of contents Principle Source code analysis ...
Step 1: Configure environment variables (my decom...
Copy table structure and its data The following s...
Simple use of Vue bus Scenario description: Compo...
MySQL 5.5 installation and configuration method g...
Table of contents 1. Download MySQL 1.1 Download ...
Rendering Code - Take the blue and yellow rings a...
question The seamless scrolling of pictures and t...
As of now, the latest version of CentOS is CentOS...