In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
1. Download hadoop and decompress it
2. Assign roles to hadoop files
Chown-R hadoop:hadoop hadoop
Group name: role name file name
3. Ls-l to check whether the role assignment is successful or not
4. Create the file directory required by hadoop
Mkdir-p / data/dfs/name
Mkdir-p / data/dfs/data
Mkdir-p / data/tmp
5. Assign role permissions to your own user directories, such as hadoop users
Chown-R hadoop:hadoop hadoop/data
6. Ls-l to check whether the allocation is successful.
7. Modify hadoop configuration file
A 、 core-site.xml
B 、 hdfs-site.xml
C 、 mapred-site.xml
D 、 slave
8. Configure hadoop environment variables
HADOOP_HOME=/usr/java/hadoop
PATH=$HADOOP_HOME/bin:$PATH
Export HADOOP_HOME PATH
9. Format hadoop bin/hadoop namenode-format
10. Start hadoop sbin/start-all.sh
11. Jps to check whether the process is started
NodeManager
ResourceManager
Jps
DataNode
NameNode
SecondaryNameNode
12. Hdfs creates a directory
Bin/hadoop fs-mkdir / dajiangtai
13. Add files to the dajiangtai directory of hdfs
Hadoop fs-put / usr/java/hadoop/djt.txt / dajiangtai
14. Verify address
Http://cjqlinux:8088/cluster/apps
Http://cjqlinux: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.