Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add hcatalog/sbin/hcat_server.sh & hcatalog/bin/hcat for Hive 0.11+

...

To start your server, HCatalog needs to know where Hive is installed. This is communicated by setting the environment variable HIVE_HOME to the location you installed Hive. Start the HCatalog server by switching directories to root and invoking "HIVE_HOME=hive_home sbin/hcat_server.sh start". (In a Hive 0.11+ installation, this is "HIVE_HOME=hive_home hcatalog/sbin/hcat_server.sh start".)

Logging

Server activity logs are located in root/var/log/hcat_server. Logging configuration is located at root/conf/log4j.properties. Server logging uses DailyRollingFileAppender by default. It will generate a new file per day and does not expire old log files automatically.

...

To stop the HCatalog server, change directories to the root directory and invoke "HIVE_HOME=hive_home sbin/hcat_server.sh stop". (In a Hive 0.11+ installation, this is "HIVE_HOME=hive_home hcatalog/sbin/hcat_server.sh stop".)

Client Installation

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

...

The HCatalog command line interface (CLI) can now be invoked as "HIVE_HOME=hive_home root/bin/hcat". (In a Hive 0.11+ installation, this is "HIVE_HOME=hive_home root/hcatalog/bin/hcat".)


Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: Using HCatalog
Next: Load and Store Interfaces

Hive installation: 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