How can you configure remote metastore mode in Hive?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop How can you configure remote metastore mode in Hive?

Viewing 1 reply thread
  • Author
    Posts
    • #4728
      DataFlair TeamDataFlair Team
      Spectator

      How to configure remote metastore mode in Hive?

    • #4729
      DataFlair TeamDataFlair Team
      Spectator

      Remote Metastore in Hive

      Remote Metastore runs on its own separate JVM instead of Hive service JVM. By using Thrift Network APIs, other processes can communicate with the metastore server. Also, can have one more metastore servers in this case to offer more availability. Since the database tier can be completely firewalled off, it can bring better manageability/security. Moreover, to access the metastore database, the clients no longer need to share database credentials with each Hiver user.

      We need to configure Hive service by setting hive.metastore.uris to the metastore server URI(s), in order to use this remote metastore. Moreover, where the port corresponds to the one set by METASTORE_PORT when starting the metastore server, Metastore server URIs are of the form thrift://host:port.

      In order to learn more about Hive metastore in detail, follow the link: Hive Metastore – Different Ways to Configure Hive Metastore

Viewing 1 reply thread
  • You must be logged in to reply to this topic.