解决方案
在${HIVE_HOME}/conf目录下手动添加beeline-hs2-connection.xml配置文件,并配置登录信息,具体如下。
注意:建议直接复制conf目录下的一份xml配置文件,清空后再配置信息。否则会出现因文件编码错误导致的报错。
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>beeline.hs2.connection.user</name>
<value>username</value>
</property>
<property>
<name>beeline.hs2.connection.password</name>
<value>password</value>
</property>
</configuration>