
hadoop :the definitive guide
jiaosan
这个作者很懒,什么都没留下…
展开
-
Example 3-4.
[code="java"]//Copying a local file to a Hadoop filesystem, and shows progresspublic class FileCopyWithProgress {public static void main(String[] args) throws Exception {String localSrc = args...2010-05-01 15:31:51 · 118 阅读 · 0 评论 -
Why Not Use Java Object Serialization?
Java comes with its own serialization mechanism, called Java Object Serialization (oftenreferred to simply as “Java Serialization”), that is tightly integrated with the language,so it’s natural to...原创 2010-05-06 19:25:38 · 140 阅读 · 0 评论