摘要: 一. 开启metastore [root@hadoop001 hadoop]# hive --service metastore & [1] 29695 ]0;hadoop@hadoop001:/home/hadoop[root@hadoop001 hadoop]# 2022-04-04 08: 阅读全文
posted @ 2022-04-05 22:16 冬之蜜 阅读(1854) 评论(0) 推荐(1) 编辑
摘要: 路径:$hive_home/conf下修改hive-log4j2.properties文件 [root@hadoop001 conf]# vim hive-log4j2.properties # Licensed to the Apache Software Foundation (ASF) und 阅读全文
posted @ 2022-04-05 22:12 冬之蜜 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 基本概念 ps: process status 功能:用于查看系统中的进程状态 语法格式:ps [参数] 常用参数 参数 作用 -a all processes -u effective user id or name -x processes without controlling ttys -e 阅读全文
posted @ 2022-04-05 22:00 冬之蜜 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 参考文章: ElasticSearch基础介绍:5:可视化工具之cerebro https://blog.csdn.net/liumiaocn/article/details/98517815 [root@LogServer bin]# docker run --name cerebro -d -p 阅读全文
posted @ 2019-12-08 20:03 冬之蜜 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 一. 以yum方式安装kibana 1 [root@LogServer yum.repos.d]# sudo yum install kibana 2 Loaded plugins: fastestmirror, langpacks 3 base | 3.6 kB 00:00:00 4 docker 阅读全文
posted @ 2019-10-07 12:21 冬之蜜 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: 一. 直接yum方式安装 1 [root@LogServer /]# yum install filebeat 2 Loaded plugins: fastestmirror, langpacks 3 base | 3.6 kB 00:00:00 4 docker-ce-stable | 3.5 k 阅读全文
posted @ 2019-10-07 12:21 冬之蜜 阅读(2430) 评论(0) 推荐(0) 编辑
摘要: 以下英文内容来自Elastic官网 Set up Elasticsearch This section includes information on how to setup Elasticsearch and get it running, including: Downloading Inst 阅读全文
posted @ 2019-10-04 22:31 冬之蜜 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 通过RPM包安装ElasticSearch后的目录 Directory layout of RPM The RPM places config files, logs, and the data directory in the appropriate locations for an RPM-ba 阅读全文
posted @ 2019-10-04 18:18 冬之蜜 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 确认Python环境 确认pip环境 检查已安装的库 安装Fabric 安装完后再次检查,应增加和Fabric相关的库 (d:\ProgramData\Anaconda3) C:\Users\ZXM>pip freeze alabaster==0.7.10 altgraph==0.16.1 anac 阅读全文
posted @ 2018-11-21 10:10 冬之蜜 阅读(596) 评论(0) 推荐(0) 编辑
摘要: In general, you can tell whether something is callable or not with the built-in function callable. 1 import math 2 3 x=1 4 y=fibs_compute 5 print(call 阅读全文
posted @ 2018-10-05 10:18 冬之蜜 阅读(234) 评论(0) 推荐(0) 编辑