hadoop :the definitive guide
jiaosan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Example 3-4.
[code="java"]//Copying a local file to a Hadoop filesystem, and shows progress public class FileCopyWithProgress { public static void main(String[] args) throws Exception { String localSrc = args...2010-05-01 15:31:51 · 138 阅读 · 0 评论 -
Why Not Use Java Object Serialization?
Java comes with its own serialization mechanism, called Java Object Serialization (often referred to simply as “Java Serialization”), that is tightly integrated with the language, so it’s natural to...原创 2010-05-06 19:25:38 · 158 阅读 · 0 评论
分享