Not able to connect hive metastore

Hello,

I am trying to connect hive from spark in eclipse & getting below error, could you please help me

1806 [main] INFO hive.metastore - Trying to connect to metastore with URI thrift://ip-172-31-13-154.ec2.internal:9083
2458 [main] WARN hive.metastore - Failed to connect to the MetaStore Server…
2458 [main] INFO hive.metastore - Waiting 5 seconds before next connection attempt.

Thanks!

Hi @Srinivasa_Reddy,

You may not be able to connect to Hive metastore from your local machine as the port will be blocked for outside CloudxLab access.

Hope this helps.

Thanks