Created 08-13-2018 07:30 PM
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
Created 08-13-2018 08:26 PM
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
Created 08-13-2018 08:26 PM
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