hadoop2.4.0 伪分布安装配置

查看数: 81203 | 评论数: 21 | 收藏 5
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2014-5-20 00:44

正文摘要:

本帖最后由 pig2 于 2014-5-20 01:13 编辑 问题导读: 1.如何判断格式化成功? 2.hadoop2.4启动方式是否发生变化? 3.hadoop2.4在配置方面是否有变化? 包下载:hadoop2.4最新版本各种包下载 在折 ...

回复

Ehadoop 发表于 2016-8-8 13:48:51
细细品味
chuyuan_zhou 发表于 2014-12-2 17:03:12
详细的文档,总结的很全面
zhangjie_123 发表于 2014-11-26 16:42:27
不错,看看!!!!
凌飞羽 发表于 2014-11-23 23:48:51
网上搜索一下比较多教程
输入
java -version
DSP 发表于 2014-11-23 16:50:52
本帖最后由 DSP 于 2014-11-23 17:04 编辑
凌飞羽 发表于 2014-11-23 16:38
这是我的core-site.xml 配置,安装的是hadoop2.5.1

[root@localhost hadoop-2.4.0]# jps
bash: jps: 未找到命令...


java没装好?怎么看装好没有
凌飞羽 发表于 2014-11-23 16:41:29
DSP 发表于 2014-11-23 12:54
vi /etc/profile
然后添加了
export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_51

我都是 export PATH 在后面,不知道是不是顺序问题
凌飞羽 发表于 2014-11-23 16:38:43
这是我的core-site.xml 配置,安装的是hadoop2.5.1

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License. See accompanying LICENSE file.
-->

<!-- Put site-specific property overrides in this file. -->

<configuration>

<property>
<name>dfs.replication</name>
<value>1</value>
</property>
<property>
<name>dfs.namenode.name.dir</name>
<value>file:/home/hadoop/hadoop/dfs/name</value>
<final>true</final>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>file:/home/hadoop/hadoop/dfs/data</value>
<final>true</final>
</property>
<property>
<name>dfs.namenode.secondary.http-address</name>
<value>192.168.88.8:9001</value>
</property>
<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
</property>

</configuration>
DSP 发表于 2014-11-23 16:25:29
FATAL conf.Configuration: error parsing conf core-site.xml
org.xml.sax.SAXParseException; systemId: file:/root/usr/hadoop-2.4.0/etc/hadoop/core-site.xml; lineNumber: 22; columnNumber: 2; 文档中根元素后面的标记必须格式正确。
DSP 发表于 2014-11-23 14:54:38
w123aw 发表于 2014-11-23 13:35
不需要加上引号,然后记得文件生效

配置core_site.xml是不是这样写
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>
<property>
<name>dfs.namenode.name.dir</name>
<value>file:/root/usr/hadoop-2.4.0/dfs/name</value>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>file:/root/usr/hadoop-2.4.0/dfs/data</value>
</property>
</configuration>

一直提示文档中根元素后面的标记必须格式正确。
不知道什么情况



关闭

推荐上一条 /2 下一条