Using the mapr sandbox if i try to connect to hive through beeline using this:
!connect jdbc:hive2://
it connects without issue
Connected to: Apache Hive (version 1.2.0-mapr-1508) Driver: Hive JDBC (version 1.2.0-mapr-1508) Transaction isolation: TRANSACTION_REPEATABLE_READ
If i try connect with the actual address:
!connect jdbc:hive2://192.168.48.138:10000
Error: Could not open client transport with JDBC Uri: jdbc:hive2://192.168.48.138:10000: null (state=08S01,code=0) 0: jdbc:hive2://192.168.48.138:10000 (closed)>
i can see through the cli that hiveserver2 is running:
hs2 0 /opt/mapr/hive/hive-1.2/logs/mapr HiveServer2
I can telnet to port 10000 from my mac and get a connection.
I can also see port 10000 is listening
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 9270/java
Any ideas?