上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页
摘要: 一、 df -h 显示当前磁盘挂载(包含剩余空间)情况 二、 cd 到大容量的路径下使用命令 [root@hadoop102 /]# du -sh *|sort -n 三、 循环这个过程 阅读全文
posted @ 2021-10-11 19:34 靠谱杨 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 第一步要手动加硬盘(我的操作是在20G的基础上加了30G) [reliable@hadoop102 ~]$ su root密码: 查看当前磁盘挂载情况: [root@hadoop102 reliable]# fdisk -l 磁盘 /dev/sda:53.7 GB, 53687091200 字节,1 阅读全文
posted @ 2021-10-10 23:27 靠谱杨 阅读(6578) 评论(0) 推荐(4) 编辑
摘要: 参考:https://www.cnblogs.com/rainbow-1/p/15391407.html 阅读全文
posted @ 2021-10-10 22:02 靠谱杨 阅读(5709) 评论(0) 推荐(0) 编辑
摘要: /dev/mapper/centos-root 17G 17G 48K 100% / 参考:https://www.cnblogs.com/rainbow-1/p/15391407.html 阅读全文
posted @ 2021-10-10 21:58 靠谱杨 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: 清空表数据 TRUNCATE TABLE zzsfp_hwmx; 阅读全文
posted @ 2021-10-10 17:03 靠谱杨 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 没有启动hadoop集群 阅读全文
posted @ 2021-10-10 08:37 靠谱杨 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-09 16:25 靠谱杨 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 一、数据仓库定义 简单理解:数据仓库就是整合多个数据源的历史数据进行细粒度的、多维的分析,帮助高层管理者或者业务分析人员做出商业战略决策或商业报表。 官方定义:数据仓库是一个面向主题的(主题明确)、集成的(从不同的数据源采集到同一个数据源)、随时间变化的(关键数据是可变的可更新的)、但信息本身相对稳 阅读全文
posted @ 2021-10-06 22:28 靠谱杨 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 一、早期(1958年)定义 商业智能描述了一系列的概念和方法,通过应用基于事实的支持系统来辅助商业决策的制定。 二、帆软数据调研 帆软数据应用研究院对770多家企业的1400多名从业人员进行了调研(云图结果如下) 三、企业BI结构图 四、重新定义BI 商业智能(BI)是利用技术手段或方法,将数据转化 阅读全文
posted @ 2021-10-06 17:55 靠谱杨 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: 一、定义容器变量并获取页面div元素 1 var chartDom = document.getElementById('chart3'); 二、初始化容器 1 var myChart = echarts.init(chartDom); 三、通过option变量编辑图表 1 var option; 阅读全文
posted @ 2021-10-06 09:02 靠谱杨 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 import pymysql 2 def get_conn(): 3 """ 4 :return: 连接,游标 5 """ 6 # 创建连接 7 conn = pymysql.connect(host="hadoop102", 8 user="root", 9 password="000429" 阅读全文
posted @ 2021-10-06 08:55 靠谱杨 阅读(3001) 评论(0) 推荐(0) 编辑
摘要: x.clear()是将内存地址清空, x=[ ]会新开辟一个内存空间。 阅读全文
posted @ 2021-10-05 11:48 靠谱杨 阅读(280) 评论(0) 推荐(0) 编辑
摘要: Hadoop 启动zookeeper bin/zkServer.sh start bin/zkServer.sh stop 启动Hadoop 第一步:hadoop102 sbin/start-dfs.sh 第二步:hadoop103 sbin/start-yarn.sh 第一步:hadoop103 阅读全文
posted @ 2021-10-01 21:57 靠谱杨 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Container [pid=3962,containerID=container_1632883011739_0002_01_000002] is running 270113280B beyond the 'VIRTUAL' memory limit. Current usage: 9 阅读全文
posted @ 2021-09-30 18:29 靠谱杨 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 一、下载 链接:https://pan.baidu.com/s/1pc7t4e7GyDcZNJHURADE_w 提取码:420s 二、上传安装包到虚拟机的指定路径并解压 tar -zxvf ( 压缩包名字 ) -C ( 路径) /opt/module 三、相关配置 重命名配置文件 $ mv sqoo 阅读全文
posted @ 2021-09-29 11:25 靠谱杨 阅读(115) 评论(0) 推荐(0) 编辑
摘要: bin/zkServer.sh start bin/zkServer.sh stop 启动Hadoop 1 hadoop102 sbin/start-dfs.sh 2 hadoop103 sbin/start-yarn.sh 1 hadoop103 sbin/stop-yarn.sh 2 hadoo 阅读全文
posted @ 2021-09-29 09:01 靠谱杨 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1、库名与应用名称尽量一致 2、表名、字段名必须使用小写字母或数字,禁止出现数字开头, 3、表名不使用复数名词 4、表的命名最好是加上“业务名称_表的作用”。如,edu_teacher 5、表必备三字段:id, gmt_create, gmt_modified 说明: 其中 id 必为主键,类型为 阅读全文
posted @ 2021-09-29 08:52 靠谱杨 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 2021-09-28 10:26:42 问题描述: 输入jps后不显示进程 解决办法 1. cd /tmp/hsperfdata_root/ 2. ls 如果是空的 3. rm -rf hsperfdata_root 删除这个目录重启进程 阅读全文
posted @ 2021-09-28 10:37 靠谱杨 阅读(2023) 评论(0) 推荐(0) 编辑
摘要: 错误log描述 [root@hadoop102 hive]# schematool -initSchema -dbType mysql -verboseSLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in 阅读全文
posted @ 2021-09-28 09:18 靠谱杨 阅读(1704) 评论(0) 推荐(0) 编辑
摘要: 错误信息: 软件包 mysql-community-common-5.7.35-1.el7.x86_64 (比 mysql-community-common-5.7.28-1.el7.x86_64 还要新) 已经安装 问题原因:依赖包版本冲突 解决办法: 1.yum list installed 搜 阅读全文
posted @ 2021-09-28 08:18 靠谱杨 阅读(2650) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页