Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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