问题调查
文章平均质量分 76
iteye_5392
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Could not find creator property with name 'id'(local spark debug)
spark本地IDE调试模式下: JavaRDD<String> textFile = sc.textFile("E:\\json.txt",1); 执行异常: com.fasterxml.jackson.databind.JsonMappingException: Could not find creator property with name 'id'...原创 2016-01-06 11:04:58 · 465 阅读 · 0 评论 -
使用CURL不当,导致的CLOSE_WAIT.
今天,系统日志里显示 Too many open files,于是使用lsof命令查看文件句柄数。发现是网络连接太多(CLOSE_WAIT). linux平台下:使用下面命令 lsof -nl|grep CLOSE_WAIT|awk '{print $9,$10}'|wc -l 发现 CLOSE_WAIT|太多 展示片段如下: 192.168.10.32:52727->1...原创 2015-01-14 16:29:01 · 3356 阅读 · 0 评论
分享