MySQL's
@@ -85,7 +85,7 @@
mysql> quit;
mysql -u hive -D hivemetastoredb -hhcatdb.acme.com -p < /usr/share/hcatalog/scripts/hive-schema-0.7.0.mysql.sql
- Thrift server config
+ Thrift Server Configuration
Now you need to edit your /etc/hcatalog/hive-site.xml file.
Open this file in your favorite text editor. The following table shows the
values you need to configure.
@@ -115,24 +115,24 @@
| hive.metastore.uris |
- You need to set the hostname to your Thrift
- server. Replace SVRHOST with the name of the
+ | Set the hostname of your Thrift
+ server by replacing SVRHOST with the name of the
machine you are installing the Thrift server on. |
| hive.metastore.sasl.enabled |
- Set to false by default. Set to true if its a secure environment. |
+ Set to false by default. Set to true if it is a secure environment. |
| hive.metastore.kerberos.keytab.file |
- The path to the Kerberos keytab file containg the metastore
- thrift server's service principal. Need to set only in secure enviroment. |
+ The path to the Kerberos keytab file containing the metastore
+ Thrift server's service principal. Need to set only in secure enviroment. |
| hive.metastore.kerberos.principal |
- The service principal for the metastore thrift server. You can
+ | The service principal for the metastore Thrift server. You can
reference your host as _HOST and it will be replaced with
- actual hostname. Need to set only in secure environment. |
+ the actual hostname. Need to set only in secure environment.
@@ -142,13 +142,13 @@
Starting the Server
- sudo service start hcatalog-server
+ sudo service hcatalog-server start
Logging
- Server activity logs and gc logs are located in
+
Server activity logs are located in
/var/log/hcat_server. Logging configuration is located at
/etc/hcatalog/log4j.properties. Server logging uses
DailyRollingFileAppender by default. It will generate a new
@@ -158,7 +158,7 @@
Stopping the Server
-sudo service stop hcatalog-server
+sudo service hcatalog-server stop
@@ -190,18 +190,18 @@
| hive.metastore.uris |
- You need to set the hostname wish your Thrift
- server to use by replacing SVRHOST with the name of the
+ | Set the hostname of your Thrift
+ server by replacing SVRHOST with the name of the
machine you are installing the Thrift server on. |
| hive.metastore.sasl.enabled |
- Set to false by default. Set to true if its a secure environment. |
+ Set to false by default. Set to true if it is a secure environment. |
| hive.metastore.kerberos.principal |
- The service principal for the metastore thrift server. You can
+ | The service principal for the metastore Thrift server. You can
reference your host as _HOST and it will be replaced with
actual hostname. Need to set only in secure environment. |