12 2017 档案
oracle 替换字符 replace
摘要:repacle regexp_replace 阅读全文
posted @ 2017-12-11 18:11 Flink菜鸟 阅读(12450) 评论(0) 推荐(0)
shell 报错 /bin/bash^M: bad interpreter: No such file or directory
摘要:shell 执行报错: 原因:window和linux 的文件格式不同,这个问题是:linux换行只需要 /n windows的换行是 /r/n 导致文件不能识别。 vim 查看文件格式: fileformat=dos 就是window 的文件格式 修改: 搞定 阅读全文
posted @ 2017-12-04 14:47 Flink菜鸟 阅读(238) 评论(0) 推荐(0)
hadoop mapreduce 写入hbase报错 Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
摘要:现象:map任务构造数据正常,reduce任务,开始也正常,速度很快 ,在hbase 的管理界面,可以看到,5W以上的请求数 当reduce 执行到 70% 左右的时候,就堵住了,查看yarn的web界面,可以找到如下报错信息。 不会尝试使用SASL认证。 连接被拒绝。 错误原因,找不到zookee 阅读全文
posted @ 2017-12-04 14:08 Flink菜鸟 阅读(6738) 评论(0) 推荐(0)