
hadoop
文章平均质量分 77
useebao
这个作者很懒,什么都没留下…
展开
-
hadoop-1.0.1-1安装和启动
1.rpm -ivh hadoop-1.0.1-1.i386.rpm安装目录/usr/share/hadoop2.配置文件目录/etc/hadoop修改hadoop-env.sh,JAVA_HOME=/usr/jdk1.6.0_24/如果是single-node模式,编辑下面三个文件:conf/core-site.xml: ...2012-03-14 15:06:04 · 93 阅读 · 0 评论 -
运行hadoop jar
1.拷贝文件,注意端口号hadoop jar first-hadoop-0.0.1-SNAPSHOT.jar ch03.FileCopyWithProgress Hello.class hdfs://localhost:9000/user/a.txt或hadoop jar first-hadoop-0.0.1-SNAPSHOT.jar ch03.FileCopyWithProg...原创 2012-04-19 11:16:20 · 165 阅读 · 0 评论 -
hadoop job & task日志
摘要[root@localhost classes]# hadoop jar first-hadoop-0.0.1-SNAPSHOT.jar hello.Hello12/04/16 10:41:26 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should i...原创 2012-04-19 11:18:23 · 224 阅读 · 0 评论 -
hadoop fs 命令
[root@localhost ~]# hadoop fsUsage: java FsShell [-ls ] [-lsr ] [-du ] [-dus ] [-count[-q] ] [-mv ] [-cp ] ...原创 2012-04-19 11:19:11 · 230 阅读 · 0 评论