Cannot get data from feature group externally in python

Hi

I’m on a macOS 13.4 and trying externally connect to Features store with Python, but when I’m trying to read the data from a feature group, following message appears:

“Cannot connect to hive server. Please check the host name is correct and make sure port ‘9085’ is open on host server.”

The python packages I’m using for connecting to feature store is hsfs[python] version 3.2.0.

Has someone else had the same problem before, and how could it be resolved?

Hi @ngutua,

The problem in this case is usually related to network connectivity. Where is your deployment running? Cloud/On-Prem/Serverless? Can you check that port 9085 is reachable from your computer?

Thanks
Fabio