In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Environmental requirements: java, ssh1. Upload and extract the tar package [root@hadoop000 software] # rz # upload hadoop-2.8.1.tar.gz [root@hadoop000 software] # tar-xzvf hadoop-2.8.1.tar.gz 2. Configure the environment variable [root@hadoop000 software] # vi / etc/profileexport HADOOP_HOME=/opt/software/hadoop-2.8.1export PATH=$HADOOP_HOME/bin:$PROTOC_HOME/bin:$FINDBUGS_HOME/bin:$MAVEN_HOME/bin:$JAVA_HOME/bin:$ path [root @ hadoop000 software] # source / etc/profile
3. Configuration file
[hadoop@hadoop000 ~] # cd / opt/software/hadoop-2.8.1 [hadoop@hadoop000 hadoop-2.8.1] # vi etc/hadoop/core-site.xml fs.defaultFS hdfs://192.168.137.130:9000 # configure your machine's IP [hadoop@hadoop000 hadoop-2.8.1] # vi etc/hadoop/hdfs-site.xml dfs.replication 1 # more Change JAVA_ home [Hadoop @ hadoop000 hadoop-2.8.1] # vi etc/hadoop/hadoop-env.sh# to change export JAVA_HOME=$ {JAVA_HOME} to export JAVA_HOME=/usr/java/jdk1.8.0_454. Format and launch [hadoop@hadoop000 hadoop-2.8.1] # bin/hdfs namenode-format [hadoop@hadoop000 hadoop-2.8.1] # sbin/start-dfs.sh5. Check whether [hadoop@hadoop000 hadoop-2.8.1] # jps19536 DataNode19440 NameNode19876 Jps19740 SecondaryNameNode access: http://localhost:50070
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.