Unable to connect to Hive using beeline

Hi,

Normally I connect to hive through beeline using the below connection string :

“!connect jdbc:hive2://c.cloudxlab.com:10000/default”

However it stopped working today. After chatting with Michael(from support), he suggested me to use below string :

“!connect jdbc:hive2://ip-172.31.20.247.ec2.internal:10000 bizarnab2537 org.apache.hive.jdbc.HiveDriver”

But that too isn’t working. Kevin from support asked to start a discussion.

Further I noticed that only two datanodes are live/started. There are many connection-refused alerts in the cluster.

Regards
Arnab

Hi @Arnab_Basak,

We ae looking into it. Please give us some time.

Also if you find any solution to this then please pitch in, we will be happy to implement that.

Hope this helps.

Thanks

Hi @Arnab_Basak,

I’ve updated the beeline FAQ here

After the connection is established you can run your commands.

Hope this helps.

Thanks