伪分布式和完全分布式hadoop集群搭建

Hadoop伪分布式集群搭建:https://blog.csdn.net/qq_26907251/article/details/78819156

除以上链接内的步骤,还需环境变量:

1、[root@izwz939y62jl5b2edpvoqsz bin]# echo $PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin

2、[root@izwz939y62jl5b2edpvoqsz bin]#export PATH=/opt/bigdata/hadoop-2.6.5/bin:$PATH

3、[root@izwz939y62jl5b2edpvoqsz bin]# echo $PATH
/opt/bigdata/hadoop-2.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin

=======================================================================================

要搭建Hadoop HA集群:https://blog.csdn.net/dr_guo/article/details/50975851

=======================================================================================

Hadoop单机、伪分布式集群搭建:https://blog.csdn.net/Dr_Guo/article/details/50886667

==========================================================================================

伪分布式和完全分布式hadoop集群搭建:

hadoop集群环境搭建之伪分布式集群环境搭建:转载自https://blog.csdn.net/qq_33689414/article/details/79223186

hadoop集群环境搭建之完全分布式集群环境搭建(二):转载自https://blog.csdn.net/qq_33689414/article/details/79223206

 

 

你可能感兴趣的:(大数据)