Author: khorgath
Date: Wed Jan 25 22:55:46 2012
New Revision: 1235981
URL: http://svn.apache.org/viewvc?rev=1235981&view=rev
Log:
HCATALOG-211 Update tar ball installation documentation (vikram.dixit via
khorgath)
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1235981&r1=1235980&r2=1235981&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Jan 25 22:55:46 2012
@@ -60,6 +60,8 @@ Trunk (unreleased changes)
HCAT-63. RPM package integration with Hadoop (khorgath via hashutosh)
IMPROVEMENTS
+ HCAT-211. Update tar ball installation documentation (vikram.dixit via
khorgath)
+
HCAT-219. Adding HBase e2e tests (daijy via toffer)
HCAT-226. HBase storage drivers should load hbase resources (hbase-site,
hbase-default) for the user (hashutosh via toffer)
Modified:
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml?rev=1235981&r1=1235980&r2=1235981&view=diff
==============================================================================
---
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
(original)
+++
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
Wed Jan 25 22:55:46 2012
@@ -163,6 +163,16 @@
</tr>
</table>
+ <p>A more potent script exists in the form of
src/packages/hcat-configure.sh
+ which can configure the hive-site.xml to conform to the changes mentioned
+ above. It has predefined values for the most of the above mentioned
fields
+ except for the ConnectionPassword and keytabs. It is capable of taking
+ those fields too as parameters in the command line. Just run it once
+ without parameters to see a full description of the usage of the script.
+ Users looking to automate the hcat installation should look to leverage
+ this script.
+ This script is highly recommended for automation.
+ </p>
<p>You can now procede to starting the server.</p>
</section>