
hadoop
csdn_huangyumin
一直努力下去,看命运还怎么肆虐我
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS6.4配置Hadoop-2.6.0集群配置安装指南
第一步:所需系统信息:64位CentOS系统 [root@systdt etc]# uname -a Linux systdt 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [root@systdt etc]# cat /etc/issue CentOS rele转载 2015-10-16 15:11:44 · 543 阅读 · 0 评论 -
搭建spring-hadoop开发环境
不引用 4个jar包 解决jar冲突问题原创 2015-10-23 13:49:53 · 371 阅读 · 0 评论 -
spring-hadoop环境搭建
原创 2015-10-23 10:54:06 · 269 阅读 · 0 评论 -
重新格式化HDFS的方法
重新格式化hdfs系统的方法: (1)查看hdfs-ste.xml: 将 dfs.name.dir所指定的目录删除、dfs.data.dir所指定的目录删除 查看core-site.xml: 将hadoop.tmp.dir所指定的目录删除。 (3)重新执行命令:hadoop namenode -format 格式化完毕。转载 2015-10-12 17:49:00 · 937 阅读 · 0 评论 -
Could not locate executable null\bin\winutils.exe in the Hadoop binaries
在windows下开发hadoop一直正常,但把hadoop集群升级到2.0版本以上,在eclipse下执行程序会报打不到winutils.exe的错误,这是因为hadoop2.2没有发布winutils.exe造成的。本文讲解如何在windows下开发hadoop 2程序 一、winutils的windows版本 GitHub上,有牛人提供了win转载 2015-10-12 18:40:35 · 3870 阅读 · 0 评论 -
Hadoop 文件追加(断点继传)
先配置hdfs-site.xml,如下: dfs.support.append true dfs.support.append默认是关闭的。 然后程序打开文件时用: FileSystem fs = FileSystem.get(URI.create(dst), conf); FSDataOutp转载 2015-10-14 20:49:29 · 610 阅读 · 0 评论 -
http://192.168.10.200:50070/windows访问不了 Linux可以
关闭防火墙 关闭命令: service iptables stop 永久关闭防火墙:chkconfig iptables off 两个命令同时运行,运行完成后查看防火墙关闭状态 service iptables status转载 2015-10-13 17:53:17 · 5562 阅读 · 0 评论