Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Accessing HIVESERVER2 from my lapttop

avatar
Expert Contributor

Hi,

I need to access HIVESERVER2 from my laptop through beeline client. How do I install beeline client ? Mine is Mac OS. i tried "brew install beeline", looks like thats not right. Let me know if someone has same setup.

Thanks

Kumar

1 ACCEPTED SOLUTION

avatar
Super Collaborator

You can use below command to install hive and use beeline

brew install hive

Or you can get all the required jars used by beeline command. to find the same you can launch beeline in you HDP cluster and run lsof -p <beelineclientpid> to find jars loaded and copy to local Mac.

A better solution would be to use JDBC Client tool such as DBeaver or DBVisualizer for Mac

View solution in original post

1 REPLY 1

avatar
Super Collaborator

You can use below command to install hive and use beeline

brew install hive

Or you can get all the required jars used by beeline command. to find the same you can launch beeline in you HDP cluster and run lsof -p <beelineclientpid> to find jars loaded and copy to local Mac.

A better solution would be to use JDBC Client tool such as DBeaver or DBVisualizer for Mac