一、metastore内嵌模式配置
### --- metastore内嵌模式配置流程
~~~ 下载软件解压缩
~~~ 设置环境变量,并使之生效
~~~ 初始化数据库:schematool -dbType derby -initSchema
~~~ 进入hive命令行
~~~ 再打开一个hive命令行,发现无法进入
二、在linux121上配置内嵌模式
### --- 将 linux123 的 hive 安装文件拷贝到 linux121、linux122并配置内嵌模式
[root@linux123 software]# scp apache-hive-2.3.7-bin.tar.gz linux121:$PWD
[root@linux123 software]# scp apache-hive-2.3.7-bin.tar.gz linux122:$PWD
[root@linux121 software]# tar -zxvf apache-hive-2.3.7-bin.tar.gz -C ../servers/
[root@linux123 software]# tar -zxvf apache-hive-2.3.7-bin.tar.gz -C ../servers/
[root@linux121 servers]# mv apache-hive-2.3.