- 博客(6)
- 问答 (1)
- 收藏
- 关注
原创 如何启动hadoop,如何启动hive
虚拟机,环境,配置文件等已经下载,调试好步骤1:打开虚拟机,并登录第二步,用xshell,远程链接三台虚拟机第三步骤,1、在102上启动hadoopcd /opt/module/hadoop-3.1.3/start-all.sh在103上启动YARN[root@hadoop103 ~]# cd /opt/module/hadoop-3.1.3/[root@hadoop103 hadoop-3.1.3]# sbin/start-yarn.sh验证、..
2022-03-27 15:12:59
14123
3
原创 Hive 初始化元数据库时报错
初始化 Hive 元数据库时执行schematool -initSchema -dbType mysql - verbose报错com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.[root@hadoop102 hive]# schematool -initSchema -d..
2022-03-15 16:38:07
2234
3
原创 Linux下mysql5.7直接修改root密码
##先修改配置文件mysql]# vi /etc/my.cnf [mysqld]#skip-grant-tables----------在这里加上这句,修改完密码后再重复此步骤,把这句删除# Remove leading # and set to the amount of RAM for the most important data# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.#.
2022-03-15 15:21:17
2109
原创 hadoop启动后,集群里没有NodeManager
解决方案:cd /opt/module/hadoop-3.1.3/etc/hadoop/vim yarn-site.xml<property> <name>yarn.nodemanager.resource.memory-mb</name> <value>1024</value></property><property> <name&...
2022-03-14 23:32:06
16001
3
原创 hive安装报错bin/schematool -dbType derby -initSchema
SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/opt/module/hive/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:/opt/module/hadoop-3.1.3/share/hadoop/commo..
2022-03-14 18:07:49
1036
原创 FCRA考试答案100分
判断题共21题1.在报表设计好后,在所有浏览器下显示的样式都是一模一样的。错误 2.可以不用设置重复标题行或列而直接设置分页预览下的冻结行和列。错误 3.在帆软认证体系中,FCRA等级比FCRP等级高。错误 4.模板中的列,在分页预览下,是不能设置重复标题列的。...
2022-02-26 21:01:30
4012
空空如也
hadoop3.X中启动hive3.x版本,为何提示降到hive1.x版本?
2022-03-27
TA创建的收藏夹 TA关注的收藏夹
TA关注的人