摘要: 原文地址:http://zh.hortonworks.com/hadoop-tutorial/using-commandline-manage-files-hdfs/In this tutorial we will walk through some of the basic HDFS comman... 阅读全文
posted @ 2015-12-24 20:02 一天不进步,就是退步 阅读(279) 评论(0) 推荐(0)
摘要: 安装完hadoop后,在hadoop的bin目录下有一系列命令:container-executor hadoop hadoop.cmd hdfs hdfs.cmd mapred mapred.cmd rcc test-container-executor yarn yarn.c... 阅读全文
posted @ 2015-12-24 19:57 一天不进步,就是退步 阅读(1920) 评论(0) 推荐(0)
摘要: 上文我们从netty-example的Discard服务器端示例分析了netty的组件,今天我们从另一个简单的示例Echo客户端分析一下上个示例中没有出现的netty组件。 1. 服务端的连接处理,读写处理 echo客户端代码: 从上面的代码可以看出,discard的服务端代码和echo的客户端代码 阅读全文
posted @ 2015-12-24 11:42 一天不进步,就是退步 阅读(6767) 评论(0) 推荐(1)