Index: src/docs/src/documentation/content/xdocs/install.xml =================================================================== --- src/docs/src/documentation/content/xdocs/install.xml (revision 1196350) +++ src/docs/src/documentation/content/xdocs/install.xml (working copy) @@ -19,7 +19,7 @@
- Installing HCatalog + Source Installation
@@ -130,8 +130,11 @@ hive.metastore.warehouse.dir - The directory you want to use for the default database in your - installation + The directory can be a URI or an absolute file path. If it is an absolute file path, it will be resolved to a URI by the metastore: +

-- If default hdfs was specified in core-site.xml, path resolves to HDFS location.

+

-- Otherwise, path is resolved as local file: URI.

+

This setting becomes effective when creating new tables (takes precedence over default DBS.DB_LOCATION_URI at time of table creation).

+ hive.metastore.uris @@ -193,7 +196,7 @@
- Client Install + Client Installation

Select a root directory for your installation of HCatalog client. We recommend /usr/local/hcat. If necessary, create the directory.

@@ -217,8 +220,11 @@ hive.metastore.warehouse.dir - The directory you want to use for the default database in your - installation + The directory can be a URI or an absolute file path. If it is an absolute file path, it will be resolved to a URI by the metastore: +

-- If default hdfs was specified in core-site.xml, path resolves to HDFS location.

+

-- Otherwise, path is resolved as local file: URI.

+

This setting becomes effective when creating new tables (takes precedence over default DBS.DB_LOCATION_URI at time of table creation).

+ hive.metastore.uris Index: src/docs/src/documentation/content/xdocs/rpminstall.xml =================================================================== --- src/docs/src/documentation/content/xdocs/rpminstall.xml (revision 1196350) +++ src/docs/src/documentation/content/xdocs/rpminstall.xml (working copy) @@ -19,7 +19,7 @@
- Installing HCatalog + RPM Installation
@@ -107,8 +107,11 @@ hive.metastore.warehouse.dir - The directory you want to use for the default database in your - installation + The directory can be a URI or an absolute file path. If it is an absolute file path, it will be resolved to a URI by the metastore: +

-- If default hdfs was specified in core-site.xml, path resolves to HDFS location.

+

-- Otherwise, path is resolved as local file: URI.

+

This setting becomes effective when creating new tables (takes precedence over default DBS.DB_LOCATION_URI at time of table creation).

+ hive.metastore.uris @@ -161,7 +164,7 @@
- Client Install + Client Installation

rpm -ivh hcatalog-version.rpm

@@ -179,8 +182,11 @@ hive.metastore.warehouse.dir - The directory you want to use for the default database in your - installation + The directory can be a URI or an absolute file path. If it is an absolute file path, it will be resolved to a URI by the metastore: +

-- If default hdfs was specified in core-site.xml, path resolves to HDFS location.

+

-- Otherwise, path is resolved as local file: URI.

+

This setting becomes effective when creating new tables (takes precedence over default DBS.DB_LOCATION_URI at time of table creation).

+ hive.metastore.uris