hive metastore 아래와 같은 3가지중에 1개로 구성


1. embedded metastore

 default 형태로 제공되는 것으로 one session 접근만 허용되며, metastore 파일이 만들어진 위치로 동일하게 접속하여야 함  (only single, not multiple)


2. local metastore

 메타스토어와 Hive 서비스가 같은 노드에서 실행  


3. remote metastore

metastore 서비스가 분리된 JVM에서 실행



 <property>

    <name> hive.metastore.uris</name>

    <value></value>

    <description> The URIs specifying the remote metastore servers to connect to.           If there are multiple remote servers, clients connect in a round-robin fashion

    </description>

</property>

'NoSQL > Hive' 카테고리의 다른 글

Hive Debug  (0) 2016.06.14
Hive 구성  (0) 2016.06.13
Hive 구성  (0) 2016.06.10
Hive Data Types  (0) 2016.06.09
Hive 파티션  (0) 2016.06.09

+ Recent posts