beeline not able to connect to hiveserver2

前端 未结 7 1765
孤城傲影
孤城傲影 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:08

    try with verbose option so you can see more details...

    beeline -u "jdbc:hive2://localhost:10000/default;user=user;password=*******" --verbose
    

提交回复
热议问题