beeline not able to connect to hiveserver2

前端 未结 7 1772
孤城傲影
孤城傲影 2021-02-07 13:31

I have a CDH 5.3 instance. I start the hive-server2 by first starting the hive-metastore and then the hive-server from command line. After this I use beeline to connect to my

7条回答
  •  臣服心动
    2021-02-07 14:07

    you have to give hiveserver2 username and password check it in hive-site.xml by default username(anonymous) and password(anonymous) otherwise just give enter without giving password and username.

提交回复
热议问题