摘要:
解压文件到安装目录 tar -zxvf kafka_2.10-0.10.2.1.tgz 1.进入目录 cd kafka_2.10-0.10.2.1 mkdir logs cd config cp server.properties server.properties.20190124 2.修改配置 阅读全文
摘要:
1.安装storm 下载storm安装包 在线下载 wget http://apache.fayea.com/storm/apache-storm-1.1.1/apache-storm-1.1.1.tar.gz 或者下载到本地,再上传服务器 解压到安装目录 tar -zxvf 安装包名 配置环境变量 阅读全文
摘要:
最近进行项目开发,发现存在数据库内的数据和系统查询到的数据相差8小时 发现有2种比较合适的方法 (一)修改mysql服务的区时 centos进入mysql查看/修改时区 1.输入以下命令进入mysql mysql -uroot -p 然后输入 password 2.查看mysql上的当前时间 sel 阅读全文