Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure and start hadoop1.1.2

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "how to configure and start hadoop1.1.2", which is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn how to configure and start hadoop1.1.2.

1. Install jdk and configure environment variables

Download address: http://yunpan.cn/csUMbjpYd6LIU extraction code 8e1d

Modify / etc/profile

Export JAVA_HOME=/opt/jdk1.6.0_12

Export PATH=$PATH:$JAVA_HOME/bin

Restart

two。 Download hadoop1.1.2

Download address: http://yunpan.cn/csUMinfxTYFZr extraction code 7bf8

Modify the configuration file

Hadoop-env.sh

Export JAVA_HOME=/opt/jdk1.6.0_12

Core-site.xml

Fs.default.name

Hdfs://localhost:9000

Hadoop.tmp.dir

/ opt/hadoop-1.1.2/tmp

Hdfs-site.xml

Dfs.replication

one

Mapred-site.xml

Mapred.job.tracker

Localhost:9001

Password-free login

$ssh-keygen-t rsa

$cd $HOME/.ssh

$cp id_rsa.pub authorized_keys

$ssh localhost

Format HDFS:hadoop namenode-format

Start the hadoop cluster: start-all.sh

Uninstall hadoop. Since there are no environment variables, just delete the file.

These are all the contents of the article "how to configure and start hadoop1.1.2". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report