Member since
04-13-2016
14
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3983 | 07-31-2016 12:13 AM |
07-31-2016
12:13 AM
PEBCAK! After restarting Hive services a couple of times, and then surrounding my URI with single quotes, it appears all good. First, made sure port 10001 is listening ... [root@sandbox hive]# netstat -tulpna|grep 10001 tcp 0 0 0.0.0.0:10001 0.0.0.0:* LISTEN 25819/java Then, attempted to connect with URI ... beeline -u jdbc:hive2://sandbox.hortonworks.com:10001/default;transportMode=http;httpPath=cliservice Finally, succeeded with URI ... beeline -u 'jdbc:hive2://sandbox.hortonworks.com:10001/default;transportMode=http;httpPath=cliservice'
... View more
04-02-2016
08:03 PM
Not sure if it's the expected default or not, but HBase was not installed in my Sandbox. I installed and started it, and suddenly everything is now working in Ambari. I'm able to restart services and was able to install and start Zeppelin. Thanks.
... View more
03-12-2017
01:38 PM
Thank you! It worked for me.
... View more