
Hadoop
lllcfr1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Typical Hadoop Template
(From the book Hadoop in Action, Code List_4_1 & 4_3)import java.io.IOException;import java.util.Iterator;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured转载 2013-05-24 23:01:02 · 900 阅读 · 0 评论 -
Hadoop Streaming
(From the book Hadoop in Action, Section 4.5)1. Streaming with Unix commands$ bin/hadoop jar contrib/streaming/hadoop-streaming-1.0.4.jar -input input/input.txt -output output -mapper 'cut -转载 2013-05-25 01:26:23 · 828 阅读 · 0 评论 -
Hadoop on Windows
Softwares:Windows 8 Pro 64-bitCygwin 1.7.17-1 (1.7.18, using "cygcheck -c cygwin")JDK 1.7.0_15 64-bitHadoop 1.1.1 (1.0.4, bin/hadoop version)0. PrerequisitesA. Installing C原创 2013-02-22 19:03:24 · 1344 阅读 · 0 评论