hbase-0.20.6/bin/hbase-daemon.sh: Permission denied
摘要:部署hbase全分布式时,出现以下错误:主机的hbase启动了,但是从机的没启动[root@centos7-01 my.shells]# start-hbase.sh Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a fut...
阅读全文
posted @
2018-06-29 14:37
wzyy
阅读(581)
推荐(1) 编辑
微服务:Eureka配置集群环境
摘要:一、注册中心编码 1.使用idea创建一个spring boot项目,pom如下: 2.这里开发3个样例,组成集群。3个样例的pom不变,application.yml如下: 3.这些样例的java代码一样: 4.打包,要在项目的根路径 二、部署运行 1.这里开启3台虚拟机,域名分布为centos7
阅读全文
posted @
2018-06-20 17:22
wzyy
阅读(4540)
推荐(0) 编辑
java.net.NoRouteToHostException: No route to host
摘要:centos7环境下,启动hadoop集群时,在master节点启动集群,发现master节点的NameNode、SecondaryNameNode、JobTracker全部启动了,但是所有的slaver节点的DataNode、TaskTracker没有启动,查看某台slaver节点logs/had
阅读全文
posted @
2018-06-10 17:09
wzyy
阅读(12174)
推荐(0) 编辑
原生MapReduce开发样例
摘要:一、需求 二、编码 1.导入jar包 2.编码 2.1Map编写 2.2Reduce编写 2.3运行类编写 3.打包 三、调试 1. java本地运行 2. 在hadoop hdfs上运行 2.1 data文件上传到hdfs 2.2 运行 2.3 查看结果
阅读全文
posted @
2018-06-06 13:30
wzyy
阅读(1148)
推荐(0) 编辑