一、安装并使用MariaDB作为Ambari、Hive、Hue的存储数据库。 启动、查看状态,检查mariadb是否成功安装 二、配置mariadb 1,首先停止MariaDb 服务的运行 2,编辑/etc/my.cnf 在[mysqld]段下,添加如下几行行配置: 保存退出后,配置mariadb服 ...
分类:
数据库 时间:
2018-08-14 14:46:50
阅读次数:
444
1. 环境 主机名 ip 角色 hdp01 192.168.184.61 ResourceManager/NameNode/SecondaryNameNode hdp02 192.168.184.62 NodeManager/DataNode hdp03 192.168.184.63 NodeMan ...
分类:
其他好文 时间:
2018-08-13 16:57:52
阅读次数:
163
Creating target directory... Command start time 2018-07-27 09:38:54 Connection to node5.hdp closed.SSH command execution finishedhost=node5.hdp, exitc ...
分类:
其他好文 时间:
2018-07-27 10:48:00
阅读次数:
969
18/07/23 03:12:22 [main]: ERROR beeline.ClassNameCompleter: Fail to parse the class name from the Jar file due to the exception:java.io.FileNotFoundEx ...
分类:
其他好文 时间:
2018-07-23 18:41:25
阅读次数:
390
出版商: hortonworks研发了Ambari和hdp的大数据分析集成平台 cloudera研发了cloudera manger和cdh大数据分析集成平台 稳定性: cloudera相对来说比较稳定 ambari相对来说不稳定(页面打开速度慢) 资源消耗: cloudera manager的se ...
分类:
其他好文 时间:
2018-07-16 00:59:45
阅读次数:
10565
1.hive-client 无法安装 一直报错(symlink target already exists and it is not a symlink.),hive-client 已经存在且不是符号连接,查看确实如此 试了很多种办法,比如重新安装,比如手动删除,手动连接,都没有奏效 DO: 最后 ...
分类:
其他好文 时间:
2018-07-10 14:45:35
阅读次数:
370
不同的HDP版本,对ambari的版本也有不同的要求(如下图,来源于hortonwork官网),在安装HDP2.3的过程中,选择的ambari版本为2.2.2.0 安装步骤: 软件包下载; 集群规划: 192.168.15.151 hdp1 (ambari) 192.16815.152 hdp2 ( ...
分类:
其他好文 时间:
2018-06-22 01:13:00
阅读次数:
350
HDP安装: 在任意机器浏览器上打开ambari web 界面 (http://192.168.15.151:8080 user:admin psd:admin) 在主页面 ”Create a Cluster“ 版板,选择 ”Launch Install Wizard“,如图: 按向导输入集群名 选 ...
分类:
其他好文 时间:
2018-06-22 01:02:34
阅读次数:
1584
linux 查看磁盘空间大小命令 df :命令是linux系统以磁盘分区为单位查看文件系统,可以加上参数查看磁盘剩余空间信息 df -hl:查看磁盘剩余空间信息,显示如下: 文件系统 容量 已用 可用 已用% 挂载点 Filesystem Size Used Avail Use% Mounted o ...
分类:
系统相关 时间:
2018-06-21 13:28:24
阅读次数:
247