问题导读:1.遇到问题该如何排除错误?2.看不到namenode的可能原因是什么?3.地址占用该如何解决?4.could only be replicatied to 0 nodes, instead of 1的可能原因是什么,该如何解决?5.通过localhost.localdomain根本无法映射到一个IP地址,会报什么错误? 遇到问题以后先查看日志,以下是常见的错误情况及解决方法,希望对大家有所帮助. 1.启动hadoop时没有NameNode的可能原因:(1) NameNode没有格式化…
使用IDEA操作Hbase API 报错:org.apache.hadoop.hbase.client.RetriesExhaustedException的解决方法: 1.错误详情: Exception in thread “main” org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:Fri Feb 14 18:04:10 CST 2020, null,…
在实践中,使用Jenkins发送测试报告,收到邮件,邮件内容中的中文为乱码,邮件发送的方式是在Jenkins发邮件设置中设置邮件内容为:${FILE,path="report_ug.html"} ,其中report_ug.html 就是报告内容的html report_ug.html java生成方式:代码就是生成一个html字符串,把这个字符串保存为report_ug.html 文件 public class Test { public static void main(String…