摘要:
由于mysql服务被设置了开机自启,可以直接用datadrip连接mysql,用户名为root,密码为:hadoop。 mysql建库建表语句: 点击查看代码 -- 创建数据库和表 CREATE DATABASE IF NOT EXISTS gov_report; USE gov_report; - 阅读全文
posted @ 2025-08-01 16:43
雨花阁
阅读(10)
评论(0)
推荐(0)
摘要:
启动hive服务: 先启动metastore服务 然后启动hiveserver2服务 nohup /export/servers/hive/bin/hive --service metastore & nohup /export/servers/hive/bin/hive --service hiv 阅读全文
posted @ 2025-08-01 11:57
雨花阁
阅读(3)
评论(0)
推荐(0)