未解决问题
文章平均质量分 78
潇水汀寒
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
未解决问题_客户端在 RPC 调用时阻塞
测试一个扩展 Log4j 的 Appender 时,与服务器通信时程序就没反应了,不报错,不返回 具体在引发RPC 调用的地方造成进程阻塞: fileSystem.exists(path) fileSystem 是在 Appender 中创建的: this.conf = new Configuration(); try { fileSystem = FileSystem.get(原创 2013-07-30 21:29:50 · 3052 阅读 · 0 评论 -
未解决问题2_Unknown rpc kind RPC_WRITABLE
在CLI中使用hive 执行引起起 MapReduce 任务的查询时报错,因为还么解决,贴出完整异常: hive> select count(*) from table; Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks determined at compile time: 1 In order t原创 2013-08-30 12:04:36 · 2855 阅读 · 3 评论
分享