In the last few articles, I talked about the virtual system installation 、LINUX System installation and hadoop Run the server settings and other content, wrote a detailed operation tutorial , What this article shares is hadoop Download and install steps for .
Before that, it's necessary to make a simple explanation : All the content shared is based on personal experience , Some people may say that it is different from what he has done . This is probably the same distribution you use hadoop It's different . I'm downloading a big quick search DKhadoop Distribution version , Standard version of three nodes , Personal research or learning hadoop Three nodes are enough .DKhadoop The three node distribution, I remember, should be free to download now , I asked them about the difference between the free version and the paid version , There is no difference between the free version and the paid version in the background function , All permissions are open to the free version .
Share this article hadoop The installation steps are still DKhadoop For example .DKhadoop It's really easy to install . I was a sophomore in May 、 A few junior students chatting hadoop Things about , They make complaints about the installation and installation of the environment . There is no such thing as a one-time installation , It's a fact that it's broken down . I asked them to download DKHadoop Try the installation , As for whether or not I tried later, I don't know . Let's get to the point , Look at the whole installation process and you'll see hadoop Installation can be as simple as before !
One 、DKH Installation package download
The installation package is uploaded on the network disk , Friends who need to install the package can leave a message to ask for ! The steps of downloading again will be omitted .
Two 、DKH Installation steps
1、 Sign in : Access after startup success IP, Login default user name and password : Username:admin
Password:123456
2、 Terms of use :
3、 The cluster specifies the host ( Please do not refresh the page during installation ):
4、 Cluster installation (DKM Installation of components ): Here you are 3 Installation methods “ Basic installation ”,“ Complete installation ”,“ Custom installation ”.
(1) Basic installation :
(2) Complete installation :DKM It integrates relatively complete big data development environment components .
(3) Custom installation : Users can use their own needs , Select the installed components and assign roles to them .
(4) Click on “ continue ”, You can view the roles assigned to each machine .
5、 Start installing components : I take “ Basic installation ” How to do the example , Other ways are similar , choice “ next step ” A progress bar will appear as shown in the figure below .
6、 Click on “ Complete the installation ” Will turn to DKM Monitoring interface (ip:8998) , First you need to log in , user name :admin , password :admin .
7、 Click login , Enter the cluster monitoring interface , Here's the picture :
Entering the cluster monitoring interface means that the installation is successful , Let's leave the content of the cluster monitoring interface behind and share it with you . It's better to combine this part with the previous articles to make it easier to understand ! The previous articles :
Chapter one :《hadoop Cluster management system construction planning description 》
Second articles :《 The latest virtual machine build hadoop Environment detailed graphic tutorial 》
Third articles :《Hadoop Building pseudo distributed environment Linux System installation tutorial 》
Fourth articles :《hadoop Building the basic server environment Hadoop Server configuration tutorial 》
hadoop Introduction -hadoop Download the installation tutorial ( The steps are as follows ) More articles about
- tushare Download installation tutorial and version update steps
Use the premise install Python install pandas:pip install pandas install lxml:pip install lxml Download and install The way 1:pip install tushare, If you install the net ...
- Android Introduction to development basics : android studio Installation tutorial
Download address http://www.android-studio.org/ Be careful : There are two main types of installation , The download comes with SDK And without SDK Two kinds of And then it's divided into the installation version , Namely .exe And decompressed version The difference between the two ... Decompression version ,, ...
- Adobe Photoshop CC 2018 v19.0 Download and install the official simplified Chinese version ( Registration machine attached + Crack tutorial ) 32/64 position ( What should be paid attention to when installing cracking )
Adobe Photoshop CC 2018 v19.0 Download and install the official simplified Chinese version ( Registration machine attached + Crack tutorial ) 32/64 position ( What should be paid attention to when installing cracking ) One . summary One sentence summary : Download, install and crack the tutorial , Need to be ...
- Cygwin download , Installation tutorial
Cygwin Is a used in Windows Upper simulation Linux Software for the environment , Due to the need of work , I'm going to use it , As for why you use it , I'm not going to explain too much here , Purpose of this paper , The aim is to solve Cygwin Installation problems . The original installation Cy ...
- axure7.0 Download the installation tutorial
Prototype design is necessary to make products . Our company is called doing demo. demo You can use ppt do , Or just make pictures . In this way, it's just that . It can also be used directly html do , It's very slow . Although it may be reusable in real R & D : A balanced solution , It's also the most ...
- nodejs Download the installation tutorial (XP edition )
Node.js Download the installation tutorial (XP edition ) Reference from :https://www.cnblogs.com/zhouyu2017/p/6485265.html(win10 edition ) One . Installation environment Windows Xp( ...
- Use from scratch git Chapter one : Download installation configuration
Use from scratch git Chapter one : Download installation configuration Chapter one : Use from scratch git Chapter one : Download installation configuration Second articles : Use from scratch git Second articles :git Practical operation Third articles : Use from scratch git Third articles :git Cancel the operation . Branch operations and ...
- Mac On go Download and install the tutorial
mac On go Download and install the tutorial Official website https://golang.google.cn/dl/ download , install Environment variable configuration Reference resources https://www.jianshu.com/p/5c1873eaf3ca Ba ...
- Anaconda What is it? ?Anconda Download the installation tutorial (1)
One . If you are engaged in Python Development , Two packages need to be installed to configure the environment : The first installation development tool , Be commonly called IDE : Recommended Pycharm The second installation development kit : Anaconda ps:Windows Next Pycharm ...
Random recommendation
- Html Two DIV Side by side
Inside a container , It's going to be two side by side DIV, Two methods : 1. Use float . This way div It's out of document flow , In the window layout complex , When the size changes , There may be some undesirable situations . <!DOCTYPE HTML> ...
- Positive-definite kernel
Definition Let be a sequence of (complex) Hilbert spaces and be the bounded operators from Hi to Hj. ...
- [SAP ABAP Development technology summary ] The screen jumps
Statement : Original works , Please indicate that the article is from SAP Abbess technology blog ( Bo / customer / garden www.cnblogs.com):www.cnblogs.com/jiangzhengjun, And indicate the original source of the article in the form of hyperlinks , Otherwise it would be ...
- ctags Generate... For part of the directory tags
Recent research Tiny6410 Upper uboot transplant , see uboot Source code , Generate tags It's the roughest way to file :“ctags -R *”, Because some functions are implemented on various platforms , Leading to the use of “g+]” Jump to the definition of the function ...
- Markdown Generate Directory
<link rel="stylesheet" href="http://yandex.st/highlightjs/6.2/styles/googlecode.mi ...
- First use JFinal
When I first entered the company, I was trained as a trainee , Continuous learning . Finally have a chance to join the project team , One gives .NET Projects developed , The frame is MVC, More than three months of the project in the cooperation of a team completed a formal programmer to participate in the first large-scale project . ...
- qemu kvm virtualization
virtualization : KVM It's based on Linux The kernel's virtual machine , It's full virtualization . There are two kinds of implementation models for virtual machine monitoring : Monitoring model (Hypervisor) And host model (Host-based). Because the monitor model needs processor scheduling , still need sth. ...
- Richter's principle of substitution LSP( Inheritance norms )
Advantages of inheritance : 1. Code sharing , Reduces the amount of work required to create classes , Each subclass has the methods and properties of the parent class . 2. Improve code reuse . 3. Subclasses can resemble parent classes , But it's different from the parent class . 4. Improve the extensibility of the code , A method that implements a parent class will do “ Do as one pleases ” ...
- geotools Merge polygons & buffer
This is the first time I've come into contact with an Open Source Toolkit , To be honest, I was a little overwhelmed at first , I feel numb when I have a lot of problems , But I'm glad I've stuck with it . geotools I don't want to introduce it too much , Want to summarize how to do your own project based on open source content . ...
- PHP + JS Achieve large file split upload
There will be certain restrictions on uploading files on the server . Avoid excessive memory consumption and performance impact , stay php.ini In profile , There are several influencing parameters : upload_max_filesize = 2M //PHP Maximum acceptable file size post_m ...