Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note that as of Hive 0.10, hive.metastore.local is no longer needed. Setting hive.metastore.uris is sufficient.

...

Config Param

Config Value

Comment

hive.metastore.uris

thrift://<host_name>:<port>

host and port for the Thrift metastore server

hive.metastore.local

false

this This is local store.  Note: This is no longer needed as of Hive 0.10.  Setting hive.metastore.uris is sufficient.

hive.metastore.warehouse.dir

<base hdfs path>

default location for Hive tables.

...