Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove broken link to old doc

Installation from Tarball

Table of Contents

HCatalog Installed with Hive

Info
titleVersion

HCatalog is installed with Hive, starting with Hive release 0.11.0.

...

Hive installation is documented here.

HCatalog Command Line

If you install Hive from the binary tarball, the hcat command is available in the hcatalog/bin directory.

Hcat The hcat command line is similar to the hive command line, ; the main difference is that it restricts the queries that can be run to metadata-only operations such as DDL and DML queries used to read metadata (for example, "show tables").

The HCatalog CLI is documented here and the Hive CLI is documented here.

, such as 'show tables'. Most hcat commands can be issued as hive commands except for "hcat -g" and "hcat -p". Note that the hcat command uses the -p flag for permissions but hive uses it to specify a port number. The HCatalog CLI is documented here and the Hive CLI is documented here.

Hive installation is documented here.

...

HCatalog Client Jars

In the hive Hive tar.gz, hcatalog HCatalog libraries are available under hcatalog/share/hcatalog/.

...

HCatalog Server

Hcatalog HCatalog server is the same as hive Hive metastore. You can just follow the hive Hive metastore documentation for setting it up. However, if you would like to use the hcatalog scripts for running hive metastore, you can use the following instructions.

 

Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: Using HCatalog
Next: Load and Store Interfaces HCatalog Configuration Properties

Hive installation and configuration: Installing Hive
Hive configuration: , Configuring Hive, Hive Configuration Properties
WebHCat installation and configuration: WebHCat Installation, WebHCat Configuration

General: HCatalog ManualWebHCat ManualHive Wiki HomeHive Project Site
Old version of this document (HCatalog 0.5.0): Installation from Tarball