上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页
摘要: 假设有4台机,IP及主机名如下: 192.168.100.105 c1 192.168.100.110 c2 192.168.100.115 c3 192.168.100.120 c4 假设Storm安装在/home/目录下,也就是/home/storm/ * 先登录root账号再进行以下操作 1. 阅读全文
posted @ 2021-12-03 18:39 Clotho_Lee 阅读(86) 评论(0) 推荐(0)
摘要: 2种常用操作: kafka-server-start.sh -daemon home/kafka/config/server.properties #启动 kafka-server-stop.sh #停止 假设有4台机,IP及主机名如下: 192.168.100.105 c1 192.168.100 阅读全文
posted @ 2021-12-03 10:37 Clotho_Lee 阅读(214) 评论(0) 推荐(0)
摘要: 3种常用操作: zkServer.sh start #启动 zkServer.sh stop #停止 zkServer.sh status #查看状态 假设有3台机,IP及主机名如下: 192.168.100.105 c1 192.168.100.110 c2 192.168.100.115 c3 阅读全文
posted @ 2021-12-03 08:46 Clotho_Lee 阅读(322) 评论(0) 推荐(0)
摘要: 错误提示: Starting namenodes on [master] ERROR: Attempting to operate on hdfs namenode as root ERROR: but there is no HDFS_NAMENODE_USER defined. Aborting 阅读全文
posted @ 2021-12-03 00:45 Clotho_Lee 阅读(3713) 评论(1) 推荐(1)
摘要: 完整的警告信息: Your ZK connection string ( hosts) is different from the dynamic ensemble config ( hosts). Solr does not currently support dynamic reconfigur 阅读全文
posted @ 2021-11-30 17:50 Clotho_Lee 阅读(892) 评论(0) 推荐(0)
摘要: 报错信息: SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-8080]] org.apach 阅读全文
posted @ 2021-11-30 14:35 Clotho_Lee 阅读(4036) 评论(0) 推荐(0)
摘要: 查找文件名用find,示例: # 查找当前目录,文件名是“111.txt”的 find 111.txt # 查找根目录,文件名是“111.txt”的 find / -name 111.txt 如果需要模糊查找,使用*号。 find命令是自动递归子目录,不需要-r 查找文件内容用grep,示例: # 阅读全文
posted @ 2021-11-30 11:36 Clotho_Lee 阅读(201) 评论(0) 推荐(0)
摘要: 错误内容: Could not execute ruok towards ZK host xxx:2181. Add this line to the 'zoo.cfg' configuration file on each zookeeper node: '4lw.commands.whiteli 阅读全文
posted @ 2021-11-29 17:09 Clotho_Lee 阅读(609) 评论(0) 推荐(0)
摘要: 搭建SolrCloud模式的集群,使用内置的Jetty运行 一、硬件环境 假设有4台机,IP及主机名如下: 192.168.100.105 c1 192.168.100.110 c2 192.168.100.115 c3 192.168.100.120 c4 二、软件环境 操作系统:Ubuntu S 阅读全文
posted @ 2021-11-29 15:59 Clotho_Lee 阅读(535) 评论(0) 推荐(0)
摘要: 一、硬件环境 假设有1台机,IP及主机名如下: 192.168.100.105 c1 二、软件环境 操作系统:Ubuntu Server 18.04 JDK:1.8.0 1.安装JDK https://www.cnblogs.com/live41/p/14235891.html 2.安装Tomcat 阅读全文
posted @ 2021-11-26 15:22 Clotho_Lee 阅读(999) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页