共计 1721 个字符,预计需要花费 5 分钟才能阅读完成。
丸趣 TV 小编给大家分享一下 Hadoop 伪分布式系统如何搭建,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!
一、
虚拟机网络连接方式及 Linux 的静态 IP 设置
1. 网络连接模式介绍
1) 仅主机模式
虚拟机与主机单独组网,虚拟机与主机所在网络的其他机器不能通信,因为网段不同。
2) 桥连模式
虚拟机将使用主机所在网络的网段,主机所在网络的其他机器可以与虚拟机通信,因为处于同一网段
2. 配置仅主机模式
1) 主机端配置:使用仅主机模式时,需要配置主机的 VMware Network Adapter VMnet1,为其这是 IP 地址,及网关
3) 重启虚拟机网卡
[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) 查看虚拟机网络信息
[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) 使用虚拟机访问主机
[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) 使用主机访问虚拟机
C:\Users\thinkpad ping 192.168.80.100
正在 Ping 192.168.80.100 具有 32 字节的数据:
来自 192.168.80.100 的回复: 字节 =32 时间 =1ms TTL=64
来自 192.168.80.100 的回复: 字节 =32 时间 1ms TTL=64
来自 192.168.80.100 的回复: 字节 =32 时间 1ms TTL=64
来自 192.168.80.100 的回复: 字节 =32 时间 1ms TTL=64
192.168.80.100 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间 (以毫秒为单位):
最短 = 0ms,最长 = 1ms,平均 = 0ms
看完了这篇文章,相信你对“Hadoop 伪分布式系统如何搭建”有了一定的了解,如果想了解更多相关知识,欢迎关注丸趣 TV 行业资讯频道,感谢各位的阅读!