您好,登錄后才能下訂單哦!
小編給大家分享一下Hadoop偽分布式系統(tǒng)如何搭建,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
一、
虛擬機(jī)網(wǎng)絡(luò)連接方式及Linux的靜態(tài)IP設(shè)置
1. 網(wǎng)絡(luò)連接模式介紹
1) 僅主機(jī)模式
虛擬機(jī)與主機(jī)單獨(dú)組網(wǎng),虛擬機(jī)與主機(jī)所在網(wǎng)絡(luò)的其他機(jī)器不能通信,因為網(wǎng)段不同。
2) 橋連模式
虛擬機(jī)將使用主機(jī)所在網(wǎng)絡(luò)的網(wǎng)段,主機(jī)所在網(wǎng)絡(luò)的其他機(jī)器可以與虛擬機(jī)通信,因為處于同一網(wǎng)段
2. 配置僅主機(jī)模式
1) 主機(jī)端配置:使用僅主機(jī)模式時,需要配置主機(jī)的 VMware Network Adapter VMnet1,為其這是IP地址,及網(wǎng)關(guān)
3) 重啟虛擬機(jī)網(wǎng)卡
[root@localhost Desktop]# service network restart Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface Wired_connection_1: Active connection state: activated Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/3 [ OK ] |
4) 查看虛擬機(jī)網(wǎng)絡(luò)信息
[root@localhost Desktop]# ifconfig eth2 Link encap:Ethernet HWaddr 00:50:56:2F:E5:3A inet addr:192.168.80.100 Bcast:192.168.80.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:fe2f:e53a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:132 errors:0 dropped:0 overruns:0 frame:0 TX packets:69 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:20108 (19.6 KiB) TX bytes:4518 (4.4 KiB) Interrupt:19 Base address:0x2024 |
5) 使用虛擬機(jī)訪問主機(jī)
[root@localhost Desktop]# ping 192.168.80.1 PING 192.168.80.1 (192.168.80.1) 56(84) bytes of data. 64 bytes from 192.168.80.1: icmp_seq=1 ttl=64 time=0.468 ms 64 bytes from 192.168.80.1: icmp_seq=2 ttl=64 time=0.277 ms 64 bytes from 192.168.80.1: icmp_seq=3 ttl=64 time=0.316 ms 64 bytes from 192.168.80.1: icmp_seq=4 ttl=64 time=0.279 ms ^Z [2]+ Stopped ping 192.168.80.1 |
6) 使用主機(jī)訪問虛擬機(jī)
C:\Users\thinkpad>ping 192.168.80.100 正在 Ping 192.168.80.100 具有 32 字節(jié)的數(shù)據(jù): 來自 192.168.80.100 的回復(fù): 字節(jié)=32 時間=1ms TTL=64 來自 192.168.80.100 的回復(fù): 字節(jié)=32 時間<1ms TTL=64 來自 192.168.80.100 的回復(fù): 字節(jié)=32 時間<1ms TTL=64 來自 192.168.80.100 的回復(fù): 字節(jié)=32 時間<1ms TTL=64 192.168.80.100 的 Ping 統(tǒng)計信息: 數(shù)據(jù)包: 已發(fā)送 = 4,已接收 = 4,丟失 = 0 (0% 丟失), 往返行程的估計時間(以毫秒為單位): 最短 = 0ms,最長 = 1ms,平均 = 0ms |
看完了這篇文章,相信你對“Hadoop偽分布式系統(tǒng)如何搭建”有了一定的了解,如果想了解更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道,感謝各位的閱讀!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。