NoSQL/Hive
Hive metastore
세모데
2016. 6. 13. 15:11
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>