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.

Is it needed Hive metaserver as well as Hive server2 on same node?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Super Collaborator

No, they can run on different machines.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

No, they can run on different machines.

avatar
Contributor

HiveServer2 and Metastore servers can be on different machines. HS2 can also be configured to get metadata via a remote Metastore server (HS2 opens a TCP client connection to Metastore server) or use an embedded Metastore server (in which case HS2 calls the Metastore Server's API directly: use hive.metastore.uris="" in hiveserver2-site.xml to achieve that).